Shades of Half Dutch White #F9EED4
Tints of Half Dutch White #F9EED4
RGB
CMYK
RGB Variations
Color information
#F9EED4 (or 0xF9EED4) is known color: Half Dutch White. HEX triplet: F9, EE and D4. RGB value is (249,238,212). Sum of RGB (Red+Green+Blue) = 249+238+212=699 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.62% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 212 (83.20% from 255 or 30.33% from 699); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EED4 is #06112B. Grayscale: #EEEEEE. Windows color (decimal): -397612 or 13954809. OLE color: 13954809.
HSL color Cylindrical-coordinate representation of color #F9EED4: hue angle of 42.16º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F9EED4 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 238 | 212 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.02 |
| HSL | 42.16º | 0.76% | 0.9% | - |
| HSV(B) | 42.16º | 0.15% | 0.98% | - |
| XYZ | 81.53 | 86.04 | 74.6 | - |
| YUV | 238.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 238 | 212 | 0 | 0.04 | 0.15 | 0.02 | 42.16 | 0.76 | 0.9 |
| Hex | F9 | EE | D4 | 0 | 4 | F | 2 | 2A | 4C | 5A |
| Octal | 371 | 356 | 324 | 0 | 4 | 17 | 2 | 52 | 114 | 132 |
| Binary | 11111001 | 11101110 | 11010100 | 0 | 100 | 1111 | 10 | 101010 | 1001100 | 1011010 |
Color Harmonies of #F9EED4
Complementary color
Monochromatic Colors of #F9EED4
Black with #F9EED4
Text Example
Text Example
White with #F9EED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EED4; }
p { color: rgb(249,238,212); }
H1.HeaderClassName
{
color: #F9EED4;
}
.AnyTagClassName
{
color: #F9EED4;
}
</style>
background-color css
<style>
a { background-color: #F9EED4; }
a { background-color: rgb(249,238,212); }
div.DivClassName
{
background-color: #F9EED4;
}
.BgClassName
{
background-color: #F9EED4;
}
</style>
border-color css
<style>
span { border-color: #F9EED4; }
span { border-color: rgb(249,238,212); }
td.TdClassName
{
border-color: #F9EED4;
}
.TagClassName
{
border-color: #F9EED4;
}
</style>