Shades of Dutch White #F5E1BC
Tints of Dutch White #F5E1BC
RGB
CMYK
RGB Variations
Color information
#F5E1BC (or 0xF5E1BC) is known color: Dutch White. HEX triplet: F5, E1 and BC. RGB value is (245,225,188). Sum of RGB (Red+Green+Blue) = 245+225+188=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E1BC is #0A1E43. Grayscale: #E2E2E2. Windows color (decimal): -663108 or 12378613. OLE color: 12378613.
HSL color Cylindrical-coordinate representation of color #F5E1BC: hue angle of 38.95º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5E1BC is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 188 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.04 |
| HSL | 38.95º | 0.74% | 0.85% | - |
| HSV(B) | 38.95º | 0.23% | 0.96% | - |
| XYZ | 73.66 | 76.89 | 58.54 | - |
| YUV | 226.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 188 | 0 | 0.08 | 0.23 | 0.04 | 38.95 | 0.74 | 0.85 |
| Hex | F5 | E1 | BC | 0 | 8 | 17 | 4 | 27 | 4A | 55 |
| Octal | 365 | 341 | 274 | 0 | 10 | 27 | 4 | 47 | 112 | 125 |
| Binary | 11110101 | 11100001 | 10111100 | 0 | 1000 | 10111 | 100 | 100111 | 1001010 | 1010101 |
Color Harmonies of #F5E1BC
Complementary color
Monochromatic Colors of #F5E1BC
Black with #F5E1BC
Text Example
Text Example
White with #F5E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E1BC; }
p { color: rgb(245,225,188); }
H1.HeaderClassName
{
color: #F5E1BC;
}
.AnyTagClassName
{
color: #F5E1BC;
}
</style>
background-color css
<style>
a { background-color: #F5E1BC; }
a { background-color: rgb(245,225,188); }
div.DivClassName
{
background-color: #F5E1BC;
}
.BgClassName
{
background-color: #F5E1BC;
}
</style>
border-color css
<style>
span { border-color: #F5E1BC; }
span { border-color: rgb(245,225,188); }
td.TdClassName
{
border-color: #F5E1BC;
}
.TagClassName
{
border-color: #F5E1BC;
}
</style>