Shades of Dutch White #F0DFBC
Tints of Dutch White #F0DFBC
RGB
CMYK
RGB Variations
Color information
#F0DFBC (or 0xF0DFBC) is known color: Dutch White. HEX triplet: F0, DF and BC. RGB value is (240,223,188). Sum of RGB (Red+Green+Blue) = 240+223+188=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFBC is #0F2043. Grayscale: #E0E0E0. Windows color (decimal): -991300 or 12378096. OLE color: 12378096.
HSL color Cylindrical-coordinate representation of color #F0DFBC: hue angle of 40.38º 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 #F0DFBC is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 188 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.06 |
| HSL | 40.38º | 0.63% | 0.84% | - |
| HSV(B) | 40.38º | 0.22% | 0.94% | - |
| XYZ | 71.4 | 74.93 | 58.28 | - |
| YUV | 224.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 188 | 0 | 0.07 | 0.22 | 0.06 | 40.38 | 0.63 | 0.84 |
| Hex | F0 | DF | BC | 0 | 7 | 16 | 6 | 28 | 3F | 54 |
| Octal | 360 | 337 | 274 | 0 | 7 | 26 | 6 | 50 | 77 | 124 |
| Binary | 11110000 | 11011111 | 10111100 | 0 | 111 | 10110 | 110 | 101000 | 111111 | 1010100 |
Color Harmonies of #F0DFBC
Complementary color
Monochromatic Colors of #F0DFBC
Black with #F0DFBC
Text Example
Text Example
White with #F0DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFBC; }
p { color: rgb(240,223,188); }
H1.HeaderClassName
{
color: #F0DFBC;
}
.AnyTagClassName
{
color: #F0DFBC;
}
</style>
background-color css
<style>
a { background-color: #F0DFBC; }
a { background-color: rgb(240,223,188); }
div.DivClassName
{
background-color: #F0DFBC;
}
.BgClassName
{
background-color: #F0DFBC;
}
</style>
border-color css
<style>
span { border-color: #F0DFBC; }
span { border-color: rgb(240,223,188); }
td.TdClassName
{
border-color: #F0DFBC;
}
.TagClassName
{
border-color: #F0DFBC;
}
</style>