Shades of Ivory #FCFAEF
Tints of Ivory #FCFAEF
RGB
CMYK
RGB Variations
Color information
#FCFAEF (or 0xFCFAEF) is known color: Ivory. HEX triplet: FC, FA and EF. RGB value is (252,250,239). Sum of RGB (Red+Green+Blue) = 252+250+239=741 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.01% from 741); Green value is 250 (98.05% from 255 or 33.74% from 741); Blue value is 239 (93.75% from 255 or 32.25% from 741); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAEF is #030510. Grayscale: #F9F9F9. Windows color (decimal): -197905 or 15727356. OLE color: 15727356.
HSL color Cylindrical-coordinate representation of color #FCFAEF: hue angle of 50.77º degrees, saturation: 0.68, 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 #FCFAEF is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 239 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.01 |
| HSL | 50.77º | 0.68% | 0.96% | - |
| HSV(B) | 50.77º | 0.05% | 0.99% | - |
| XYZ | 89.91 | 95.3 | 95.32 | - |
| YUV | 249.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 239 | 0 | 0.01 | 0.05 | 0.01 | 50.77 | 0.68 | 0.96 |
| Hex | FC | FA | EF | 0 | 1 | 5 | 1 | 33 | 44 | 60 |
| Octal | 374 | 372 | 357 | 0 | 1 | 5 | 1 | 63 | 104 | 140 |
| Binary | 11111100 | 11111010 | 11101111 | 0 | 1 | 101 | 1 | 110011 | 1000100 | 1100000 |
Color Harmonies of #FCFAEF
Complementary color
Monochromatic Colors of #FCFAEF
Black with #FCFAEF
Text Example
Text Example
White with #FCFAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAEF; }
p { color: rgb(252,250,239); }
H1.HeaderClassName
{
color: #FCFAEF;
}
.AnyTagClassName
{
color: #FCFAEF;
}
</style>
background-color css
<style>
a { background-color: #FCFAEF; }
a { background-color: rgb(252,250,239); }
div.DivClassName
{
background-color: #FCFAEF;
}
.BgClassName
{
background-color: #FCFAEF;
}
</style>
border-color css
<style>
span { border-color: #FCFAEF; }
span { border-color: rgb(252,250,239); }
td.TdClassName
{
border-color: #FCFAEF;
}
.TagClassName
{
border-color: #FCFAEF;
}
</style>