Shades of Ivory #FCFAEE
Tints of Ivory #FCFAEE
RGB
CMYK
RGB Variations
Color information
#FCFAEE (or 0xFCFAEE) is known color: Ivory. HEX triplet: FC, FA and EE. RGB value is (252,250,238). Sum of RGB (Red+Green+Blue) = 252+250+238=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 250 (98.05% from 255 or 33.78% from 740); Blue value is 238 (93.36% from 255 or 32.16% from 740); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAEE is #030511. Grayscale: #F9F9F9. Windows color (decimal): -197906 or 15661820. OLE color: 15661820.
HSL color Cylindrical-coordinate representation of color #FCFAEE: hue angle of 51.43º degrees, saturation: 0.7, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCFAEE is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 250 | 238 | - |
CMYK | 0 | 0.01 | 0.06 | 0.01 |
HSL | 51.43º | 0.7% | 0.96% | - |
HSV(B) | 51.43º | 0.06% | 0.99% | - |
XYZ | 89.76 | 95.24 | 94.54 | - |
YUV | 249.23 | 121.66 | 129.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 250 | 238 | 0 | 0.01 | 0.06 | 0.01 | 51.43 | 0.7 | 0.96 |
Hex | FC | FA | EE | 0 | 1 | 6 | 1 | 33 | 46 | 60 |
Octal | 374 | 372 | 356 | 0 | 1 | 6 | 1 | 63 | 106 | 140 |
Binary | 11111100 | 11111010 | 11101110 | 0 | 1 | 110 | 1 | 110011 | 1000110 | 1100000 |
Color Harmonies of #FCFAEE
Complementary color
Monochromatic Colors of #FCFAEE
Black with #FCFAEE
Text Example
Text Example
White with #FCFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAEE; }
p { color: rgb(252,250,238); }
H1.HeaderClassName
{
color: #FCFAEE;
}
.AnyTagClassName
{
color: #FCFAEE;
}
</style>
background-color css
<style>
a { background-color: #FCFAEE; }
a { background-color: rgb(252,250,238); }
div.DivClassName
{
background-color: #FCFAEE;
}
.BgClassName
{
background-color: #FCFAEE;
}
</style>
border-color css
<style>
span { border-color: #FCFAEE; }
span { border-color: rgb(252,250,238); }
td.TdClassName
{
border-color: #FCFAEE;
}
.TagClassName
{
border-color: #FCFAEE;
}
</style>