Shades of Half Dutch White #F8EFD5
Tints of Half Dutch White #F8EFD5
RGB
CMYK
RGB Variations
Color information
#F8EFD5 (or 0xF8EFD5) is known color: Half Dutch White. HEX triplet: F8, EF and D5. RGB value is (248,239,213). Sum of RGB (Red+Green+Blue) = 248+239+213=700 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.43% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 213 (83.59% from 255 or 30.43% from 700); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EFD5 is #07102A. Grayscale: #EEEEEE. Windows color (decimal): -462891 or 14020600. OLE color: 14020600.
HSL color Cylindrical-coordinate representation of color #F8EFD5: hue angle of 44.57º 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 #F8EFD5 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 239 | 213 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.03 |
| HSL | 44.57º | 0.71% | 0.9% | - |
| HSV(B) | 44.57º | 0.14% | 0.97% | - |
| XYZ | 81.59 | 86.49 | 75.35 | - |
| YUV | 238.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 213 | 0 | 0.04 | 0.14 | 0.03 | 44.57 | 0.71 | 0.9 |
| Hex | F8 | EF | D5 | 0 | 4 | E | 3 | 2D | 47 | 5A |
| Octal | 370 | 357 | 325 | 0 | 4 | 16 | 3 | 55 | 107 | 132 |
| Binary | 11111000 | 11101111 | 11010101 | 0 | 100 | 1110 | 11 | 101101 | 1000111 | 1011010 |
Color Harmonies of #F8EFD5
Complementary color
Monochromatic Colors of #F8EFD5
Black with #F8EFD5
Text Example
Text Example
White with #F8EFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EFD5; }
p { color: rgb(248,239,213); }
H1.HeaderClassName
{
color: #F8EFD5;
}
.AnyTagClassName
{
color: #F8EFD5;
}
</style>
background-color css
<style>
a { background-color: #F8EFD5; }
a { background-color: rgb(248,239,213); }
div.DivClassName
{
background-color: #F8EFD5;
}
.BgClassName
{
background-color: #F8EFD5;
}
</style>
border-color css
<style>
span { border-color: #F8EFD5; }
span { border-color: rgb(248,239,213); }
td.TdClassName
{
border-color: #F8EFD5;
}
.TagClassName
{
border-color: #F8EFD5;
}
</style>