Shades of Half Dutch White #F9EFD2
Tints of Half Dutch White #F9EFD2
RGB
CMYK
RGB Variations
Color information
#F9EFD2 (or 0xF9EFD2) is known color: Half Dutch White. HEX triplet: F9, EF and D2. RGB value is (249,239,210). Sum of RGB (Red+Green+Blue) = 249+239+210=698 (92% of max value = 765). Red value is 249 (97.66% from 255 or 35.67% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 210 (82.42% from 255 or 30.09% from 698); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EFD2 is #06102D. Grayscale: #EEEEEE. Windows color (decimal): -397358 or 13823993. OLE color: 13823993.
HSL color Cylindrical-coordinate representation of color #F9EFD2: hue angle of 44.62º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F9EFD2 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 210 | - |
| CMYK | 0 | 0.04 | 0.16 | 0.02 |
| HSL | 44.62º | 0.76% | 0.9% | - |
| HSV(B) | 44.62º | 0.16% | 0.98% | - |
| XYZ | 81.57 | 86.53 | 73.37 | - |
| YUV | 238.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 210 | 0 | 0.04 | 0.16 | 0.02 | 44.62 | 0.76 | 0.9 |
| Hex | F9 | EF | D2 | 0 | 4 | 10 | 2 | 2D | 4C | 5A |
| Octal | 371 | 357 | 322 | 0 | 4 | 20 | 2 | 55 | 114 | 132 |
| Binary | 11111001 | 11101111 | 11010010 | 0 | 100 | 10000 | 10 | 101101 | 1001100 | 1011010 |
Color Harmonies of #F9EFD2
Complementary color
Monochromatic Colors of #F9EFD2
Black with #F9EFD2
Text Example
Text Example
White with #F9EFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EFD2; }
p { color: rgb(249,239,210); }
H1.HeaderClassName
{
color: #F9EFD2;
}
.AnyTagClassName
{
color: #F9EFD2;
}
</style>
background-color css
<style>
a { background-color: #F9EFD2; }
a { background-color: rgb(249,239,210); }
div.DivClassName
{
background-color: #F9EFD2;
}
.BgClassName
{
background-color: #F9EFD2;
}
</style>
border-color css
<style>
span { border-color: #F9EFD2; }
span { border-color: rgb(249,239,210); }
td.TdClassName
{
border-color: #F9EFD2;
}
.TagClassName
{
border-color: #F9EFD2;
}
</style>