Shades of Dutch White #F1E1BB
Tints of Dutch White #F1E1BB
RGB
CMYK
RGB Variations
Color information
#F1E1BB (or 0xF1E1BB) is known color: Dutch White. HEX triplet: F1, E1 and BB. RGB value is (241,225,187). Sum of RGB (Red+Green+Blue) = 241+225+187=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1BB is #0E1E44. Grayscale: #E1E1E1. Windows color (decimal): -925253 or 12313073. OLE color: 12313073.
HSL color Cylindrical-coordinate representation of color #F1E1BB: hue angle of 42.22º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1E1BB is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 187 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.05 |
| HSL | 42.22º | 0.66% | 0.84% | - |
| HSV(B) | 42.22º | 0.22% | 0.95% | - |
| XYZ | 72.17 | 76.14 | 57.91 | - |
| YUV | 225.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 187 | 0 | 0.07 | 0.22 | 0.05 | 42.22 | 0.66 | 0.84 |
| Hex | F1 | E1 | BB | 0 | 7 | 16 | 5 | 2A | 42 | 54 |
| Octal | 361 | 341 | 273 | 0 | 7 | 26 | 5 | 52 | 102 | 124 |
| Binary | 11110001 | 11100001 | 10111011 | 0 | 111 | 10110 | 101 | 101010 | 1000010 | 1010100 |
Color Harmonies of #F1E1BB
Complementary color
Monochromatic Colors of #F1E1BB
Black with #F1E1BB
Text Example
Text Example
White with #F1E1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1BB; }
p { color: rgb(241,225,187); }
H1.HeaderClassName
{
color: #F1E1BB;
}
.AnyTagClassName
{
color: #F1E1BB;
}
</style>
background-color css
<style>
a { background-color: #F1E1BB; }
a { background-color: rgb(241,225,187); }
div.DivClassName
{
background-color: #F1E1BB;
}
.BgClassName
{
background-color: #F1E1BB;
}
</style>
border-color css
<style>
span { border-color: #F1E1BB; }
span { border-color: rgb(241,225,187); }
td.TdClassName
{
border-color: #F1E1BB;
}
.TagClassName
{
border-color: #F1E1BB;
}
</style>