Shades of Dutch White #F5E0BA
Tints of Dutch White #F5E0BA
RGB
CMYK
RGB Variations
Color information
#F5E0BA (or 0xF5E0BA) is known color: Dutch White. HEX triplet: F5, E0 and BA. RGB value is (245,224,186). Sum of RGB (Red+Green+Blue) = 245+224+186=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E0BA is #0A1F45. Grayscale: #E2E2E2. Windows color (decimal): -663366 or 12247285. OLE color: 12247285.
HSL color Cylindrical-coordinate representation of color #F5E0BA: hue angle of 38.64º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5E0BA is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 186 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.04 |
| HSL | 38.64º | 0.75% | 0.85% | - |
| HSV(B) | 38.64º | 0.24% | 0.96% | - |
| XYZ | 73.17 | 76.27 | 57.32 | - |
| YUV | 225.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 186 | 0 | 0.09 | 0.24 | 0.04 | 38.64 | 0.75 | 0.85 |
| Hex | F5 | E0 | BA | 0 | 9 | 18 | 4 | 27 | 4B | 55 |
| Octal | 365 | 340 | 272 | 0 | 11 | 30 | 4 | 47 | 113 | 125 |
| Binary | 11110101 | 11100000 | 10111010 | 0 | 1001 | 11000 | 100 | 100111 | 1001011 | 1010101 |
Color Harmonies of #F5E0BA
Complementary color
Monochromatic Colors of #F5E0BA
Black with #F5E0BA
Text Example
Text Example
White with #F5E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E0BA; }
p { color: rgb(245,224,186); }
H1.HeaderClassName
{
color: #F5E0BA;
}
.AnyTagClassName
{
color: #F5E0BA;
}
</style>
background-color css
<style>
a { background-color: #F5E0BA; }
a { background-color: rgb(245,224,186); }
div.DivClassName
{
background-color: #F5E0BA;
}
.BgClassName
{
background-color: #F5E0BA;
}
</style>
border-color css
<style>
span { border-color: #F5E0BA; }
span { border-color: rgb(245,224,186); }
td.TdClassName
{
border-color: #F5E0BA;
}
.TagClassName
{
border-color: #F5E0BA;
}
</style>