Shades of Ivory #FCFAED
Tints of Ivory #FCFAED
RGB
CMYK
RGB Variations
Color information
#FCFAED (or 0xFCFAED) is known color: Ivory. HEX triplet: FC, FA and ED. RGB value is (252,250,237). Sum of RGB (Red+Green+Blue) = 252+250+237=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 250 (98.05% from 255 or 33.83% from 739); Blue value is 237 (92.97% from 255 or 32.07% from 739); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAED is #030512. Grayscale: #F9F9F9. Windows color (decimal): -197907 or 15596284. OLE color: 15596284.
HSL color Cylindrical-coordinate representation of color #FCFAED: hue angle of 52º degrees, saturation: 0.71, 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 #FCFAED is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 250 | 237 | - |
CMYK | 0 | 0.01 | 0.06 | 0.01 |
HSL | 52º | 0.71% | 0.96% | - |
HSV(B) | 52º | 0.06% | 0.99% | - |
XYZ | 89.62 | 95.18 | 93.77 | - |
YUV | 249.12 | 121.16 | 130.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 250 | 237 | 0 | 0.01 | 0.06 | 0.01 | 52 | 0.71 | 0.96 |
Hex | FC | FA | ED | 0 | 1 | 6 | 1 | 34 | 47 | 60 |
Octal | 374 | 372 | 355 | 0 | 1 | 6 | 1 | 64 | 107 | 140 |
Binary | 11111100 | 11111010 | 11101101 | 0 | 1 | 110 | 1 | 110100 | 1000111 | 1100000 |
Color Harmonies of #FCFAED
Complementary color
Monochromatic Colors of #FCFAED
Black with #FCFAED
Text Example
Text Example
White with #FCFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAED; }
p { color: rgb(252,250,237); }
H1.HeaderClassName
{
color: #FCFAED;
}
.AnyTagClassName
{
color: #FCFAED;
}
</style>
background-color css
<style>
a { background-color: #FCFAED; }
a { background-color: rgb(252,250,237); }
div.DivClassName
{
background-color: #FCFAED;
}
.BgClassName
{
background-color: #FCFAED;
}
</style>
border-color css
<style>
span { border-color: #FCFAED; }
span { border-color: rgb(252,250,237); }
td.TdClassName
{
border-color: #FCFAED;
}
.TagClassName
{
border-color: #FCFAED;
}
</style>