Shades of Half Dutch White #F8EFD8
Tints of Half Dutch White #F8EFD8
RGB
CMYK
RGB Variations
Color information
#F8EFD8 (or 0xF8EFD8) is known color: Half Dutch White. HEX triplet: F8, EF and D8. RGB value is (248,239,216). Sum of RGB (Red+Green+Blue) = 248+239+216=703 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.28% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 216 (84.77% from 255 or 30.73% from 703); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EFD8 is #071027. Grayscale: #EFEFEF. Windows color (decimal): -462888 or 14217208. OLE color: 14217208.
HSL color Cylindrical-coordinate representation of color #F8EFD8: hue angle of 43.12º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F8EFD8 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 239 | 216 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.03 |
| HSL | 43.13º | 0.7% | 0.91% | - |
| HSV(B) | 43.13º | 0.13% | 0.97% | - |
| XYZ | 81.97 | 86.65 | 77.37 | - |
| YUV | 239.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 216 | 0 | 0.04 | 0.13 | 0.03 | 43.13 | 0.7 | 0.91 |
| Hex | F8 | EF | D8 | 0 | 4 | D | 3 | 2B | 46 | 5B |
| Octal | 370 | 357 | 330 | 0 | 4 | 15 | 3 | 53 | 106 | 133 |
| Binary | 11111000 | 11101111 | 11011000 | 0 | 100 | 1101 | 11 | 101011 | 1000110 | 1011011 |
Color Harmonies of #F8EFD8
Complementary color
Monochromatic Colors of #F8EFD8
Black with #F8EFD8
Text Example
Text Example
White with #F8EFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EFD8; }
p { color: rgb(248,239,216); }
H1.HeaderClassName
{
color: #F8EFD8;
}
.AnyTagClassName
{
color: #F8EFD8;
}
</style>
background-color css
<style>
a { background-color: #F8EFD8; }
a { background-color: rgb(248,239,216); }
div.DivClassName
{
background-color: #F8EFD8;
}
.BgClassName
{
background-color: #F8EFD8;
}
</style>
border-color css
<style>
span { border-color: #F8EFD8; }
span { border-color: rgb(248,239,216); }
td.TdClassName
{
border-color: #F8EFD8;
}
.TagClassName
{
border-color: #F8EFD8;
}
</style>