Shades of China Ivory #FEF6D4
Tints of China Ivory #FEF6D4
RGB
CMYK
RGB Variations
Color information
#FEF6D4 (or 0xFEF6D4) is known color: China Ivory. HEX triplet: FE, F6 and D4. RGB value is (254,246,212). Sum of RGB (Red+Green+Blue) = 254+246+212=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 246 (96.48% from 255 or 34.55% from 712); Blue value is 212 (83.20% from 255 or 29.78% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF6D4 is #01092B. Grayscale: #F4F4F4. Windows color (decimal): -67884 or 13956862. OLE color: 13956862.
HSL color Cylindrical-coordinate representation of color #FEF6D4: hue angle of 48.57º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEF6D4 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 212 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.00 |
| HSL | 48.57º | 0.95% | 0.91% | - |
| HSV(B) | 48.57º | 0.17% | 1% | - |
| XYZ | 85.71 | 91.74 | 75.48 | - |
| YUV | 244.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 212 | 0 | 0.03 | 0.17 | 0.00 | 48.57 | 0.95 | 0.91 |
| Hex | FE | F6 | D4 | 0 | 3 | 11 | 0 | 31 | 5F | 5B |
| Octal | 376 | 366 | 324 | 0 | 3 | 21 | 0 | 61 | 137 | 133 |
| Binary | 11111110 | 11110110 | 11010100 | 0 | 11 | 10001 | 0 | 110001 | 1011111 | 1011011 |
Color Harmonies of #FEF6D4
Complementary color
Monochromatic Colors of #FEF6D4
Black with #FEF6D4
Text Example
Text Example
White with #FEF6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6D4; }
p { color: rgb(254,246,212); }
H1.HeaderClassName
{
color: #FEF6D4;
}
.AnyTagClassName
{
color: #FEF6D4;
}
</style>
background-color css
<style>
a { background-color: #FEF6D4; }
a { background-color: rgb(254,246,212); }
div.DivClassName
{
background-color: #FEF6D4;
}
.BgClassName
{
background-color: #FEF6D4;
}
</style>
border-color css
<style>
span { border-color: #FEF6D4; }
span { border-color: rgb(254,246,212); }
td.TdClassName
{
border-color: #FEF6D4;
}
.TagClassName
{
border-color: #FEF6D4;
}
</style>