Shades of Dutch White #F0E1BE
Tints of Dutch White #F0E1BE
RGB
CMYK
RGB Variations
Color information
#F0E1BE (or 0xF0E1BE) is known color: Dutch White. HEX triplet: F0, E1 and BE. RGB value is (240,225,190). Sum of RGB (Red+Green+Blue) = 240+225+190=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1BE is #0F1E41. Grayscale: #E1E1E1. Windows color (decimal): -990786 or 12509680. OLE color: 12509680.
HSL color Cylindrical-coordinate representation of color #F0E1BE: hue angle of 42º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0E1BE is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 190 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.06 |
| HSL | 42º | 0.63% | 0.84% | - |
| HSV(B) | 42º | 0.21% | 0.94% | - |
| XYZ | 72.15 | 76.09 | 59.6 | - |
| YUV | 225.5 | 107.97 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 190 | 0 | 0.06 | 0.21 | 0.06 | 42 | 0.63 | 0.84 |
| Hex | F0 | E1 | BE | 0 | 6 | 15 | 6 | 2A | 3E | 54 |
| Octal | 360 | 341 | 276 | 0 | 6 | 25 | 6 | 52 | 76 | 124 |
| Binary | 11110000 | 11100001 | 10111110 | 0 | 110 | 10101 | 110 | 101010 | 111110 | 1010100 |
Color Harmonies of #F0E1BE
Complementary color
Monochromatic Colors of #F0E1BE
Black with #F0E1BE
Text Example
Text Example
White with #F0E1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E1BE; }
p { color: rgb(240,225,190); }
H1.HeaderClassName
{
color: #F0E1BE;
}
.AnyTagClassName
{
color: #F0E1BE;
}
</style>
background-color css
<style>
a { background-color: #F0E1BE; }
a { background-color: rgb(240,225,190); }
div.DivClassName
{
background-color: #F0E1BE;
}
.BgClassName
{
background-color: #F0E1BE;
}
</style>
border-color css
<style>
span { border-color: #F0E1BE; }
span { border-color: rgb(240,225,190); }
td.TdClassName
{
border-color: #F0E1BE;
}
.TagClassName
{
border-color: #F0E1BE;
}
</style>