Shades of Ivory #FCFCF9
Tints of Ivory #FCFCF9
RGB
CMYK
RGB Variations
Color information
#FCFCF9 (or 0xFCFCF9) is known color: Ivory. HEX triplet: FC, FC and F9. RGB value is (252,252,249). Sum of RGB (Red+Green+Blue) = 252+252+249=753 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.47% from 753); Green value is 252 (98.83% from 255 or 33.47% from 753); Blue value is 249 (97.66% from 255 or 33.07% from 753); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCF9 is #030306. Grayscale: #FBFBFB. Windows color (decimal): -197383 or 16383228. OLE color: 16383228.
HSL color Cylindrical-coordinate representation of color #FCFCF9: hue angle of 60º degrees, saturation: 0.33, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FCFCF9 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 249 | - |
CMYK | 0 | 0 | 0.01 | 0.01 |
HSL | 60º | 0.33% | 0.98% | - |
HSV(B) | 60º | 0.01% | 0.99% | - |
XYZ | 92.05 | 97.16 | 103.52 | - |
YUV | 251.66 | 126.5 | 128.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 249 | 0 | 0 | 0.01 | 0.01 | 60 | 0.33 | 0.98 |
Hex | FC | FC | F9 | 0 | 0 | 1 | 1 | 3C | 21 | 62 |
Octal | 374 | 374 | 371 | 0 | 0 | 1 | 1 | 74 | 41 | 142 |
Binary | 11111100 | 11111100 | 11111001 | 0 | 0 | 1 | 1 | 111100 | 100001 | 1100010 |
Color Harmonies of #FCFCF9
Complementary color
Monochromatic Colors of #FCFCF9
Black with #FCFCF9
Text Example
Text Example
White with #FCFCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCF9; }
p { color: rgb(252,252,249); }
H1.HeaderClassName
{
color: #FCFCF9;
}
.AnyTagClassName
{
color: #FCFCF9;
}
</style>
background-color css
<style>
a { background-color: #FCFCF9; }
a { background-color: rgb(252,252,249); }
div.DivClassName
{
background-color: #FCFCF9;
}
.BgClassName
{
background-color: #FCFCF9;
}
</style>
border-color css
<style>
span { border-color: #FCFCF9; }
span { border-color: rgb(252,252,249); }
td.TdClassName
{
border-color: #FCFCF9;
}
.TagClassName
{
border-color: #FCFCF9;
}
</style>