Shades of Dutch White #F1E1B9
Tints of Dutch White #F1E1B9
RGB
CMYK
RGB Variations
Color information
#F1E1B9 (or 0xF1E1B9) is known color: Dutch White. HEX triplet: F1, E1 and B9. RGB value is (241,225,185). Sum of RGB (Red+Green+Blue) = 241+225+185=651 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.02% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 185 (72.66% from 255 or 28.42% from 651); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1B9 is #0E1E46. Grayscale: #E1E1E1. Windows color (decimal): -925255 or 12182001. OLE color: 12182001.
HSL color Cylindrical-coordinate representation of color #F1E1B9: hue angle of 42.86º degrees, saturation: 0.67, 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 #F1E1B9 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 185 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.05 |
| HSL | 42.86º | 0.67% | 0.84% | - |
| HSV(B) | 42.86º | 0.23% | 0.95% | - |
| XYZ | 71.96 | 76.05 | 56.79 | - |
| YUV | 225.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 185 | 0 | 0.07 | 0.23 | 0.05 | 42.86 | 0.67 | 0.84 |
| Hex | F1 | E1 | B9 | 0 | 7 | 17 | 5 | 2B | 43 | 54 |
| Octal | 361 | 341 | 271 | 0 | 7 | 27 | 5 | 53 | 103 | 124 |
| Binary | 11110001 | 11100001 | 10111001 | 0 | 111 | 10111 | 101 | 101011 | 1000011 | 1010100 |
Color Harmonies of #F1E1B9
Complementary color
Monochromatic Colors of #F1E1B9
Black with #F1E1B9
Text Example
Text Example
White with #F1E1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1B9; }
p { color: rgb(241,225,185); }
H1.HeaderClassName
{
color: #F1E1B9;
}
.AnyTagClassName
{
color: #F1E1B9;
}
</style>
background-color css
<style>
a { background-color: #F1E1B9; }
a { background-color: rgb(241,225,185); }
div.DivClassName
{
background-color: #F1E1B9;
}
.BgClassName
{
background-color: #F1E1B9;
}
</style>
border-color css
<style>
span { border-color: #F1E1B9; }
span { border-color: rgb(241,225,185); }
td.TdClassName
{
border-color: #F1E1B9;
}
.TagClassName
{
border-color: #F1E1B9;
}
</style>