Shades of Dutch White #F1E1BF
Tints of Dutch White #F1E1BF
RGB
CMYK
RGB Variations
Color information
#F1E1BF (or 0xF1E1BF) is known color: Dutch White. HEX triplet: F1, E1 and BF. RGB value is (241,225,191). Sum of RGB (Red+Green+Blue) = 241+225+191=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1BF is #0E1E40. Grayscale: #E2E2E2. Windows color (decimal): -925249 or 12575217. OLE color: 12575217.
HSL color Cylindrical-coordinate representation of color #F1E1BF: hue angle of 40.8º 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 #F1E1BF is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 191 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.05 |
| HSL | 40.8º | 0.64% | 0.85% | - |
| HSV(B) | 40.8º | 0.21% | 0.95% | - |
| XYZ | 72.6 | 76.31 | 60.19 | - |
| YUV | 225.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 191 | 0 | 0.07 | 0.21 | 0.05 | 40.8 | 0.64 | 0.85 |
| Hex | F1 | E1 | BF | 0 | 7 | 15 | 5 | 29 | 40 | 55 |
| Octal | 361 | 341 | 277 | 0 | 7 | 25 | 5 | 51 | 100 | 125 |
| Binary | 11110001 | 11100001 | 10111111 | 0 | 111 | 10101 | 101 | 101001 | 1000000 | 1010101 |
Color Harmonies of #F1E1BF
Complementary color
Monochromatic Colors of #F1E1BF
Black with #F1E1BF
Text Example
Text Example
White with #F1E1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1BF; }
p { color: rgb(241,225,191); }
H1.HeaderClassName
{
color: #F1E1BF;
}
.AnyTagClassName
{
color: #F1E1BF;
}
</style>
background-color css
<style>
a { background-color: #F1E1BF; }
a { background-color: rgb(241,225,191); }
div.DivClassName
{
background-color: #F1E1BF;
}
.BgClassName
{
background-color: #F1E1BF;
}
</style>
border-color css
<style>
span { border-color: #F1E1BF; }
span { border-color: rgb(241,225,191); }
td.TdClassName
{
border-color: #F1E1BF;
}
.TagClassName
{
border-color: #F1E1BF;
}
</style>