Shades of Ivory #FCFCF0
Tints of Ivory #FCFCF0
RGB
CMYK
RGB Variations
Color information
#FCFCF0 (or 0xFCFCF0) is known color: Ivory. HEX triplet: FC, FC and F0. RGB value is (252,252,240). Sum of RGB (Red+Green+Blue) = 252+252+240=744 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.87% from 744); Green value is 252 (98.83% from 255 or 33.87% from 744); Blue value is 240 (94.14% from 255 or 32.26% from 744); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCF0 is #03030F. Grayscale: #FAFAFA. Windows color (decimal): -197392 or 15793404. OLE color: 15793404.
HSL color Cylindrical-coordinate representation of color #FCFCF0: hue angle of 60º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCFCF0 is Cyan = 0, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 240 | - |
CMYK | 0 | 0 | 0.05 | 0.01 |
HSL | 60º | 0.67% | 0.96% | - |
HSV(B) | 60º | 0.05% | 0.99% | - |
XYZ | 90.68 | 96.61 | 96.31 | - |
YUV | 250.63 | 122 | 128.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 240 | 0 | 0 | 0.05 | 0.01 | 60 | 0.67 | 0.96 |
Hex | FC | FC | F0 | 0 | 0 | 5 | 1 | 3C | 43 | 60 |
Octal | 374 | 374 | 360 | 0 | 0 | 5 | 1 | 74 | 103 | 140 |
Binary | 11111100 | 11111100 | 11110000 | 0 | 0 | 101 | 1 | 111100 | 1000011 | 1100000 |
Color Harmonies of #FCFCF0
Complementary color
Monochromatic Colors of #FCFCF0
Black with #FCFCF0
Text Example
Text Example
White with #FCFCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCF0; }
p { color: rgb(252,252,240); }
H1.HeaderClassName
{
color: #FCFCF0;
}
.AnyTagClassName
{
color: #FCFCF0;
}
</style>
background-color css
<style>
a { background-color: #FCFCF0; }
a { background-color: rgb(252,252,240); }
div.DivClassName
{
background-color: #FCFCF0;
}
.BgClassName
{
background-color: #FCFCF0;
}
</style>
border-color css
<style>
span { border-color: #FCFCF0; }
span { border-color: rgb(252,252,240); }
td.TdClassName
{
border-color: #FCFCF0;
}
.TagClassName
{
border-color: #FCFCF0;
}
</style>