Shades of Ivory #FCFDF6
Tints of Ivory #FCFDF6
RGB
CMYK
RGB Variations
Color information
#FCFDF6 (or 0xFCFDF6) is known color: Ivory. HEX triplet: FC, FD and F6. RGB value is (252,253,246). Sum of RGB (Red+Green+Blue) = 252+253+246=751 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.56% from 751); Green value is 253 (99.22% from 255 or 33.69% from 751); Blue value is 246 (96.48% from 255 or 32.76% from 751); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFDF6 is #030209. Grayscale: #FBFBFB. Windows color (decimal): -197130 or 16186876. OLE color: 16186876.
HSL color Cylindrical-coordinate representation of color #FCFDF6: hue angle of 68.57º degrees, saturation: 0.64, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FCFDF6 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 253 | 246 | - |
CMYK | 0.00 | 0 | 0.03 | 0.01 |
HSL | 68.57º | 0.64% | 0.98% | - |
HSV(B) | 68.57º | 0.03% | 0.99% | - |
XYZ | 91.9 | 97.6 | 101.18 | - |
YUV | 251.9 | 124.67 | 128.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 253 | 246 | 0.00 | 0 | 0.03 | 0.01 | 68.57 | 0.64 | 0.98 |
Hex | FC | FD | F6 | 0 | 0 | 3 | 1 | 45 | 40 | 62 |
Octal | 374 | 375 | 366 | 0 | 0 | 3 | 1 | 105 | 100 | 142 |
Binary | 11111100 | 11111101 | 11110110 | 0 | 0 | 11 | 1 | 1000101 | 1000000 | 1100010 |
Color Harmonies of #FCFDF6
Complementary color
Monochromatic Colors of #FCFDF6
Black with #FCFDF6
Text Example
Text Example
White with #FCFDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFDF6; }
p { color: rgb(252,253,246); }
H1.HeaderClassName
{
color: #FCFDF6;
}
.AnyTagClassName
{
color: #FCFDF6;
}
</style>
background-color css
<style>
a { background-color: #FCFDF6; }
a { background-color: rgb(252,253,246); }
div.DivClassName
{
background-color: #FCFDF6;
}
.BgClassName
{
background-color: #FCFDF6;
}
</style>
border-color css
<style>
span { border-color: #FCFDF6; }
span { border-color: rgb(252,253,246); }
td.TdClassName
{
border-color: #FCFDF6;
}
.TagClassName
{
border-color: #FCFDF6;
}
</style>