Shades of China Ivory #FEF3CC
Tints of China Ivory #FEF3CC
RGB
CMYK
RGB Variations
Color information
#FEF3CC (or 0xFEF3CC) is known color: China Ivory. HEX triplet: FE, F3 and CC. RGB value is (254,243,204). Sum of RGB (Red+Green+Blue) = 254+243+204=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 204 (80.08% from 255 or 29.10% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3CC is #010C33. Grayscale: #F2F2F2. Windows color (decimal): -68660 or 13431806. OLE color: 13431806.
HSL color Cylindrical-coordinate representation of color #FEF3CC: hue angle of 46.8º 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 #FEF3CC is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 204 | - |
| CMYK | 0 | 0.04 | 0.20 | 0.00 |
| HSL | 46.8º | 0.96% | 0.9% | - |
| HSV(B) | 46.8º | 0.2% | 1% | - |
| XYZ | 83.82 | 89.53 | 69.99 | - |
| YUV | 241.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 204 | 0 | 0.04 | 0.20 | 0.00 | 46.8 | 0.96 | 0.9 |
| Hex | FE | F3 | CC | 0 | 4 | 14 | 0 | 2F | 60 | 5A |
| Octal | 376 | 363 | 314 | 0 | 4 | 24 | 0 | 57 | 140 | 132 |
| Binary | 11111110 | 11110011 | 11001100 | 0 | 100 | 10100 | 0 | 101111 | 1100000 | 1011010 |
Color Harmonies of #FEF3CC
Complementary color
Monochromatic Colors of #FEF3CC
Black with #FEF3CC
Text Example
Text Example
White with #FEF3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3CC; }
p { color: rgb(254,243,204); }
H1.HeaderClassName
{
color: #FEF3CC;
}
.AnyTagClassName
{
color: #FEF3CC;
}
</style>
background-color css
<style>
a { background-color: #FEF3CC; }
a { background-color: rgb(254,243,204); }
div.DivClassName
{
background-color: #FEF3CC;
}
.BgClassName
{
background-color: #FEF3CC;
}
</style>
border-color css
<style>
span { border-color: #FEF3CC; }
span { border-color: rgb(254,243,204); }
td.TdClassName
{
border-color: #FEF3CC;
}
.TagClassName
{
border-color: #FEF3CC;
}
</style>