Shades of Ivory #FCFCF4
Tints of Ivory #FCFCF4
RGB
CMYK
RGB Variations
Color information
#FCFCF4 (or 0xFCFCF4) is known color: Ivory. HEX triplet: FC, FC and F4. RGB value is (252,252,244). Sum of RGB (Red+Green+Blue) = 252+252+244=748 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.69% from 748); Green value is 252 (98.83% from 255 or 33.69% from 748); Blue value is 244 (95.70% from 255 or 32.62% from 748); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCF4 is #03030B. Grayscale: #FBFBFB. Windows color (decimal): -197388 or 16055548. OLE color: 16055548.
HSL color Cylindrical-coordinate representation of color #FCFCF4: hue angle of 60º degrees, saturation: 0.57, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FCFCF4 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 244 | - |
CMYK | 0 | 0 | 0.03 | 0.01 |
HSL | 60º | 0.57% | 0.97% | - |
HSV(B) | 60º | 0.03% | 0.99% | - |
XYZ | 91.28 | 96.85 | 99.47 | - |
YUV | 251.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 244 | 0 | 0 | 0.03 | 0.01 | 60 | 0.57 | 0.97 |
Hex | FC | FC | F4 | 0 | 0 | 3 | 1 | 3C | 39 | 61 |
Octal | 374 | 374 | 364 | 0 | 0 | 3 | 1 | 74 | 71 | 141 |
Binary | 11111100 | 11111100 | 11110100 | 0 | 0 | 11 | 1 | 111100 | 111001 | 1100001 |
Color Harmonies of #FCFCF4
Complementary color
Monochromatic Colors of #FCFCF4
Black with #FCFCF4
Text Example
Text Example
White with #FCFCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCF4; }
p { color: rgb(252,252,244); }
H1.HeaderClassName
{
color: #FCFCF4;
}
.AnyTagClassName
{
color: #FCFCF4;
}
</style>
background-color css
<style>
a { background-color: #FCFCF4; }
a { background-color: rgb(252,252,244); }
div.DivClassName
{
background-color: #FCFCF4;
}
.BgClassName
{
background-color: #FCFCF4;
}
</style>
border-color css
<style>
span { border-color: #FCFCF4; }
span { border-color: rgb(252,252,244); }
td.TdClassName
{
border-color: #FCFCF4;
}
.TagClassName
{
border-color: #FCFCF4;
}
</style>