Shades of Dutch White #F1E2BA
Tints of Dutch White #F1E2BA
RGB
CMYK
RGB Variations
Color information
#F1E2BA (or 0xF1E2BA) is known color: Dutch White. HEX triplet: F1, E2 and BA. RGB value is (241,226,186). Sum of RGB (Red+Green+Blue) = 241+226+186=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2BA is #0E1D45. Grayscale: #E2E2E2. Windows color (decimal): -924998 or 12247793. OLE color: 12247793.
HSL color Cylindrical-coordinate representation of color #F1E2BA: hue angle of 43.64º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1E2BA is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 186 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.05 |
| HSL | 43.64º | 0.66% | 0.84% | - |
| HSV(B) | 43.64º | 0.23% | 0.95% | - |
| XYZ | 72.33 | 76.64 | 57.43 | - |
| YUV | 225.93 | 105.47 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 186 | 0 | 0.06 | 0.23 | 0.05 | 43.64 | 0.66 | 0.84 |
| Hex | F1 | E2 | BA | 0 | 6 | 17 | 5 | 2C | 42 | 54 |
| Octal | 361 | 342 | 272 | 0 | 6 | 27 | 5 | 54 | 102 | 124 |
| Binary | 11110001 | 11100010 | 10111010 | 0 | 110 | 10111 | 101 | 101100 | 1000010 | 1010100 |
Color Harmonies of #F1E2BA
Complementary color
Monochromatic Colors of #F1E2BA
Black with #F1E2BA
Text Example
Text Example
White with #F1E2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E2BA; }
p { color: rgb(241,226,186); }
H1.HeaderClassName
{
color: #F1E2BA;
}
.AnyTagClassName
{
color: #F1E2BA;
}
</style>
background-color css
<style>
a { background-color: #F1E2BA; }
a { background-color: rgb(241,226,186); }
div.DivClassName
{
background-color: #F1E2BA;
}
.BgClassName
{
background-color: #F1E2BA;
}
</style>
border-color css
<style>
span { border-color: #F1E2BA; }
span { border-color: rgb(241,226,186); }
td.TdClassName
{
border-color: #F1E2BA;
}
.TagClassName
{
border-color: #F1E2BA;
}
</style>