Shades of China Ivory #FEF6D2
Tints of China Ivory #FEF6D2
RGB
CMYK
RGB Variations
Color information
#FEF6D2 (or 0xFEF6D2) is known color: China Ivory. HEX triplet: FE, F6 and D2. RGB value is (254,246,210). Sum of RGB (Red+Green+Blue) = 254+246+210=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 246 (96.48% from 255 or 34.65% from 710); Blue value is 210 (82.42% from 255 or 29.58% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6D2 is #01092D. Grayscale: #F4F4F4. Windows color (decimal): -67886 or 13825790. OLE color: 13825790.
HSL color Cylindrical-coordinate representation of color #FEF6D2: hue angle of 49.09º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEF6D2 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 210 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.00 |
| HSL | 49.09º | 0.96% | 0.91% | - |
| HSV(B) | 49.09º | 0.17% | 1% | - |
| XYZ | 85.46 | 91.64 | 74.16 | - |
| YUV | 244.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 210 | 0 | 0.03 | 0.17 | 0.00 | 49.09 | 0.96 | 0.91 |
| Hex | FE | F6 | D2 | 0 | 3 | 11 | 0 | 31 | 60 | 5B |
| Octal | 376 | 366 | 322 | 0 | 3 | 21 | 0 | 61 | 140 | 133 |
| Binary | 11111110 | 11110110 | 11010010 | 0 | 11 | 10001 | 0 | 110001 | 1100000 | 1011011 |
Color Harmonies of #FEF6D2
Complementary color
Monochromatic Colors of #FEF6D2
Black with #FEF6D2
Text Example
Text Example
White with #FEF6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6D2; }
p { color: rgb(254,246,210); }
H1.HeaderClassName
{
color: #FEF6D2;
}
.AnyTagClassName
{
color: #FEF6D2;
}
</style>
background-color css
<style>
a { background-color: #FEF6D2; }
a { background-color: rgb(254,246,210); }
div.DivClassName
{
background-color: #FEF6D2;
}
.BgClassName
{
background-color: #FEF6D2;
}
</style>
border-color css
<style>
span { border-color: #FEF6D2; }
span { border-color: rgb(254,246,210); }
td.TdClassName
{
border-color: #FEF6D2;
}
.TagClassName
{
border-color: #FEF6D2;
}
</style>