Shades of Half Dutch White #F8EED2
Tints of Half Dutch White #F8EED2
RGB
CMYK
RGB Variations
Color information
#F8EED2 (or 0xF8EED2) is known color: Half Dutch White. HEX triplet: F8, EE and D2. RGB value is (248,238,210). Sum of RGB (Red+Green+Blue) = 248+238+210=696 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.63% from 696); Green value is 238 (93.36% from 255 or 34.20% from 696); Blue value is 210 (82.42% from 255 or 30.17% from 696); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EED2 is #07112D. Grayscale: #EDEDED. Windows color (decimal): -463150 or 13823736. OLE color: 13823736.
HSL color Cylindrical-coordinate representation of color #F8EED2: hue angle of 44.21º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F8EED2 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 210 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.03 |
| HSL | 44.21º | 0.73% | 0.9% | - |
| HSV(B) | 44.21º | 0.15% | 0.97% | - |
| XYZ | 80.92 | 85.76 | 73.26 | - |
| YUV | 237.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 210 | 0 | 0.04 | 0.15 | 0.03 | 44.21 | 0.73 | 0.9 |
| Hex | F8 | EE | D2 | 0 | 4 | F | 3 | 2C | 49 | 5A |
| Octal | 370 | 356 | 322 | 0 | 4 | 17 | 3 | 54 | 111 | 132 |
| Binary | 11111000 | 11101110 | 11010010 | 0 | 100 | 1111 | 11 | 101100 | 1001001 | 1011010 |
Color Harmonies of #F8EED2
Complementary color
Monochromatic Colors of #F8EED2
Black with #F8EED2
Text Example
Text Example
White with #F8EED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EED2; }
p { color: rgb(248,238,210); }
H1.HeaderClassName
{
color: #F8EED2;
}
.AnyTagClassName
{
color: #F8EED2;
}
</style>
background-color css
<style>
a { background-color: #F8EED2; }
a { background-color: rgb(248,238,210); }
div.DivClassName
{
background-color: #F8EED2;
}
.BgClassName
{
background-color: #F8EED2;
}
</style>
border-color css
<style>
span { border-color: #F8EED2; }
span { border-color: rgb(248,238,210); }
td.TdClassName
{
border-color: #F8EED2;
}
.TagClassName
{
border-color: #F8EED2;
}
</style>