Shades of Dutch White #F7E2BC
Tints of Dutch White #F7E2BC
RGB
CMYK
RGB Variations
Color information
#F7E2BC (or 0xF7E2BC) is known color: Dutch White. HEX triplet: F7, E2 and BC. RGB value is (247,226,188). Sum of RGB (Red+Green+Blue) = 247+226+188=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 226 (88.67% from 255 or 34.19% from 661); Blue value is 188 (73.83% from 255 or 28.44% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E2BC is #081D43. Grayscale: #E4E4E4. Windows color (decimal): -531780 or 12378871. OLE color: 12378871.
HSL color Cylindrical-coordinate representation of color #F7E2BC: hue angle of 38.64º 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 #F7E2BC is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 226 | 188 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.03 |
| HSL | 38.64º | 0.79% | 0.85% | - |
| HSV(B) | 38.64º | 0.24% | 0.97% | - |
| XYZ | 74.63 | 77.8 | 58.66 | - |
| YUV | 227.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 226 | 188 | 0 | 0.09 | 0.24 | 0.03 | 38.64 | 0.79 | 0.85 |
| Hex | F7 | E2 | BC | 0 | 9 | 18 | 3 | 27 | 4F | 55 |
| Octal | 367 | 342 | 274 | 0 | 11 | 30 | 3 | 47 | 117 | 125 |
| Binary | 11110111 | 11100010 | 10111100 | 0 | 1001 | 11000 | 11 | 100111 | 1001111 | 1010101 |
Color Harmonies of #F7E2BC
Complementary color
Monochromatic Colors of #F7E2BC
Black with #F7E2BC
Text Example
Text Example
White with #F7E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E2BC; }
p { color: rgb(247,226,188); }
H1.HeaderClassName
{
color: #F7E2BC;
}
.AnyTagClassName
{
color: #F7E2BC;
}
</style>
background-color css
<style>
a { background-color: #F7E2BC; }
a { background-color: rgb(247,226,188); }
div.DivClassName
{
background-color: #F7E2BC;
}
.BgClassName
{
background-color: #F7E2BC;
}
</style>
border-color css
<style>
span { border-color: #F7E2BC; }
span { border-color: rgb(247,226,188); }
td.TdClassName
{
border-color: #F7E2BC;
}
.TagClassName
{
border-color: #F7E2BC;
}
</style>