Shades of Dutch White #F1E0BF
Tints of Dutch White #F1E0BF
RGB
CMYK
RGB Variations
Color information
#F1E0BF (or 0xF1E0BF) is known color: Dutch White. HEX triplet: F1, E0 and BF. RGB value is (241,224,191). Sum of RGB (Red+Green+Blue) = 241+224+191=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E0BF is #0E1F40. Grayscale: #E1E1E1. Windows color (decimal): -925505 or 12574961. OLE color: 12574961.
HSL color Cylindrical-coordinate representation of color #F1E0BF: hue angle of 39.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1E0BF is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 224 | 191 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.05 |
| HSL | 39.6º | 0.64% | 0.85% | - |
| HSV(B) | 39.6º | 0.21% | 0.95% | - |
| XYZ | 72.34 | 75.77 | 60.1 | - |
| YUV | 225.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 191 | 0 | 0.07 | 0.21 | 0.05 | 39.6 | 0.64 | 0.85 |
| Hex | F1 | E0 | BF | 0 | 7 | 15 | 5 | 28 | 40 | 55 |
| Octal | 361 | 340 | 277 | 0 | 7 | 25 | 5 | 50 | 100 | 125 |
| Binary | 11110001 | 11100000 | 10111111 | 0 | 111 | 10101 | 101 | 101000 | 1000000 | 1010101 |
Color Harmonies of #F1E0BF
Complementary color
Monochromatic Colors of #F1E0BF
Black with #F1E0BF
Text Example
Text Example
White with #F1E0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E0BF; }
p { color: rgb(241,224,191); }
H1.HeaderClassName
{
color: #F1E0BF;
}
.AnyTagClassName
{
color: #F1E0BF;
}
</style>
background-color css
<style>
a { background-color: #F1E0BF; }
a { background-color: rgb(241,224,191); }
div.DivClassName
{
background-color: #F1E0BF;
}
.BgClassName
{
background-color: #F1E0BF;
}
</style>
border-color css
<style>
span { border-color: #F1E0BF; }
span { border-color: rgb(241,224,191); }
td.TdClassName
{
border-color: #F1E0BF;
}
.TagClassName
{
border-color: #F1E0BF;
}
</style>