Shades of Dutch White #F2E0BD
Tints of Dutch White #F2E0BD
RGB
CMYK
RGB Variations
Color information
#F2E0BD (or 0xF2E0BD) is known color: Dutch White. HEX triplet: F2, E0 and BD. RGB value is (242,224,189). Sum of RGB (Red+Green+Blue) = 242+224+189=655 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.95% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0BD is #0D1F42. Grayscale: #E1E1E1. Windows color (decimal): -859971 or 12443890. OLE color: 12443890.
HSL color Cylindrical-coordinate representation of color #F2E0BD: hue angle of 39.62º 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 #F2E0BD is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 189 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.05 |
| HSL | 39.62º | 0.67% | 0.85% | - |
| HSV(B) | 39.62º | 0.22% | 0.95% | - |
| XYZ | 72.46 | 75.86 | 58.97 | - |
| YUV | 225.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 189 | 0 | 0.07 | 0.22 | 0.05 | 39.62 | 0.67 | 0.85 |
| Hex | F2 | E0 | BD | 0 | 7 | 16 | 5 | 28 | 43 | 55 |
| Octal | 362 | 340 | 275 | 0 | 7 | 26 | 5 | 50 | 103 | 125 |
| Binary | 11110010 | 11100000 | 10111101 | 0 | 111 | 10110 | 101 | 101000 | 1000011 | 1010101 |
Color Harmonies of #F2E0BD
Complementary color
Monochromatic Colors of #F2E0BD
Black with #F2E0BD
Text Example
Text Example
White with #F2E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0BD; }
p { color: rgb(242,224,189); }
H1.HeaderClassName
{
color: #F2E0BD;
}
.AnyTagClassName
{
color: #F2E0BD;
}
</style>
background-color css
<style>
a { background-color: #F2E0BD; }
a { background-color: rgb(242,224,189); }
div.DivClassName
{
background-color: #F2E0BD;
}
.BgClassName
{
background-color: #F2E0BD;
}
</style>
border-color css
<style>
span { border-color: #F2E0BD; }
span { border-color: rgb(242,224,189); }
td.TdClassName
{
border-color: #F2E0BD;
}
.TagClassName
{
border-color: #F2E0BD;
}
</style>