Shades of Half Dutch White #FEF2D5
Tints of Half Dutch White #FEF2D5
RGB
CMYK
RGB Variations
Color information
#FEF2D5 (or 0xFEF2D5) is known color: Half Dutch White. HEX triplet: FE, F2 and D5. RGB value is (254,242,213). Sum of RGB (Red+Green+Blue) = 254+242+213=709 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.83% from 709); Green value is 242 (94.92% from 255 or 34.13% from 709); Blue value is 213 (83.59% from 255 or 30.04% from 709); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2D5 is #010D2A. Grayscale: #F2F2F2. Windows color (decimal): -68907 or 14021374. OLE color: 14021374.
HSL color Cylindrical-coordinate representation of color #FEF2D5: hue angle of 42.44º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FEF2D5 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 213 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.00 |
| HSL | 42.44º | 0.95% | 0.92% | - |
| HSV(B) | 42.44º | 0.16% | 1% | - |
| XYZ | 84.64 | 89.38 | 75.74 | - |
| YUV | 242.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 213 | 0 | 0.05 | 0.16 | 0.00 | 42.44 | 0.95 | 0.92 |
| Hex | FE | F2 | D5 | 0 | 5 | 10 | 0 | 2A | 5F | 5C |
| Octal | 376 | 362 | 325 | 0 | 5 | 20 | 0 | 52 | 137 | 134 |
| Binary | 11111110 | 11110010 | 11010101 | 0 | 101 | 10000 | 0 | 101010 | 1011111 | 1011100 |
Color Harmonies of #FEF2D5
Complementary color
Monochromatic Colors of #FEF2D5
Black with #FEF2D5
Text Example
Text Example
White with #FEF2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2D5; }
p { color: rgb(254,242,213); }
H1.HeaderClassName
{
color: #FEF2D5;
}
.AnyTagClassName
{
color: #FEF2D5;
}
</style>
background-color css
<style>
a { background-color: #FEF2D5; }
a { background-color: rgb(254,242,213); }
div.DivClassName
{
background-color: #FEF2D5;
}
.BgClassName
{
background-color: #FEF2D5;
}
</style>
border-color css
<style>
span { border-color: #FEF2D5; }
span { border-color: rgb(254,242,213); }
td.TdClassName
{
border-color: #FEF2D5;
}
.TagClassName
{
border-color: #FEF2D5;
}
</style>