Shades of Ivory #FFFCEA
Tints of Ivory #FFFCEA
RGB
CMYK
RGB Variations
Color information
#FFFCEA (or 0xFFFCEA) is known color: Ivory. HEX triplet: FF, FC and EA. RGB value is (255,252,234). Sum of RGB (Red+Green+Blue) = 255+252+234=741 (98% of max value = 765). Red value is 255 (100% from 255 or 34.41% from 741); Green value is 252 (98.83% from 255 or 34.01% from 741); Blue value is 234 (91.80% from 255 or 31.58% from 741); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFCEA is #000315. Grayscale: #FAFAFA. Windows color (decimal): -790 or 15400191. OLE color: 15400191.
HSL color Cylindrical-coordinate representation of color #FFFCEA: hue angle of 51.43º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFFCEA is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 234 | - |
| CMYK | 0 | 0.01 | 0.08 | 0 |
| HSL | 51.43º | 1% | 0.96% | - |
| HSV(B) | 51.43º | 0.08% | 1% | - |
| XYZ | 90.9 | 96.82 | 91.74 | - |
| YUV | 250.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 234 | 0 | 0.01 | 0.08 | 0 | 51.43 | 1 | 0.96 |
| Hex | FF | FC | EA | 0 | 1 | 8 | 0 | 33 | 64 | 60 |
| Octal | 377 | 374 | 352 | 0 | 1 | 10 | 0 | 63 | 144 | 140 |
| Binary | 11111111 | 11111100 | 11101010 | 0 | 1 | 1000 | 0 | 110011 | 1100100 | 1100000 |
Color Harmonies of #FFFCEA
Complementary color
Monochromatic Colors of #FFFCEA
Black with #FFFCEA
Text Example
Text Example
White with #FFFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCEA; }
p { color: rgb(255,252,234); }
H1.HeaderClassName
{
color: #FFFCEA;
}
.AnyTagClassName
{
color: #FFFCEA;
}
</style>
background-color css
<style>
a { background-color: #FFFCEA; }
a { background-color: rgb(255,252,234); }
div.DivClassName
{
background-color: #FFFCEA;
}
.BgClassName
{
background-color: #FFFCEA;
}
</style>
border-color css
<style>
span { border-color: #FFFCEA; }
span { border-color: rgb(255,252,234); }
td.TdClassName
{
border-color: #FFFCEA;
}
.TagClassName
{
border-color: #FFFCEA;
}
</style>