Shades of China Ivory #FEF2D0
Tints of China Ivory #FEF2D0
RGB
CMYK
RGB Variations
Color information
#FEF2D0 (or 0xFEF2D0) is known color: China Ivory. HEX triplet: FE, F2 and D0. RGB value is (254,242,208). Sum of RGB (Red+Green+Blue) = 254+242+208=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 242 (94.92% from 255 or 34.38% from 704); Blue value is 208 (81.64% from 255 or 29.55% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2D0 is #010D2F. Grayscale: #F1F1F1. Windows color (decimal): -68912 or 13693694. OLE color: 13693694.
HSL color Cylindrical-coordinate representation of color #FEF2D0: hue angle of 44.35º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEF2D0 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 208 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.00 |
| HSL | 44.35º | 0.96% | 0.91% | - |
| HSV(B) | 44.35º | 0.18% | 1% | - |
| XYZ | 84.01 | 89.13 | 72.45 | - |
| YUV | 241.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 208 | 0 | 0.05 | 0.18 | 0.00 | 44.35 | 0.96 | 0.91 |
| Hex | FE | F2 | D0 | 0 | 5 | 12 | 0 | 2C | 60 | 5B |
| Octal | 376 | 362 | 320 | 0 | 5 | 22 | 0 | 54 | 140 | 133 |
| Binary | 11111110 | 11110010 | 11010000 | 0 | 101 | 10010 | 0 | 101100 | 1100000 | 1011011 |
Color Harmonies of #FEF2D0
Complementary color
Monochromatic Colors of #FEF2D0
Black with #FEF2D0
Text Example
Text Example
White with #FEF2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2D0; }
p { color: rgb(254,242,208); }
H1.HeaderClassName
{
color: #FEF2D0;
}
.AnyTagClassName
{
color: #FEF2D0;
}
</style>
background-color css
<style>
a { background-color: #FEF2D0; }
a { background-color: rgb(254,242,208); }
div.DivClassName
{
background-color: #FEF2D0;
}
.BgClassName
{
background-color: #FEF2D0;
}
</style>
border-color css
<style>
span { border-color: #FEF2D0; }
span { border-color: rgb(254,242,208); }
td.TdClassName
{
border-color: #FEF2D0;
}
.TagClassName
{
border-color: #FEF2D0;
}
</style>