Shades of Dutch White #F0DFBE
Tints of Dutch White #F0DFBE
RGB
CMYK
RGB Variations
Color information
#F0DFBE (or 0xF0DFBE) is known color: Dutch White. HEX triplet: F0, DF and BE. RGB value is (240,223,190). Sum of RGB (Red+Green+Blue) = 240+223+190=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFBE is #0F2041. Grayscale: #E0E0E0. Windows color (decimal): -991298 or 12509168. OLE color: 12509168.
HSL color Cylindrical-coordinate representation of color #F0DFBE: hue angle of 39.6º 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 #F0DFBE is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 190 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.06 |
| HSL | 39.6º | 0.63% | 0.84% | - |
| HSV(B) | 39.6º | 0.21% | 0.94% | - |
| XYZ | 71.62 | 75.02 | 59.42 | - |
| YUV | 224.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 190 | 0 | 0.07 | 0.21 | 0.06 | 39.6 | 0.63 | 0.84 |
| Hex | F0 | DF | BE | 0 | 7 | 15 | 6 | 28 | 3E | 54 |
| Octal | 360 | 337 | 276 | 0 | 7 | 25 | 6 | 50 | 76 | 124 |
| Binary | 11110000 | 11011111 | 10111110 | 0 | 111 | 10101 | 110 | 101000 | 111110 | 1010100 |
Color Harmonies of #F0DFBE
Complementary color
Monochromatic Colors of #F0DFBE
Black with #F0DFBE
Text Example
Text Example
White with #F0DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFBE; }
p { color: rgb(240,223,190); }
H1.HeaderClassName
{
color: #F0DFBE;
}
.AnyTagClassName
{
color: #F0DFBE;
}
</style>
background-color css
<style>
a { background-color: #F0DFBE; }
a { background-color: rgb(240,223,190); }
div.DivClassName
{
background-color: #F0DFBE;
}
.BgClassName
{
background-color: #F0DFBE;
}
</style>
border-color css
<style>
span { border-color: #F0DFBE; }
span { border-color: rgb(240,223,190); }
td.TdClassName
{
border-color: #F0DFBE;
}
.TagClassName
{
border-color: #F0DFBE;
}
</style>