Shades of Dutch White #F6E0BA
Tints of Dutch White #F6E0BA
RGB
CMYK
RGB Variations
Color information
#F6E0BA (or 0xF6E0BA) is known color: Dutch White. HEX triplet: F6, E0 and BA. RGB value is (246,224,186). Sum of RGB (Red+Green+Blue) = 246+224+186=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E0BA is #091F45. Grayscale: #E2E2E2. Windows color (decimal): -597830 or 12247286. OLE color: 12247286.
HSL color Cylindrical-coordinate representation of color #F6E0BA: hue angle of 38º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6E0BA is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 186 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.04 |
| HSL | 38º | 0.77% | 0.85% | - |
| HSV(B) | 38º | 0.24% | 0.96% | - |
| XYZ | 73.52 | 76.45 | 57.34 | - |
| YUV | 226.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 186 | 0 | 0.09 | 0.24 | 0.04 | 38 | 0.77 | 0.85 |
| Hex | F6 | E0 | BA | 0 | 9 | 18 | 4 | 26 | 4D | 55 |
| Octal | 366 | 340 | 272 | 0 | 11 | 30 | 4 | 46 | 115 | 125 |
| Binary | 11110110 | 11100000 | 10111010 | 0 | 1001 | 11000 | 100 | 100110 | 1001101 | 1010101 |
Color Harmonies of #F6E0BA
Complementary color
Monochromatic Colors of #F6E0BA
Black with #F6E0BA
Text Example
Text Example
White with #F6E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E0BA; }
p { color: rgb(246,224,186); }
H1.HeaderClassName
{
color: #F6E0BA;
}
.AnyTagClassName
{
color: #F6E0BA;
}
</style>
background-color css
<style>
a { background-color: #F6E0BA; }
a { background-color: rgb(246,224,186); }
div.DivClassName
{
background-color: #F6E0BA;
}
.BgClassName
{
background-color: #F6E0BA;
}
</style>
border-color css
<style>
span { border-color: #F6E0BA; }
span { border-color: rgb(246,224,186); }
td.TdClassName
{
border-color: #F6E0BA;
}
.TagClassName
{
border-color: #F6E0BA;
}
</style>