Shades of Half Dutch White #FEF2D3
Tints of Half Dutch White #FEF2D3
RGB
CMYK
RGB Variations
Color information
#FEF2D3 (or 0xFEF2D3) is known color: Half Dutch White. HEX triplet: FE, F2 and D3. RGB value is (254,242,211). Sum of RGB (Red+Green+Blue) = 254+242+211=707 (93% of max value = 765). Red value is 254 (99.61% from 255 or 35.93% from 707); Green value is 242 (94.92% from 255 or 34.23% from 707); Blue value is 211 (82.81% from 255 or 29.84% from 707); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2D3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2D3 is #010D2C. Grayscale: #F2F2F2. Windows color (decimal): -68909 or 13890302. OLE color: 13890302.
HSL color Cylindrical-coordinate representation of color #FEF2D3: hue angle of 43.26º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FEF2D3 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 211 | - |
| CMYK | 0 | 0.05 | 0.17 | 0.00 |
| HSL | 43.26º | 0.96% | 0.91% | - |
| HSV(B) | 43.26º | 0.17% | 1% | - |
| XYZ | 84.38 | 89.28 | 74.41 | - |
| YUV | 242.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 211 | 0 | 0.05 | 0.17 | 0.00 | 43.26 | 0.96 | 0.91 |
| Hex | FE | F2 | D3 | 0 | 5 | 11 | 0 | 2B | 60 | 5B |
| Octal | 376 | 362 | 323 | 0 | 5 | 21 | 0 | 53 | 140 | 133 |
| Binary | 11111110 | 11110010 | 11010011 | 0 | 101 | 10001 | 0 | 101011 | 1100000 | 1011011 |
Color Harmonies of #FEF2D3
Complementary color
Monochromatic Colors of #FEF2D3
Black with #FEF2D3
Text Example
Text Example
White with #FEF2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2D3; }
p { color: rgb(254,242,211); }
H1.HeaderClassName
{
color: #FEF2D3;
}
.AnyTagClassName
{
color: #FEF2D3;
}
</style>
background-color css
<style>
a { background-color: #FEF2D3; }
a { background-color: rgb(254,242,211); }
div.DivClassName
{
background-color: #FEF2D3;
}
.BgClassName
{
background-color: #FEF2D3;
}
</style>
border-color css
<style>
span { border-color: #FEF2D3; }
span { border-color: rgb(254,242,211); }
td.TdClassName
{
border-color: #FEF2D3;
}
.TagClassName
{
border-color: #FEF2D3;
}
</style>