Shades of Dutch White #F2E0BA
Tints of Dutch White #F2E0BA
RGB
CMYK
RGB Variations
Color information
#F2E0BA (or 0xF2E0BA) is known color: Dutch White. HEX triplet: F2, E0 and BA. RGB value is (242,224,186). Sum of RGB (Red+Green+Blue) = 242+224+186=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0BA is #0D1F45. Grayscale: #E1E1E1. Windows color (decimal): -859974 or 12247282. OLE color: 12247282.
HSL color Cylindrical-coordinate representation of color #F2E0BA: hue angle of 40.71º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2E0BA is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 186 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.05 |
| HSL | 40.71º | 0.68% | 0.84% | - |
| HSV(B) | 40.71º | 0.23% | 0.95% | - |
| XYZ | 72.14 | 75.73 | 57.27 | - |
| YUV | 225.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 186 | 0 | 0.07 | 0.23 | 0.05 | 40.71 | 0.68 | 0.84 |
| Hex | F2 | E0 | BA | 0 | 7 | 17 | 5 | 29 | 44 | 54 |
| Octal | 362 | 340 | 272 | 0 | 7 | 27 | 5 | 51 | 104 | 124 |
| Binary | 11110010 | 11100000 | 10111010 | 0 | 111 | 10111 | 101 | 101001 | 1000100 | 1010100 |
Color Harmonies of #F2E0BA
Complementary color
Monochromatic Colors of #F2E0BA
Black with #F2E0BA
Text Example
Text Example
White with #F2E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0BA; }
p { color: rgb(242,224,186); }
H1.HeaderClassName
{
color: #F2E0BA;
}
.AnyTagClassName
{
color: #F2E0BA;
}
</style>
background-color css
<style>
a { background-color: #F2E0BA; }
a { background-color: rgb(242,224,186); }
div.DivClassName
{
background-color: #F2E0BA;
}
.BgClassName
{
background-color: #F2E0BA;
}
</style>
border-color css
<style>
span { border-color: #F2E0BA; }
span { border-color: rgb(242,224,186); }
td.TdClassName
{
border-color: #F2E0BA;
}
.TagClassName
{
border-color: #F2E0BA;
}
</style>