Shades of China Ivory #FEF3D0
Tints of China Ivory #FEF3D0
RGB
CMYK
RGB Variations
Color information
#FEF3D0 (or 0xFEF3D0) is known color: China Ivory. HEX triplet: FE, F3 and D0. RGB value is (254,243,208). Sum of RGB (Red+Green+Blue) = 254+243+208=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 243 (95.31% from 255 or 34.47% from 705); Blue value is 208 (81.64% from 255 or 29.50% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF3D0 is #010C2F. Grayscale: #F2F2F2. Windows color (decimal): -68656 or 13693950. OLE color: 13693950.
HSL color Cylindrical-coordinate representation of color #FEF3D0: hue angle of 45.65º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEF3D0 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 208 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.00 |
| HSL | 45.65º | 0.96% | 0.91% | - |
| HSV(B) | 45.65º | 0.18% | 1% | - |
| XYZ | 84.31 | 89.73 | 72.55 | - |
| YUV | 242.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 208 | 0 | 0.04 | 0.18 | 0.00 | 45.65 | 0.96 | 0.91 |
| Hex | FE | F3 | D0 | 0 | 4 | 12 | 0 | 2E | 60 | 5B |
| Octal | 376 | 363 | 320 | 0 | 4 | 22 | 0 | 56 | 140 | 133 |
| Binary | 11111110 | 11110011 | 11010000 | 0 | 100 | 10010 | 0 | 101110 | 1100000 | 1011011 |
Color Harmonies of #FEF3D0
Complementary color
Monochromatic Colors of #FEF3D0
Black with #FEF3D0
Text Example
Text Example
White with #FEF3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF3D0; }
p { color: rgb(254,243,208); }
H1.HeaderClassName
{
color: #FEF3D0;
}
.AnyTagClassName
{
color: #FEF3D0;
}
</style>
background-color css
<style>
a { background-color: #FEF3D0; }
a { background-color: rgb(254,243,208); }
div.DivClassName
{
background-color: #FEF3D0;
}
.BgClassName
{
background-color: #FEF3D0;
}
</style>
border-color css
<style>
span { border-color: #FEF3D0; }
span { border-color: rgb(254,243,208); }
td.TdClassName
{
border-color: #FEF3D0;
}
.TagClassName
{
border-color: #FEF3D0;
}
</style>