Shades of Dutch White #F6E1BC
Tints of Dutch White #F6E1BC
RGB
CMYK
RGB Variations
Color information
#F6E1BC (or 0xF6E1BC) is known color: Dutch White. HEX triplet: F6, E1 and BC. RGB value is (246,225,188). Sum of RGB (Red+Green+Blue) = 246+225+188=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E1BC is #091E43. Grayscale: #E3E3E3. Windows color (decimal): -597572 or 12378614. OLE color: 12378614.
HSL color Cylindrical-coordinate representation of color #F6E1BC: hue angle of 38.28º 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 #F6E1BC is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 188 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.04 |
| HSL | 38.28º | 0.76% | 0.85% | - |
| HSV(B) | 38.28º | 0.24% | 0.96% | - |
| XYZ | 74.01 | 77.07 | 58.55 | - |
| YUV | 227.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 188 | 0 | 0.09 | 0.24 | 0.04 | 38.28 | 0.76 | 0.85 |
| Hex | F6 | E1 | BC | 0 | 9 | 18 | 4 | 26 | 4C | 55 |
| Octal | 366 | 341 | 274 | 0 | 11 | 30 | 4 | 46 | 114 | 125 |
| Binary | 11110110 | 11100001 | 10111100 | 0 | 1001 | 11000 | 100 | 100110 | 1001100 | 1010101 |
Color Harmonies of #F6E1BC
Complementary color
Monochromatic Colors of #F6E1BC
Black with #F6E1BC
Text Example
Text Example
White with #F6E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E1BC; }
p { color: rgb(246,225,188); }
H1.HeaderClassName
{
color: #F6E1BC;
}
.AnyTagClassName
{
color: #F6E1BC;
}
</style>
background-color css
<style>
a { background-color: #F6E1BC; }
a { background-color: rgb(246,225,188); }
div.DivClassName
{
background-color: #F6E1BC;
}
.BgClassName
{
background-color: #F6E1BC;
}
</style>
border-color css
<style>
span { border-color: #F6E1BC; }
span { border-color: rgb(246,225,188); }
td.TdClassName
{
border-color: #F6E1BC;
}
.TagClassName
{
border-color: #F6E1BC;
}
</style>