Shades of Dutch White #F0E0BC
Tints of Dutch White #F0E0BC
RGB
CMYK
RGB Variations
Color information
#F0E0BC (or 0xF0E0BC) is known color: Dutch White. HEX triplet: F0, E0 and BC. RGB value is (240,224,188). Sum of RGB (Red+Green+Blue) = 240+224+188=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0BC is #0F1F43. Grayscale: #E0E0E0. Windows color (decimal): -991044 or 12378352. OLE color: 12378352.
HSL color Cylindrical-coordinate representation of color #F0E0BC: hue angle of 41.54º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0E0BC is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 188 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.06 |
| HSL | 41.54º | 0.63% | 0.84% | - |
| HSV(B) | 41.54º | 0.22% | 0.94% | - |
| XYZ | 71.67 | 75.47 | 58.37 | - |
| YUV | 224.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 188 | 0 | 0.07 | 0.22 | 0.06 | 41.54 | 0.63 | 0.84 |
| Hex | F0 | E0 | BC | 0 | 7 | 16 | 6 | 2A | 3F | 54 |
| Octal | 360 | 340 | 274 | 0 | 7 | 26 | 6 | 52 | 77 | 124 |
| Binary | 11110000 | 11100000 | 10111100 | 0 | 111 | 10110 | 110 | 101010 | 111111 | 1010100 |
Color Harmonies of #F0E0BC
Complementary color
Monochromatic Colors of #F0E0BC
Black with #F0E0BC
Text Example
Text Example
White with #F0E0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0BC; }
p { color: rgb(240,224,188); }
H1.HeaderClassName
{
color: #F0E0BC;
}
.AnyTagClassName
{
color: #F0E0BC;
}
</style>
background-color css
<style>
a { background-color: #F0E0BC; }
a { background-color: rgb(240,224,188); }
div.DivClassName
{
background-color: #F0E0BC;
}
.BgClassName
{
background-color: #F0E0BC;
}
</style>
border-color css
<style>
span { border-color: #F0E0BC; }
span { border-color: rgb(240,224,188); }
td.TdClassName
{
border-color: #F0E0BC;
}
.TagClassName
{
border-color: #F0E0BC;
}
</style>