Shades of Dutch White #F6E1BD
Tints of Dutch White #F6E1BD
RGB
CMYK
RGB Variations
Color information
#F6E1BD (or 0xF6E1BD) is known color: Dutch White. HEX triplet: F6, E1 and BD. RGB value is (246,225,189). Sum of RGB (Red+Green+Blue) = 246+225+189=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 189 (74.22% from 255 or 28.64% from 660); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E1BD is #091E42. Grayscale: #E3E3E3. Windows color (decimal): -597571 or 12444150. OLE color: 12444150.
HSL color Cylindrical-coordinate representation of color #F6E1BD: hue angle of 37.89º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6E1BD is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 189 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.04 |
| HSL | 37.89º | 0.76% | 0.85% | - |
| HSV(B) | 37.89º | 0.23% | 0.96% | - |
| XYZ | 74.12 | 77.12 | 59.12 | - |
| YUV | 227.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 189 | 0 | 0.09 | 0.23 | 0.04 | 37.89 | 0.76 | 0.85 |
| Hex | F6 | E1 | BD | 0 | 9 | 17 | 4 | 26 | 4C | 55 |
| Octal | 366 | 341 | 275 | 0 | 11 | 27 | 4 | 46 | 114 | 125 |
| Binary | 11110110 | 11100001 | 10111101 | 0 | 1001 | 10111 | 100 | 100110 | 1001100 | 1010101 |
Color Harmonies of #F6E1BD
Complementary color
Monochromatic Colors of #F6E1BD
Black with #F6E1BD
Text Example
Text Example
White with #F6E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E1BD; }
p { color: rgb(246,225,189); }
H1.HeaderClassName
{
color: #F6E1BD;
}
.AnyTagClassName
{
color: #F6E1BD;
}
</style>
background-color css
<style>
a { background-color: #F6E1BD; }
a { background-color: rgb(246,225,189); }
div.DivClassName
{
background-color: #F6E1BD;
}
.BgClassName
{
background-color: #F6E1BD;
}
</style>
border-color css
<style>
span { border-color: #F6E1BD; }
span { border-color: rgb(246,225,189); }
td.TdClassName
{
border-color: #F6E1BD;
}
.TagClassName
{
border-color: #F6E1BD;
}
</style>