Shades of Ivory #FCFCEA
Tints of Ivory #FCFCEA
RGB
CMYK
RGB Variations
Color information
#FCFCEA (or 0xFCFCEA) is known color: Ivory. HEX triplet: FC, FC and EA. RGB value is (252,252,234). Sum of RGB (Red+Green+Blue) = 252+252+234=738 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.15% from 738); Green value is 252 (98.83% from 255 or 34.15% from 738); Blue value is 234 (91.80% from 255 or 31.71% from 738); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFCEA is #030315. Grayscale: #FAFAFA. Windows color (decimal): -197398 or 15400188. OLE color: 15400188.
HSL color Cylindrical-coordinate representation of color #FCFCEA: hue angle of 60º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCFCEA is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 234 | - |
| CMYK | 0 | 0 | 0.07 | 0.01 |
| HSL | 60º | 0.75% | 0.95% | - |
| HSV(B) | 60º | 0.07% | 0.99% | - |
| XYZ | 89.81 | 96.26 | 91.69 | - |
| YUV | 249.95 | 119 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 234 | 0 | 0 | 0.07 | 0.01 | 60 | 0.75 | 0.95 |
| Hex | FC | FC | EA | 0 | 0 | 7 | 1 | 3C | 4B | 5F |
| Octal | 374 | 374 | 352 | 0 | 0 | 7 | 1 | 74 | 113 | 137 |
| Binary | 11111100 | 11111100 | 11101010 | 0 | 0 | 111 | 1 | 111100 | 1001011 | 1011111 |
Color Harmonies of #FCFCEA
Complementary color
Monochromatic Colors of #FCFCEA
Black with #FCFCEA
Text Example
Text Example
White with #FCFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCEA; }
p { color: rgb(252,252,234); }
H1.HeaderClassName
{
color: #FCFCEA;
}
.AnyTagClassName
{
color: #FCFCEA;
}
</style>
background-color css
<style>
a { background-color: #FCFCEA; }
a { background-color: rgb(252,252,234); }
div.DivClassName
{
background-color: #FCFCEA;
}
.BgClassName
{
background-color: #FCFCEA;
}
</style>
border-color css
<style>
span { border-color: #FCFCEA; }
span { border-color: rgb(252,252,234); }
td.TdClassName
{
border-color: #FCFCEA;
}
.TagClassName
{
border-color: #FCFCEA;
}
</style>