Shades of Dutch White #F5DFBA
Tints of Dutch White #F5DFBA
RGB
CMYK
RGB Variations
Color information
#F5DFBA (or 0xF5DFBA) is known color: Dutch White. HEX triplet: F5, DF and BA. RGB value is (245,223,186). Sum of RGB (Red+Green+Blue) = 245+223+186=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFBA is #0A2045. Grayscale: #E1E1E1. Windows color (decimal): -663622 or 12247029. OLE color: 12247029.
HSL color Cylindrical-coordinate representation of color #F5DFBA: hue angle of 37.63º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5DFBA is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 186 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.04 |
| HSL | 37.63º | 0.75% | 0.85% | - |
| HSV(B) | 37.63º | 0.24% | 0.96% | - |
| XYZ | 72.91 | 75.73 | 57.23 | - |
| YUV | 225.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 186 | 0 | 0.09 | 0.24 | 0.04 | 37.63 | 0.75 | 0.85 |
| Hex | F5 | DF | BA | 0 | 9 | 18 | 4 | 26 | 4B | 55 |
| Octal | 365 | 337 | 272 | 0 | 11 | 30 | 4 | 46 | 113 | 125 |
| Binary | 11110101 | 11011111 | 10111010 | 0 | 1001 | 11000 | 100 | 100110 | 1001011 | 1010101 |
Color Harmonies of #F5DFBA
Complementary color
Monochromatic Colors of #F5DFBA
Black with #F5DFBA
Text Example
Text Example
White with #F5DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DFBA; }
p { color: rgb(245,223,186); }
H1.HeaderClassName
{
color: #F5DFBA;
}
.AnyTagClassName
{
color: #F5DFBA;
}
</style>
background-color css
<style>
a { background-color: #F5DFBA; }
a { background-color: rgb(245,223,186); }
div.DivClassName
{
background-color: #F5DFBA;
}
.BgClassName
{
background-color: #F5DFBA;
}
</style>
border-color css
<style>
span { border-color: #F5DFBA; }
span { border-color: rgb(245,223,186); }
td.TdClassName
{
border-color: #F5DFBA;
}
.TagClassName
{
border-color: #F5DFBA;
}
</style>