Shades of China Ivory #FEF2CD
Tints of China Ivory #FEF2CD
RGB
CMYK
RGB Variations
Color information
#FEF2CD (or 0xFEF2CD) is known color: China Ivory. HEX triplet: FE, F2 and CD. RGB value is (254,242,205). Sum of RGB (Red+Green+Blue) = 254+242+205=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 205 (80.47% from 255 or 29.24% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2CD is #010D32. Grayscale: #F1F1F1. Windows color (decimal): -68915 or 13497086. OLE color: 13497086.
HSL color Cylindrical-coordinate representation of color #FEF2CD: hue angle of 45.31º 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 #FEF2CD is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 205 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.00 |
| HSL | 45.31º | 0.96% | 0.9% | - |
| HSV(B) | 45.31º | 0.19% | 1% | - |
| XYZ | 83.64 | 88.98 | 70.52 | - |
| YUV | 241.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 205 | 0 | 0.05 | 0.19 | 0.00 | 45.31 | 0.96 | 0.9 |
| Hex | FE | F2 | CD | 0 | 5 | 13 | 0 | 2D | 60 | 5A |
| Octal | 376 | 362 | 315 | 0 | 5 | 23 | 0 | 55 | 140 | 132 |
| Binary | 11111110 | 11110010 | 11001101 | 0 | 101 | 10011 | 0 | 101101 | 1100000 | 1011010 |
Color Harmonies of #FEF2CD
Complementary color
Monochromatic Colors of #FEF2CD
Black with #FEF2CD
Text Example
Text Example
White with #FEF2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2CD; }
p { color: rgb(254,242,205); }
H1.HeaderClassName
{
color: #FEF2CD;
}
.AnyTagClassName
{
color: #FEF2CD;
}
</style>
background-color css
<style>
a { background-color: #FEF2CD; }
a { background-color: rgb(254,242,205); }
div.DivClassName
{
background-color: #FEF2CD;
}
.BgClassName
{
background-color: #FEF2CD;
}
</style>
border-color css
<style>
span { border-color: #FEF2CD; }
span { border-color: rgb(254,242,205); }
td.TdClassName
{
border-color: #FEF2CD;
}
.TagClassName
{
border-color: #FEF2CD;
}
</style>