Shades of Dutch White #F1E0BC
Tints of Dutch White #F1E0BC
RGB
CMYK
RGB Variations
Color information
#F1E0BC (or 0xF1E0BC) is known color: Dutch White. HEX triplet: F1, E0 and BC. RGB value is (241,224,188). Sum of RGB (Red+Green+Blue) = 241+224+188=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E0BC is #0E1F43. Grayscale: #E1E1E1. Windows color (decimal): -925508 or 12378353. OLE color: 12378353.
HSL color Cylindrical-coordinate representation of color #F1E0BC: hue angle of 40.75º 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 #F1E0BC is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 224 | 188 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.05 |
| HSL | 40.75º | 0.65% | 0.84% | - |
| HSV(B) | 40.75º | 0.22% | 0.95% | - |
| XYZ | 72.01 | 75.64 | 58.38 | - |
| YUV | 224.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 188 | 0 | 0.07 | 0.22 | 0.05 | 40.75 | 0.65 | 0.84 |
| Hex | F1 | E0 | BC | 0 | 7 | 16 | 5 | 29 | 41 | 54 |
| Octal | 361 | 340 | 274 | 0 | 7 | 26 | 5 | 51 | 101 | 124 |
| Binary | 11110001 | 11100000 | 10111100 | 0 | 111 | 10110 | 101 | 101001 | 1000001 | 1010100 |
Color Harmonies of #F1E0BC
Complementary color
Monochromatic Colors of #F1E0BC
Black with #F1E0BC
Text Example
Text Example
White with #F1E0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E0BC; }
p { color: rgb(241,224,188); }
H1.HeaderClassName
{
color: #F1E0BC;
}
.AnyTagClassName
{
color: #F1E0BC;
}
</style>
background-color css
<style>
a { background-color: #F1E0BC; }
a { background-color: rgb(241,224,188); }
div.DivClassName
{
background-color: #F1E0BC;
}
.BgClassName
{
background-color: #F1E0BC;
}
</style>
border-color css
<style>
span { border-color: #F1E0BC; }
span { border-color: rgb(241,224,188); }
td.TdClassName
{
border-color: #F1E0BC;
}
.TagClassName
{
border-color: #F1E0BC;
}
</style>