Shades of Dutch White #F1E2BC
Tints of Dutch White #F1E2BC
RGB
CMYK
RGB Variations
Color information
#F1E2BC (or 0xF1E2BC) is known color: Dutch White. HEX triplet: F1, E2 and BC. RGB value is (241,226,188). Sum of RGB (Red+Green+Blue) = 241+226+188=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 188 (73.83% from 255 or 28.70% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2BC is #0E1D43. Grayscale: #E2E2E2. Windows color (decimal): -924996 or 12378865. OLE color: 12378865.
HSL color Cylindrical-coordinate representation of color #F1E2BC: hue angle of 43.02º 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 #F1E2BC is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 188 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.05 |
| HSL | 43.02º | 0.65% | 0.84% | - |
| HSV(B) | 43.02º | 0.22% | 0.95% | - |
| XYZ | 72.55 | 76.72 | 58.56 | - |
| YUV | 226.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 188 | 0 | 0.06 | 0.22 | 0.05 | 43.02 | 0.65 | 0.84 |
| Hex | F1 | E2 | BC | 0 | 6 | 16 | 5 | 2B | 41 | 54 |
| Octal | 361 | 342 | 274 | 0 | 6 | 26 | 5 | 53 | 101 | 124 |
| Binary | 11110001 | 11100010 | 10111100 | 0 | 110 | 10110 | 101 | 101011 | 1000001 | 1010100 |
Color Harmonies of #F1E2BC
Complementary color
Monochromatic Colors of #F1E2BC
Black with #F1E2BC
Text Example
Text Example
White with #F1E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E2BC; }
p { color: rgb(241,226,188); }
H1.HeaderClassName
{
color: #F1E2BC;
}
.AnyTagClassName
{
color: #F1E2BC;
}
</style>
background-color css
<style>
a { background-color: #F1E2BC; }
a { background-color: rgb(241,226,188); }
div.DivClassName
{
background-color: #F1E2BC;
}
.BgClassName
{
background-color: #F1E2BC;
}
</style>
border-color css
<style>
span { border-color: #F1E2BC; }
span { border-color: rgb(241,226,188); }
td.TdClassName
{
border-color: #F1E2BC;
}
.TagClassName
{
border-color: #F1E2BC;
}
</style>