Shades of Dutch White #F1E0B9
Tints of Dutch White #F1E0B9
RGB
CMYK
RGB Variations
Color information
#F1E0B9 (or 0xF1E0B9) is known color: Dutch White. HEX triplet: F1, E0 and B9. RGB value is (241,224,185). Sum of RGB (Red+Green+Blue) = 241+224+185=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 224 (87.89% from 255 or 34.46% from 650); Blue value is 185 (72.66% from 255 or 28.46% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E0B9 is #0E1F46. Grayscale: #E0E0E0. Windows color (decimal): -925511 or 12181745. OLE color: 12181745.
HSL color Cylindrical-coordinate representation of color #F1E0B9: hue angle of 41.79º 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 #F1E0B9 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 224 | 185 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.05 |
| HSL | 41.79º | 0.67% | 0.84% | - |
| HSV(B) | 41.79º | 0.23% | 0.95% | - |
| XYZ | 71.69 | 75.51 | 56.7 | - |
| YUV | 224.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 185 | 0 | 0.07 | 0.23 | 0.05 | 41.79 | 0.67 | 0.84 |
| Hex | F1 | E0 | B9 | 0 | 7 | 17 | 5 | 2A | 43 | 54 |
| Octal | 361 | 340 | 271 | 0 | 7 | 27 | 5 | 52 | 103 | 124 |
| Binary | 11110001 | 11100000 | 10111001 | 0 | 111 | 10111 | 101 | 101010 | 1000011 | 1010100 |
Color Harmonies of #F1E0B9
Complementary color
Monochromatic Colors of #F1E0B9
Black with #F1E0B9
Text Example
Text Example
White with #F1E0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E0B9; }
p { color: rgb(241,224,185); }
H1.HeaderClassName
{
color: #F1E0B9;
}
.AnyTagClassName
{
color: #F1E0B9;
}
</style>
background-color css
<style>
a { background-color: #F1E0B9; }
a { background-color: rgb(241,224,185); }
div.DivClassName
{
background-color: #F1E0B9;
}
.BgClassName
{
background-color: #F1E0B9;
}
</style>
border-color css
<style>
span { border-color: #F1E0B9; }
span { border-color: rgb(241,224,185); }
td.TdClassName
{
border-color: #F1E0B9;
}
.TagClassName
{
border-color: #F1E0B9;
}
</style>