Shades of Ivory #FCFCEC
Tints of Ivory #FCFCEC
RGB
CMYK
RGB Variations
Color information
#FCFCEC (or 0xFCFCEC) is known color: Ivory. HEX triplet: FC, FC and EC. RGB value is (252,252,236). Sum of RGB (Red+Green+Blue) = 252+252+236=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 252 (98.83% from 255 or 34.05% from 740); Blue value is 236 (92.58% from 255 or 31.89% from 740); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCEC is #030313. Grayscale: #FAFAFA. Windows color (decimal): -197396 or 15531260. OLE color: 15531260.
HSL color Cylindrical-coordinate representation of color #FCFCEC: hue angle of 60º degrees, saturation: 0.73, 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 #FCFCEC is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 236 | - |
CMYK | 0 | 0 | 0.06 | 0.01 |
HSL | 60º | 0.73% | 0.96% | - |
HSV(B) | 60º | 0.06% | 0.99% | - |
XYZ | 90.1 | 96.37 | 93.21 | - |
YUV | 250.18 | 120 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 236 | 0 | 0 | 0.06 | 0.01 | 60 | 0.73 | 0.96 |
Hex | FC | FC | EC | 0 | 0 | 6 | 1 | 3C | 49 | 60 |
Octal | 374 | 374 | 354 | 0 | 0 | 6 | 1 | 74 | 111 | 140 |
Binary | 11111100 | 11111100 | 11101100 | 0 | 0 | 110 | 1 | 111100 | 1001001 | 1100000 |
Color Harmonies of #FCFCEC
Complementary color
Monochromatic Colors of #FCFCEC
Black with #FCFCEC
Text Example
Text Example
White with #FCFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCEC; }
p { color: rgb(252,252,236); }
H1.HeaderClassName
{
color: #FCFCEC;
}
.AnyTagClassName
{
color: #FCFCEC;
}
</style>
background-color css
<style>
a { background-color: #FCFCEC; }
a { background-color: rgb(252,252,236); }
div.DivClassName
{
background-color: #FCFCEC;
}
.BgClassName
{
background-color: #FCFCEC;
}
</style>
border-color css
<style>
span { border-color: #FCFCEC; }
span { border-color: rgb(252,252,236); }
td.TdClassName
{
border-color: #FCFCEC;
}
.TagClassName
{
border-color: #FCFCEC;
}
</style>