Shades of Dutch White #F2E2BD
Tints of Dutch White #F2E2BD
RGB
CMYK
RGB Variations
Color information
#F2E2BD (or 0xF2E2BD) is known color: Dutch White. HEX triplet: F2, E2 and BD. RGB value is (242,226,189). Sum of RGB (Red+Green+Blue) = 242+226+189=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2BD is #0D1D42. Grayscale: #E2E2E2. Windows color (decimal): -859459 or 12444402. OLE color: 12444402.
HSL color Cylindrical-coordinate representation of color #F2E2BD: hue angle of 41.89º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2E2BD is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 189 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.05 |
| HSL | 41.89º | 0.67% | 0.85% | - |
| HSV(B) | 41.89º | 0.22% | 0.95% | - |
| XYZ | 73 | 76.94 | 59.15 | - |
| YUV | 226.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 189 | 0 | 0.07 | 0.22 | 0.05 | 41.89 | 0.67 | 0.85 |
| Hex | F2 | E2 | BD | 0 | 7 | 16 | 5 | 2A | 43 | 55 |
| Octal | 362 | 342 | 275 | 0 | 7 | 26 | 5 | 52 | 103 | 125 |
| Binary | 11110010 | 11100010 | 10111101 | 0 | 111 | 10110 | 101 | 101010 | 1000011 | 1010101 |
Color Harmonies of #F2E2BD
Complementary color
Monochromatic Colors of #F2E2BD
Black with #F2E2BD
Text Example
Text Example
White with #F2E2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2BD; }
p { color: rgb(242,226,189); }
H1.HeaderClassName
{
color: #F2E2BD;
}
.AnyTagClassName
{
color: #F2E2BD;
}
</style>
background-color css
<style>
a { background-color: #F2E2BD; }
a { background-color: rgb(242,226,189); }
div.DivClassName
{
background-color: #F2E2BD;
}
.BgClassName
{
background-color: #F2E2BD;
}
</style>
border-color css
<style>
span { border-color: #F2E2BD; }
span { border-color: rgb(242,226,189); }
td.TdClassName
{
border-color: #F2E2BD;
}
.TagClassName
{
border-color: #F2E2BD;
}
</style>