Shades of Half Dutch White #F8EED5
Tints of Half Dutch White #F8EED5
RGB
CMYK
RGB Variations
Color information
#F8EED5 (or 0xF8EED5) is known color: Half Dutch White. HEX triplet: F8, EE and D5. RGB value is (248,238,213). Sum of RGB (Red+Green+Blue) = 248+238+213=699 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.48% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 213 (83.59% from 255 or 30.47% from 699); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EED5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EED5 is #07112A. Grayscale: #EEEEEE. Windows color (decimal): -463147 or 14020344. OLE color: 14020344.
HSL color Cylindrical-coordinate representation of color #F8EED5: hue angle of 42.86º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F8EED5 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 238 | 213 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.03 |
| HSL | 42.86º | 0.71% | 0.9% | - |
| HSV(B) | 42.86º | 0.14% | 0.97% | - |
| XYZ | 81.3 | 85.91 | 75.25 | - |
| YUV | 238.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 238 | 213 | 0 | 0.04 | 0.14 | 0.03 | 42.86 | 0.71 | 0.9 |
| Hex | F8 | EE | D5 | 0 | 4 | E | 3 | 2B | 47 | 5A |
| Octal | 370 | 356 | 325 | 0 | 4 | 16 | 3 | 53 | 107 | 132 |
| Binary | 11111000 | 11101110 | 11010101 | 0 | 100 | 1110 | 11 | 101011 | 1000111 | 1011010 |
Color Harmonies of #F8EED5
Complementary color
Monochromatic Colors of #F8EED5
Black with #F8EED5
Text Example
Text Example
White with #F8EED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EED5; }
p { color: rgb(248,238,213); }
H1.HeaderClassName
{
color: #F8EED5;
}
.AnyTagClassName
{
color: #F8EED5;
}
</style>
background-color css
<style>
a { background-color: #F8EED5; }
a { background-color: rgb(248,238,213); }
div.DivClassName
{
background-color: #F8EED5;
}
.BgClassName
{
background-color: #F8EED5;
}
</style>
border-color css
<style>
span { border-color: #F8EED5; }
span { border-color: rgb(248,238,213); }
td.TdClassName
{
border-color: #F8EED5;
}
.TagClassName
{
border-color: #F8EED5;
}
</style>