Shades of Dutch White #F2E1BA
Tints of Dutch White #F2E1BA
RGB
CMYK
RGB Variations
Color information
#F2E1BA (or 0xF2E1BA) is known color: Dutch White. HEX triplet: F2, E1 and BA. RGB value is (242,225,186). Sum of RGB (Red+Green+Blue) = 242+225+186=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1BA is #0D1E45. Grayscale: #E1E1E1. Windows color (decimal): -859718 or 12247538. OLE color: 12247538.
HSL color Cylindrical-coordinate representation of color #F2E1BA: hue angle of 41.79º 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 #F2E1BA is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 186 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.05 |
| HSL | 41.79º | 0.68% | 0.84% | - |
| HSV(B) | 41.79º | 0.23% | 0.95% | - |
| XYZ | 72.41 | 76.27 | 57.36 | - |
| YUV | 225.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 186 | 0 | 0.07 | 0.23 | 0.05 | 41.79 | 0.68 | 0.84 |
| Hex | F2 | E1 | BA | 0 | 7 | 17 | 5 | 2A | 44 | 54 |
| Octal | 362 | 341 | 272 | 0 | 7 | 27 | 5 | 52 | 104 | 124 |
| Binary | 11110010 | 11100001 | 10111010 | 0 | 111 | 10111 | 101 | 101010 | 1000100 | 1010100 |
Color Harmonies of #F2E1BA
Complementary color
Monochromatic Colors of #F2E1BA
Black with #F2E1BA
Text Example
Text Example
White with #F2E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1BA; }
p { color: rgb(242,225,186); }
H1.HeaderClassName
{
color: #F2E1BA;
}
.AnyTagClassName
{
color: #F2E1BA;
}
</style>
background-color css
<style>
a { background-color: #F2E1BA; }
a { background-color: rgb(242,225,186); }
div.DivClassName
{
background-color: #F2E1BA;
}
.BgClassName
{
background-color: #F2E1BA;
}
</style>
border-color css
<style>
span { border-color: #F2E1BA; }
span { border-color: rgb(242,225,186); }
td.TdClassName
{
border-color: #F2E1BA;
}
.TagClassName
{
border-color: #F2E1BA;
}
</style>