Shades of Dutch White #F4E2BA
Tints of Dutch White #F4E2BA
RGB
CMYK
RGB Variations
Color information
#F4E2BA (or 0xF4E2BA) is known color: Dutch White. HEX triplet: F4, E2 and BA. RGB value is (244,226,186). Sum of RGB (Red+Green+Blue) = 244+226+186=656 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.20% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E2BA is #0B1D45. Grayscale: #E3E3E3. Windows color (decimal): -728390 or 12247796. OLE color: 12247796.
HSL color Cylindrical-coordinate representation of color #F4E2BA: hue angle of 41.38º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4E2BA is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 226 | 186 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.04 |
| HSL | 41.38º | 0.73% | 0.84% | - |
| HSV(B) | 41.38º | 0.24% | 0.96% | - |
| XYZ | 73.37 | 77.17 | 57.48 | - |
| YUV | 226.82 | 104.96 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 226 | 186 | 0 | 0.07 | 0.24 | 0.04 | 41.38 | 0.73 | 0.84 |
| Hex | F4 | E2 | BA | 0 | 7 | 18 | 4 | 29 | 48 | 54 |
| Octal | 364 | 342 | 272 | 0 | 7 | 30 | 4 | 51 | 110 | 124 |
| Binary | 11110100 | 11100010 | 10111010 | 0 | 111 | 11000 | 100 | 101001 | 1001000 | 1010100 |
Color Harmonies of #F4E2BA
Complementary color
Monochromatic Colors of #F4E2BA
Black with #F4E2BA
Text Example
Text Example
White with #F4E2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E2BA; }
p { color: rgb(244,226,186); }
H1.HeaderClassName
{
color: #F4E2BA;
}
.AnyTagClassName
{
color: #F4E2BA;
}
</style>
background-color css
<style>
a { background-color: #F4E2BA; }
a { background-color: rgb(244,226,186); }
div.DivClassName
{
background-color: #F4E2BA;
}
.BgClassName
{
background-color: #F4E2BA;
}
</style>
border-color css
<style>
span { border-color: #F4E2BA; }
span { border-color: rgb(244,226,186); }
td.TdClassName
{
border-color: #F4E2BA;
}
.TagClassName
{
border-color: #F4E2BA;
}
</style>