Shades of Dutch White #F6E0BC
Tints of Dutch White #F6E0BC
RGB
CMYK
RGB Variations
Color information
#F6E0BC (or 0xF6E0BC) is known color: Dutch White. HEX triplet: F6, E0 and BC. RGB value is (246,224,188). Sum of RGB (Red+Green+Blue) = 246+224+188=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E0BC is #091F43. Grayscale: #E2E2E2. Windows color (decimal): -597828 or 12378358. OLE color: 12378358.
HSL color Cylindrical-coordinate representation of color #F6E0BC: hue angle of 37.24º degrees, saturation: 0.76, 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 #F6E0BC is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 188 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.04 |
| HSL | 37.24º | 0.76% | 0.85% | - |
| HSV(B) | 37.24º | 0.24% | 0.96% | - |
| XYZ | 73.74 | 76.53 | 58.46 | - |
| YUV | 226.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 188 | 0 | 0.09 | 0.24 | 0.04 | 37.24 | 0.76 | 0.85 |
| Hex | F6 | E0 | BC | 0 | 9 | 18 | 4 | 25 | 4C | 55 |
| Octal | 366 | 340 | 274 | 0 | 11 | 30 | 4 | 45 | 114 | 125 |
| Binary | 11110110 | 11100000 | 10111100 | 0 | 1001 | 11000 | 100 | 100101 | 1001100 | 1010101 |
Color Harmonies of #F6E0BC
Complementary color
Monochromatic Colors of #F6E0BC
Black with #F6E0BC
Text Example
Text Example
White with #F6E0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E0BC; }
p { color: rgb(246,224,188); }
H1.HeaderClassName
{
color: #F6E0BC;
}
.AnyTagClassName
{
color: #F6E0BC;
}
</style>
background-color css
<style>
a { background-color: #F6E0BC; }
a { background-color: rgb(246,224,188); }
div.DivClassName
{
background-color: #F6E0BC;
}
.BgClassName
{
background-color: #F6E0BC;
}
</style>
border-color css
<style>
span { border-color: #F6E0BC; }
span { border-color: rgb(246,224,188); }
td.TdClassName
{
border-color: #F6E0BC;
}
.TagClassName
{
border-color: #F6E0BC;
}
</style>