Shades of China Ivory #FEF4CE
Tints of China Ivory #FEF4CE
RGB
CMYK
RGB Variations
Color information
#FEF4CE (or 0xFEF4CE) is known color: China Ivory. HEX triplet: FE, F4 and CE. RGB value is (254,244,206). Sum of RGB (Red+Green+Blue) = 254+244+206=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 244 (95.70% from 255 or 34.66% from 704); Blue value is 206 (80.86% from 255 or 29.26% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4CE is #010B31. Grayscale: #F2F2F2. Windows color (decimal): -68402 or 13563134. OLE color: 13563134.
HSL color Cylindrical-coordinate representation of color #FEF4CE: hue angle of 47.5º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEF4CE is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 244 | 206 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.00 |
| HSL | 47.5º | 0.96% | 0.9% | - |
| HSV(B) | 47.5º | 0.19% | 1% | - |
| XYZ | 84.36 | 90.23 | 71.36 | - |
| YUV | 242.66 | 107.31 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 244 | 206 | 0 | 0.04 | 0.19 | 0.00 | 47.5 | 0.96 | 0.9 |
| Hex | FE | F4 | CE | 0 | 4 | 13 | 0 | 30 | 60 | 5A |
| Octal | 376 | 364 | 316 | 0 | 4 | 23 | 0 | 60 | 140 | 132 |
| Binary | 11111110 | 11110100 | 11001110 | 0 | 100 | 10011 | 0 | 110000 | 1100000 | 1011010 |
Color Harmonies of #FEF4CE
Complementary color
Monochromatic Colors of #FEF4CE
Black with #FEF4CE
Text Example
Text Example
White with #FEF4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF4CE; }
p { color: rgb(254,244,206); }
H1.HeaderClassName
{
color: #FEF4CE;
}
.AnyTagClassName
{
color: #FEF4CE;
}
</style>
background-color css
<style>
a { background-color: #FEF4CE; }
a { background-color: rgb(254,244,206); }
div.DivClassName
{
background-color: #FEF4CE;
}
.BgClassName
{
background-color: #FEF4CE;
}
</style>
border-color css
<style>
span { border-color: #FEF4CE; }
span { border-color: rgb(254,244,206); }
td.TdClassName
{
border-color: #FEF4CE;
}
.TagClassName
{
border-color: #FEF4CE;
}
</style>