Shades of Dutch White #F1E1BA
Tints of Dutch White #F1E1BA
RGB
CMYK
RGB Variations
Color information
#F1E1BA (or 0xF1E1BA) is known color: Dutch White. HEX triplet: F1, E1 and BA. RGB value is (241,225,186). Sum of RGB (Red+Green+Blue) = 241+225+186=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1BA is #0E1E45. Grayscale: #E1E1E1. Windows color (decimal): -925254 or 12247537. OLE color: 12247537.
HSL color Cylindrical-coordinate representation of color #F1E1BA: hue angle of 42.55º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1E1BA is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 186 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.05 |
| HSL | 42.55º | 0.66% | 0.84% | - |
| HSV(B) | 42.55º | 0.23% | 0.95% | - |
| XYZ | 72.06 | 76.1 | 57.34 | - |
| YUV | 225.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 186 | 0 | 0.07 | 0.23 | 0.05 | 42.55 | 0.66 | 0.84 |
| Hex | F1 | E1 | BA | 0 | 7 | 17 | 5 | 2B | 42 | 54 |
| Octal | 361 | 341 | 272 | 0 | 7 | 27 | 5 | 53 | 102 | 124 |
| Binary | 11110001 | 11100001 | 10111010 | 0 | 111 | 10111 | 101 | 101011 | 1000010 | 1010100 |
Color Harmonies of #F1E1BA
Complementary color
Monochromatic Colors of #F1E1BA
Black with #F1E1BA
Text Example
Text Example
White with #F1E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1BA; }
p { color: rgb(241,225,186); }
H1.HeaderClassName
{
color: #F1E1BA;
}
.AnyTagClassName
{
color: #F1E1BA;
}
</style>
background-color css
<style>
a { background-color: #F1E1BA; }
a { background-color: rgb(241,225,186); }
div.DivClassName
{
background-color: #F1E1BA;
}
.BgClassName
{
background-color: #F1E1BA;
}
</style>
border-color css
<style>
span { border-color: #F1E1BA; }
span { border-color: rgb(241,225,186); }
td.TdClassName
{
border-color: #F1E1BA;
}
.TagClassName
{
border-color: #F1E1BA;
}
</style>