Shades of Dutch White #F2E1BD
Tints of Dutch White #F2E1BD
RGB
CMYK
RGB Variations
Color information
#F2E1BD (or 0xF2E1BD) is known color: Dutch White. HEX triplet: F2, E1 and BD. RGB value is (242,225,189). Sum of RGB (Red+Green+Blue) = 242+225+189=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1BD is #0D1E42. Grayscale: #E2E2E2. Windows color (decimal): -859715 or 12444146. OLE color: 12444146.
HSL color Cylindrical-coordinate representation of color #F2E1BD: hue angle of 40.75º 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 #F2E1BD is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 189 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.05 |
| HSL | 40.75º | 0.67% | 0.85% | - |
| HSV(B) | 40.75º | 0.22% | 0.95% | - |
| XYZ | 72.73 | 76.4 | 59.06 | - |
| YUV | 225.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 189 | 0 | 0.07 | 0.22 | 0.05 | 40.75 | 0.67 | 0.85 |
| Hex | F2 | E1 | BD | 0 | 7 | 16 | 5 | 29 | 43 | 55 |
| Octal | 362 | 341 | 275 | 0 | 7 | 26 | 5 | 51 | 103 | 125 |
| Binary | 11110010 | 11100001 | 10111101 | 0 | 111 | 10110 | 101 | 101001 | 1000011 | 1010101 |
Color Harmonies of #F2E1BD
Complementary color
Monochromatic Colors of #F2E1BD
Black with #F2E1BD
Text Example
Text Example
White with #F2E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1BD; }
p { color: rgb(242,225,189); }
H1.HeaderClassName
{
color: #F2E1BD;
}
.AnyTagClassName
{
color: #F2E1BD;
}
</style>
background-color css
<style>
a { background-color: #F2E1BD; }
a { background-color: rgb(242,225,189); }
div.DivClassName
{
background-color: #F2E1BD;
}
.BgClassName
{
background-color: #F2E1BD;
}
</style>
border-color css
<style>
span { border-color: #F2E1BD; }
span { border-color: rgb(242,225,189); }
td.TdClassName
{
border-color: #F2E1BD;
}
.TagClassName
{
border-color: #F2E1BD;
}
</style>