Shades of Ivory #FEFCEC
Tints of Ivory #FEFCEC
RGB
CMYK
RGB Variations
Color information
#FEFCEC (or 0xFEFCEC) is known color: Ivory. HEX triplet: FE, FC and EC. RGB value is (254,252,236). Sum of RGB (Red+Green+Blue) = 254+252+236=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 252 (98.83% from 255 or 33.96% from 742); Blue value is 236 (92.58% from 255 or 31.81% from 742); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFCEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFCEC is #010313. Grayscale: #FAFAFA. Windows color (decimal): -66324 or 15531262. OLE color: 15531262.
HSL color Cylindrical-coordinate representation of color #FEFCEC: hue angle of 53.33º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEFCEC is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 252 | 236 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.00 |
| HSL | 53.33º | 0.9% | 0.96% | - |
| HSV(B) | 53.33º | 0.07% | 1% | - |
| XYZ | 90.82 | 96.75 | 93.24 | - |
| YUV | 250.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 252 | 236 | 0 | 0.01 | 0.07 | 0.00 | 53.33 | 0.9 | 0.96 |
| Hex | FE | FC | EC | 0 | 1 | 7 | 0 | 35 | 5A | 60 |
| Octal | 376 | 374 | 354 | 0 | 1 | 7 | 0 | 65 | 132 | 140 |
| Binary | 11111110 | 11111100 | 11101100 | 0 | 1 | 111 | 0 | 110101 | 1011010 | 1100000 |
Color Harmonies of #FEFCEC
Complementary color
Monochromatic Colors of #FEFCEC
Black with #FEFCEC
Text Example
Text Example
White with #FEFCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFCEC; }
p { color: rgb(254,252,236); }
H1.HeaderClassName
{
color: #FEFCEC;
}
.AnyTagClassName
{
color: #FEFCEC;
}
</style>
background-color css
<style>
a { background-color: #FEFCEC; }
a { background-color: rgb(254,252,236); }
div.DivClassName
{
background-color: #FEFCEC;
}
.BgClassName
{
background-color: #FEFCEC;
}
</style>
border-color css
<style>
span { border-color: #FEFCEC; }
span { border-color: rgb(254,252,236); }
td.TdClassName
{
border-color: #FEFCEC;
}
.TagClassName
{
border-color: #FEFCEC;
}
</style>