Shades of Half Dutch White #FEF2D8
Tints of Half Dutch White #FEF2D8
RGB
CMYK
RGB Variations
Color information
#FEF2D8 (or 0xFEF2D8) is known color: Half Dutch White. HEX triplet: FE, F2 and D8. RGB value is (254,242,216). Sum of RGB (Red+Green+Blue) = 254+242+216=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 242 (94.92% from 255 or 33.99% from 712); Blue value is 216 (84.77% from 255 or 30.34% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF2D8 is #010D27. Grayscale: #F2F2F2. Windows color (decimal): -68904 or 14217982. OLE color: 14217982.
HSL color Cylindrical-coordinate representation of color #FEF2D8: hue angle of 41.05º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FEF2D8 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 216 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.00 |
| HSL | 41.05º | 0.95% | 0.92% | - |
| HSV(B) | 41.05º | 0.15% | 1% | - |
| XYZ | 85.02 | 89.53 | 77.77 | - |
| YUV | 242.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 216 | 0 | 0.05 | 0.15 | 0.00 | 41.05 | 0.95 | 0.92 |
| Hex | FE | F2 | D8 | 0 | 5 | F | 0 | 29 | 5F | 5C |
| Octal | 376 | 362 | 330 | 0 | 5 | 17 | 0 | 51 | 137 | 134 |
| Binary | 11111110 | 11110010 | 11011000 | 0 | 101 | 1111 | 0 | 101001 | 1011111 | 1011100 |
Color Harmonies of #FEF2D8
Complementary color
Monochromatic Colors of #FEF2D8
Black with #FEF2D8
Text Example
Text Example
White with #FEF2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2D8; }
p { color: rgb(254,242,216); }
H1.HeaderClassName
{
color: #FEF2D8;
}
.AnyTagClassName
{
color: #FEF2D8;
}
</style>
background-color css
<style>
a { background-color: #FEF2D8; }
a { background-color: rgb(254,242,216); }
div.DivClassName
{
background-color: #FEF2D8;
}
.BgClassName
{
background-color: #FEF2D8;
}
</style>
border-color css
<style>
span { border-color: #FEF2D8; }
span { border-color: rgb(254,242,216); }
td.TdClassName
{
border-color: #FEF2D8;
}
.TagClassName
{
border-color: #FEF2D8;
}
</style>