Shades of Dutch White #F5E1BF
Tints of Dutch White #F5E1BF
RGB
CMYK
RGB Variations
Color information
#F5E1BF (or 0xF5E1BF) is known color: Dutch White. HEX triplet: F5, E1 and BF. RGB value is (245,225,191). Sum of RGB (Red+Green+Blue) = 245+225+191=661 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.07% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 191 (75% from 255 or 28.90% from 661); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E1BF is #0A1E40. Grayscale: #E3E3E3. Windows color (decimal): -663105 or 12575221. OLE color: 12575221.
HSL color Cylindrical-coordinate representation of color #F5E1BF: hue angle of 37.78º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5E1BF is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 191 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.04 |
| HSL | 37.78º | 0.73% | 0.85% | - |
| HSV(B) | 37.78º | 0.22% | 0.96% | - |
| XYZ | 73.99 | 77.02 | 60.26 | - |
| YUV | 227.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 191 | 0 | 0.08 | 0.22 | 0.04 | 37.78 | 0.73 | 0.85 |
| Hex | F5 | E1 | BF | 0 | 8 | 16 | 4 | 26 | 49 | 55 |
| Octal | 365 | 341 | 277 | 0 | 10 | 26 | 4 | 46 | 111 | 125 |
| Binary | 11110101 | 11100001 | 10111111 | 0 | 1000 | 10110 | 100 | 100110 | 1001001 | 1010101 |
Color Harmonies of #F5E1BF
Complementary color
Monochromatic Colors of #F5E1BF
Black with #F5E1BF
Text Example
Text Example
White with #F5E1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E1BF; }
p { color: rgb(245,225,191); }
H1.HeaderClassName
{
color: #F5E1BF;
}
.AnyTagClassName
{
color: #F5E1BF;
}
</style>
background-color css
<style>
a { background-color: #F5E1BF; }
a { background-color: rgb(245,225,191); }
div.DivClassName
{
background-color: #F5E1BF;
}
.BgClassName
{
background-color: #F5E1BF;
}
</style>
border-color css
<style>
span { border-color: #F5E1BF; }
span { border-color: rgb(245,225,191); }
td.TdClassName
{
border-color: #F5E1BF;
}
.TagClassName
{
border-color: #F5E1BF;
}
</style>