Shades of Half Dutch White #FEF2D1
Tints of Half Dutch White #FEF2D1
RGB
CMYK
RGB Variations
Color information
#FEF2D1 (or 0xFEF2D1) is known color: Half Dutch White. HEX triplet: FE, F2 and D1. RGB value is (254,242,209). Sum of RGB (Red+Green+Blue) = 254+242+209=705 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.03% from 705); Green value is 242 (94.92% from 255 or 34.33% from 705); Blue value is 209 (82.03% from 255 or 29.65% from 705); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2D1 is #010D2E. Grayscale: #F1F1F1. Windows color (decimal): -68911 or 13759230. OLE color: 13759230.
HSL color Cylindrical-coordinate representation of color #FEF2D1: hue angle of 44º 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 #FEF2D1 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 209 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.00 |
| HSL | 44º | 0.96% | 0.91% | - |
| HSV(B) | 44º | 0.18% | 1% | - |
| XYZ | 84.13 | 89.18 | 73.1 | - |
| YUV | 241.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 209 | 0 | 0.05 | 0.18 | 0.00 | 44 | 0.96 | 0.91 |
| Hex | FE | F2 | D1 | 0 | 5 | 12 | 0 | 2C | 60 | 5B |
| Octal | 376 | 362 | 321 | 0 | 5 | 22 | 0 | 54 | 140 | 133 |
| Binary | 11111110 | 11110010 | 11010001 | 0 | 101 | 10010 | 0 | 101100 | 1100000 | 1011011 |
Color Harmonies of #FEF2D1
Complementary color
Monochromatic Colors of #FEF2D1
Black with #FEF2D1
Text Example
Text Example
White with #FEF2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2D1; }
p { color: rgb(254,242,209); }
H1.HeaderClassName
{
color: #FEF2D1;
}
.AnyTagClassName
{
color: #FEF2D1;
}
</style>
background-color css
<style>
a { background-color: #FEF2D1; }
a { background-color: rgb(254,242,209); }
div.DivClassName
{
background-color: #FEF2D1;
}
.BgClassName
{
background-color: #FEF2D1;
}
</style>
border-color css
<style>
span { border-color: #FEF2D1; }
span { border-color: rgb(254,242,209); }
td.TdClassName
{
border-color: #FEF2D1;
}
.TagClassName
{
border-color: #FEF2D1;
}
</style>