Shades of Dutch White #F0DFBB
Tints of Dutch White #F0DFBB
RGB
CMYK
RGB Variations
Color information
#F0DFBB (or 0xF0DFBB) is known color: Dutch White. HEX triplet: F0, DF and BB. RGB value is (240,223,187). Sum of RGB (Red+Green+Blue) = 240+223+187=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFBB is #0F2044. Grayscale: #E0E0E0. Windows color (decimal): -991301 or 12312560. OLE color: 12312560.
HSL color Cylindrical-coordinate representation of color #F0DFBB: hue angle of 40.75º degrees, saturation: 0.64, 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 #F0DFBB is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 223 | 187 | - |
CMYK | 0 | 0.07 | 0.22 | 0.06 |
HSL | 40.75º | 0.64% | 0.84% | - |
HSV(B) | 40.75º | 0.22% | 0.94% | - |
XYZ | 71.29 | 74.89 | 57.71 | - |
YUV | 223.98 | 107.13 | 139.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 223 | 187 | 0 | 0.07 | 0.22 | 0.06 | 40.75 | 0.64 | 0.84 |
Hex | F0 | DF | BB | 0 | 7 | 16 | 6 | 29 | 40 | 54 |
Octal | 360 | 337 | 273 | 0 | 7 | 26 | 6 | 51 | 100 | 124 |
Binary | 11110000 | 11011111 | 10111011 | 0 | 111 | 10110 | 110 | 101001 | 1000000 | 1010100 |
Color Harmonies of #F0DFBB
Complementary color
Monochromatic Colors of #F0DFBB
Black with #F0DFBB
Text Example
Text Example
White with #F0DFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFBB; }
p { color: rgb(240,223,187); }
H1.HeaderClassName
{
color: #F0DFBB;
}
.AnyTagClassName
{
color: #F0DFBB;
}
</style>
background-color css
<style>
a { background-color: #F0DFBB; }
a { background-color: rgb(240,223,187); }
div.DivClassName
{
background-color: #F0DFBB;
}
.BgClassName
{
background-color: #F0DFBB;
}
</style>
border-color css
<style>
span { border-color: #F0DFBB; }
span { border-color: rgb(240,223,187); }
td.TdClassName
{
border-color: #F0DFBB;
}
.TagClassName
{
border-color: #F0DFBB;
}
</style>