Shades of Dutch White #F7E1BC
Tints of Dutch White #F7E1BC
RGB
CMYK
RGB Variations
Color information
#F7E1BC (or 0xF7E1BC) is known color: Dutch White. HEX triplet: F7, E1 and BC. RGB value is (247,225,188). Sum of RGB (Red+Green+Blue) = 247+225+188=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 188 (73.83% from 255 or 28.48% from 660); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E1BC is #081E43. Grayscale: #E3E3E3. Windows color (decimal): -532036 or 12378615. OLE color: 12378615.
HSL color Cylindrical-coordinate representation of color #F7E1BC: hue angle of 37.63º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7E1BC is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 188 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.03 |
| HSL | 37.63º | 0.79% | 0.85% | - |
| HSV(B) | 37.63º | 0.24% | 0.97% | - |
| XYZ | 74.36 | 77.26 | 58.57 | - |
| YUV | 227.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 188 | 0 | 0.09 | 0.24 | 0.03 | 37.63 | 0.79 | 0.85 |
| Hex | F7 | E1 | BC | 0 | 9 | 18 | 3 | 26 | 4F | 55 |
| Octal | 367 | 341 | 274 | 0 | 11 | 30 | 3 | 46 | 117 | 125 |
| Binary | 11110111 | 11100001 | 10111100 | 0 | 1001 | 11000 | 11 | 100110 | 1001111 | 1010101 |
Color Harmonies of #F7E1BC
Complementary color
Monochromatic Colors of #F7E1BC
Black with #F7E1BC
Text Example
Text Example
White with #F7E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E1BC; }
p { color: rgb(247,225,188); }
H1.HeaderClassName
{
color: #F7E1BC;
}
.AnyTagClassName
{
color: #F7E1BC;
}
</style>
background-color css
<style>
a { background-color: #F7E1BC; }
a { background-color: rgb(247,225,188); }
div.DivClassName
{
background-color: #F7E1BC;
}
.BgClassName
{
background-color: #F7E1BC;
}
</style>
border-color css
<style>
span { border-color: #F7E1BC; }
span { border-color: rgb(247,225,188); }
td.TdClassName
{
border-color: #F7E1BC;
}
.TagClassName
{
border-color: #F7E1BC;
}
</style>