Shades of China Ivory #FEF2CC
Tints of China Ivory #FEF2CC
RGB
CMYK
RGB Variations
Color information
#FEF2CC (or 0xFEF2CC) is known color: China Ivory. HEX triplet: FE, F2 and CC. RGB value is (254,242,204). Sum of RGB (Red+Green+Blue) = 254+242+204=700 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.29% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 204 (80.08% from 255 or 29.14% from 700); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2CC is #010D33. Grayscale: #F1F1F1. Windows color (decimal): -68916 or 13431550. OLE color: 13431550.
HSL color Cylindrical-coordinate representation of color #FEF2CC: hue angle of 45.6º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FEF2CC is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 204 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.00 |
| HSL | 45.6º | 0.96% | 0.9% | - |
| HSV(B) | 45.6º | 0.2% | 1% | - |
| XYZ | 83.52 | 88.93 | 69.89 | - |
| YUV | 241.26 | 106.98 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 204 | 0 | 0.05 | 0.20 | 0.00 | 45.6 | 0.96 | 0.9 |
| Hex | FE | F2 | CC | 0 | 5 | 14 | 0 | 2E | 60 | 5A |
| Octal | 376 | 362 | 314 | 0 | 5 | 24 | 0 | 56 | 140 | 132 |
| Binary | 11111110 | 11110010 | 11001100 | 0 | 101 | 10100 | 0 | 101110 | 1100000 | 1011010 |
Color Harmonies of #FEF2CC
Complementary color
Monochromatic Colors of #FEF2CC
Black with #FEF2CC
Text Example
Text Example
White with #FEF2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2CC; }
p { color: rgb(254,242,204); }
H1.HeaderClassName
{
color: #FEF2CC;
}
.AnyTagClassName
{
color: #FEF2CC;
}
</style>
background-color css
<style>
a { background-color: #FEF2CC; }
a { background-color: rgb(254,242,204); }
div.DivClassName
{
background-color: #FEF2CC;
}
.BgClassName
{
background-color: #FEF2CC;
}
</style>
border-color css
<style>
span { border-color: #FEF2CC; }
span { border-color: rgb(254,242,204); }
td.TdClassName
{
border-color: #FEF2CC;
}
.TagClassName
{
border-color: #FEF2CC;
}
</style>