Shades of Ivory #FCFCF5
Tints of Ivory #FCFCF5
RGB
CMYK
RGB Variations
Color information
#FCFCF5 (or 0xFCFCF5) is known color: Ivory. HEX triplet: FC, FC and F5. RGB value is (252,252,245). Sum of RGB (Red+Green+Blue) = 252+252+245=749 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.64% from 749); Green value is 252 (98.83% from 255 or 33.64% from 749); Blue value is 245 (96.09% from 255 or 32.71% from 749); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCF5 is #03030A. Grayscale: #FBFBFB. Windows color (decimal): -197387 or 16121084. OLE color: 16121084.
HSL color Cylindrical-coordinate representation of color #FCFCF5: hue angle of 60º degrees, saturation: 0.54, 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 #FCFCF5 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 252 | 245 | - |
CMYK | 0 | 0 | 0.03 | 0.01 |
HSL | 60º | 0.54% | 0.97% | - |
HSV(B) | 60º | 0.03% | 0.99% | - |
XYZ | 91.44 | 96.91 | 100.27 | - |
YUV | 251.2 | 124.5 | 128.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 252 | 245 | 0 | 0 | 0.03 | 0.01 | 60 | 0.54 | 0.97 |
Hex | FC | FC | F5 | 0 | 0 | 3 | 1 | 3C | 36 | 61 |
Octal | 374 | 374 | 365 | 0 | 0 | 3 | 1 | 74 | 66 | 141 |
Binary | 11111100 | 11111100 | 11110101 | 0 | 0 | 11 | 1 | 111100 | 110110 | 1100001 |
Color Harmonies of #FCFCF5
Complementary color
Monochromatic Colors of #FCFCF5
Black with #FCFCF5
Text Example
Text Example
White with #FCFCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCF5; }
p { color: rgb(252,252,245); }
H1.HeaderClassName
{
color: #FCFCF5;
}
.AnyTagClassName
{
color: #FCFCF5;
}
</style>
background-color css
<style>
a { background-color: #FCFCF5; }
a { background-color: rgb(252,252,245); }
div.DivClassName
{
background-color: #FCFCF5;
}
.BgClassName
{
background-color: #FCFCF5;
}
</style>
border-color css
<style>
span { border-color: #FCFCF5; }
span { border-color: rgb(252,252,245); }
td.TdClassName
{
border-color: #FCFCF5;
}
.TagClassName
{
border-color: #FCFCF5;
}
</style>