Shades of Dutch White #F1E0BD
Tints of Dutch White #F1E0BD
RGB
CMYK
RGB Variations
Color information
#F1E0BD (or 0xF1E0BD) is known color: Dutch White. HEX triplet: F1, E0 and BD. RGB value is (241,224,189). Sum of RGB (Red+Green+Blue) = 241+224+189=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E0BD is #0E1F42. Grayscale: #E1E1E1. Windows color (decimal): -925507 or 12443889. OLE color: 12443889.
HSL color Cylindrical-coordinate representation of color #F1E0BD: hue angle of 40.38º 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 #F1E0BD is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 224 | 189 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.05 |
| HSL | 40.38º | 0.65% | 0.84% | - |
| HSV(B) | 40.38º | 0.22% | 0.95% | - |
| XYZ | 72.12 | 75.69 | 58.95 | - |
| YUV | 225.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 189 | 0 | 0.07 | 0.22 | 0.05 | 40.38 | 0.65 | 0.84 |
| Hex | F1 | E0 | BD | 0 | 7 | 16 | 5 | 28 | 41 | 54 |
| Octal | 361 | 340 | 275 | 0 | 7 | 26 | 5 | 50 | 101 | 124 |
| Binary | 11110001 | 11100000 | 10111101 | 0 | 111 | 10110 | 101 | 101000 | 1000001 | 1010100 |
Color Harmonies of #F1E0BD
Complementary color
Monochromatic Colors of #F1E0BD
Black with #F1E0BD
Text Example
Text Example
White with #F1E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E0BD; }
p { color: rgb(241,224,189); }
H1.HeaderClassName
{
color: #F1E0BD;
}
.AnyTagClassName
{
color: #F1E0BD;
}
</style>
background-color css
<style>
a { background-color: #F1E0BD; }
a { background-color: rgb(241,224,189); }
div.DivClassName
{
background-color: #F1E0BD;
}
.BgClassName
{
background-color: #F1E0BD;
}
</style>
border-color css
<style>
span { border-color: #F1E0BD; }
span { border-color: rgb(241,224,189); }
td.TdClassName
{
border-color: #F1E0BD;
}
.TagClassName
{
border-color: #F1E0BD;
}
</style>