Shades of Dutch White #F2E0BE
Tints of Dutch White #F2E0BE
RGB
CMYK
RGB Variations
Color information
#F2E0BE (or 0xF2E0BE) is known color: Dutch White. HEX triplet: F2, E0 and BE. RGB value is (242,224,190). Sum of RGB (Red+Green+Blue) = 242+224+190=656 (86% of max value = 765). Red value is 242 (94.92% from 255 or 36.89% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0BE is #0D1F41. Grayscale: #E1E1E1. Windows color (decimal): -859970 or 12509426. OLE color: 12509426.
HSL color Cylindrical-coordinate representation of color #F2E0BE: hue angle of 39.23º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2E0BE is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 190 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.05 |
| HSL | 39.23º | 0.67% | 0.85% | - |
| HSV(B) | 39.23º | 0.21% | 0.95% | - |
| XYZ | 72.57 | 75.91 | 59.54 | - |
| YUV | 225.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 190 | 0 | 0.07 | 0.21 | 0.05 | 39.23 | 0.67 | 0.85 |
| Hex | F2 | E0 | BE | 0 | 7 | 15 | 5 | 27 | 43 | 55 |
| Octal | 362 | 340 | 276 | 0 | 7 | 25 | 5 | 47 | 103 | 125 |
| Binary | 11110010 | 11100000 | 10111110 | 0 | 111 | 10101 | 101 | 100111 | 1000011 | 1010101 |
Color Harmonies of #F2E0BE
Complementary color
Monochromatic Colors of #F2E0BE
Black with #F2E0BE
Text Example
Text Example
White with #F2E0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0BE; }
p { color: rgb(242,224,190); }
H1.HeaderClassName
{
color: #F2E0BE;
}
.AnyTagClassName
{
color: #F2E0BE;
}
</style>
background-color css
<style>
a { background-color: #F2E0BE; }
a { background-color: rgb(242,224,190); }
div.DivClassName
{
background-color: #F2E0BE;
}
.BgClassName
{
background-color: #F2E0BE;
}
</style>
border-color css
<style>
span { border-color: #F2E0BE; }
span { border-color: rgb(242,224,190); }
td.TdClassName
{
border-color: #F2E0BE;
}
.TagClassName
{
border-color: #F2E0BE;
}
</style>