Shades of Half Dutch White #F8EFD4
Tints of Half Dutch White #F8EFD4
RGB
CMYK
RGB Variations
Color information
#F8EFD4 (or 0xF8EFD4) is known color: Half Dutch White. HEX triplet: F8, EF and D4. RGB value is (248,239,212). Sum of RGB (Red+Green+Blue) = 248+239+212=699 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.48% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 212 (83.20% from 255 or 30.33% from 699); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EFD4 is #07102B. Grayscale: #EEEEEE. Windows color (decimal): -462892 or 13955064. OLE color: 13955064.
HSL color Cylindrical-coordinate representation of color #F8EFD4: hue angle of 45º degrees, saturation: 0.72, 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 #F8EFD4 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 239 | 212 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.03 |
| HSL | 45º | 0.72% | 0.9% | - |
| HSV(B) | 45º | 0.15% | 0.97% | - |
| XYZ | 81.46 | 86.44 | 74.68 | - |
| YUV | 238.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 239 | 212 | 0 | 0.04 | 0.15 | 0.03 | 45 | 0.72 | 0.9 |
| Hex | F8 | EF | D4 | 0 | 4 | F | 3 | 2D | 48 | 5A |
| Octal | 370 | 357 | 324 | 0 | 4 | 17 | 3 | 55 | 110 | 132 |
| Binary | 11111000 | 11101111 | 11010100 | 0 | 100 | 1111 | 11 | 101101 | 1001000 | 1011010 |
Color Harmonies of #F8EFD4
Complementary color
Monochromatic Colors of #F8EFD4
Black with #F8EFD4
Text Example
Text Example
White with #F8EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8EFD4; }
p { color: rgb(248,239,212); }
H1.HeaderClassName
{
color: #F8EFD4;
}
.AnyTagClassName
{
color: #F8EFD4;
}
</style>
background-color css
<style>
a { background-color: #F8EFD4; }
a { background-color: rgb(248,239,212); }
div.DivClassName
{
background-color: #F8EFD4;
}
.BgClassName
{
background-color: #F8EFD4;
}
</style>
border-color css
<style>
span { border-color: #F8EFD4; }
span { border-color: rgb(248,239,212); }
td.TdClassName
{
border-color: #F8EFD4;
}
.TagClassName
{
border-color: #F8EFD4;
}
</style>