In the RGB color space, #FCFDFE is composed of 98.8235% red, 99.2157% green, and 99.6078% blue.
In the CMYK color space, #FCFDFE is composed of 0.79% cyan, 0.39% magenta, 0% yellow, and 0.39% black,
It has a hue angle of 209.6 degrees, a saturation of 50.32%, and a lightness of 99.22%.
The closest websafe color is #FFFFFF.
The hexadecimal color #FCFDFE has RGB values of R:252, G:253, B:254 and CMYK values of C:0.79, M:0.39, Y:0, K:0.39. It has a decimal value of 16580094.
Hexadecimal | #FCFDFE | #FCFDFE |
RGB Decimal | 252, 253, 254 | rgb(252, 253, 254) |
RGB Percent | 98.8235, 99.2157, 99.6078 | rgb(98.8235%, 99.2157%, 99.6078%) |
RGB Proportion | 0.9882, 0.9922, 0.9961 | rgb(0.9882, 0.9922, 0.9961) |
CMYK | 0.79, 0.39, 0, 0.39 | |
HSL | 209.6ยบ, 50.32, 99.22 | hsl(209.6, 50.32%, 99.22%) |
Websafe | FFFFFF | #FFFFFF |
XYZ | 93.161, 98.107, 107.797 | |
Yxy | 98.107, 0.312, 0.328 | |
CIE-LAB | 99.263, -0.154, -0.603 | |
CIE-LCH | 99.263, 0.622, 255.673 | |
CIE-LUV | 99.263, -0.621, -0.909 | |
Hunter-Lab | 99.049, -5.447, 4.808 |
Colors that go well with #FCFDFE.
Common HTML and CSS shortcodes for #FCFDFE.
<div style="color: #FCFDFE;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #FCFDFE;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #FCFDFE;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #FCFDFE to transparent.
<div style="background: linear-gradient(#FCFDFE, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #FCFDFE to transparent.
<div style="background: radial-gradient(#FCFDFE, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #FCFDFE to #030201.
<div style="background: linear-gradient(#FCFDFE, #030201);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #FCFDFE to #030201.
<div style="background: radial-gradient(#FCFDFE, #030201);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #FCFDFE; }
.background { background-color: #FCFDFE; }
.border { border: 1px solid #FCFDFE; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #040404 while the lightest tint is #FEFEFE.