Shades of Ivory #FCFCED
Tints of Ivory #FCFCED
RGB
CMYK
RGB Variations
Color information
#FCFCED (or 0xFCFCED) is known color: Ivory. HEX triplet: FC, FC and ED. RGB value is (252,252,237). Sum of RGB (Red+Green+Blue) = 252+252+237=741 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.01% from 741); Green value is 252 (98.83% from 255 or 34.01% from 741); Blue value is 237 (92.97% from 255 or 31.98% from 741); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCED is #030312. Grayscale: #FAFAFA. Windows color (decimal): -197395 or 15596796. OLE color: 15596796.
HSL color Cylindrical-coordinate representation of color #FCFCED: hue angle of 60º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCFCED is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 237 | - |
CMYK | 0 | 0 | 0.06 | 0.01 |
HSL | 60º | 0.71% | 0.96% | - |
HSV(B) | 60º | 0.06% | 0.99% | - |
XYZ | 90.24 | 96.43 | 93.98 | - |
YUV | 250.29 | 120.5 | 129.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 237 | 0 | 0 | 0.06 | 0.01 | 60 | 0.71 | 0.96 |
Hex | FC | FC | ED | 0 | 0 | 6 | 1 | 3C | 47 | 60 |
Octal | 374 | 374 | 355 | 0 | 0 | 6 | 1 | 74 | 107 | 140 |
Binary | 11111100 | 11111100 | 11101101 | 0 | 0 | 110 | 1 | 111100 | 1000111 | 1100000 |
Color Harmonies of #FCFCED
Complementary color
Monochromatic Colors of #FCFCED
Black with #FCFCED
Text Example
Text Example
White with #FCFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCED; }
p { color: rgb(252,252,237); }
H1.HeaderClassName
{
color: #FCFCED;
}
.AnyTagClassName
{
color: #FCFCED;
}
</style>
background-color css
<style>
a { background-color: #FCFCED; }
a { background-color: rgb(252,252,237); }
div.DivClassName
{
background-color: #FCFCED;
}
.BgClassName
{
background-color: #FCFCED;
}
</style>
border-color css
<style>
span { border-color: #FCFCED; }
span { border-color: rgb(252,252,237); }
td.TdClassName
{
border-color: #FCFCED;
}
.TagClassName
{
border-color: #FCFCED;
}
</style>