Shades of Dutch White #F1E1BC
Tints of Dutch White #F1E1BC
RGB
CMYK
RGB Variations
Color information
#F1E1BC (or 0xF1E1BC) is known color: Dutch White. HEX triplet: F1, E1 and BC. RGB value is (241,225,188). Sum of RGB (Red+Green+Blue) = 241+225+188=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1BC is #0E1E43. Grayscale: #E1E1E1. Windows color (decimal): -925252 or 12378609. OLE color: 12378609.
HSL color Cylindrical-coordinate representation of color #F1E1BC: hue angle of 41.89º degrees, saturation: 0.65, 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 #F1E1BC is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 188 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.05 |
| HSL | 41.89º | 0.65% | 0.84% | - |
| HSV(B) | 41.89º | 0.22% | 0.95% | - |
| XYZ | 72.28 | 76.18 | 58.47 | - |
| YUV | 225.57 | 106.8 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 188 | 0 | 0.07 | 0.22 | 0.05 | 41.89 | 0.65 | 0.84 |
| Hex | F1 | E1 | BC | 0 | 7 | 16 | 5 | 2A | 41 | 54 |
| Octal | 361 | 341 | 274 | 0 | 7 | 26 | 5 | 52 | 101 | 124 |
| Binary | 11110001 | 11100001 | 10111100 | 0 | 111 | 10110 | 101 | 101010 | 1000001 | 1010100 |
Color Harmonies of #F1E1BC
Complementary color
Monochromatic Colors of #F1E1BC
Black with #F1E1BC
Text Example
Text Example
White with #F1E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1BC; }
p { color: rgb(241,225,188); }
H1.HeaderClassName
{
color: #F1E1BC;
}
.AnyTagClassName
{
color: #F1E1BC;
}
</style>
background-color css
<style>
a { background-color: #F1E1BC; }
a { background-color: rgb(241,225,188); }
div.DivClassName
{
background-color: #F1E1BC;
}
.BgClassName
{
background-color: #F1E1BC;
}
</style>
border-color css
<style>
span { border-color: #F1E1BC; }
span { border-color: rgb(241,225,188); }
td.TdClassName
{
border-color: #F1E1BC;
}
.TagClassName
{
border-color: #F1E1BC;
}
</style>