Shades of Dutch White #F5DFBC
Tints of Dutch White #F5DFBC
RGB
CMYK
RGB Variations
Color information
#F5DFBC (or 0xF5DFBC) is known color: Dutch White. HEX triplet: F5, DF and BC. RGB value is (245,223,188). Sum of RGB (Red+Green+Blue) = 245+223+188=656 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.35% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFBC is #0A2043. Grayscale: #E1E1E1. Windows color (decimal): -663620 or 12378101. OLE color: 12378101.
HSL color Cylindrical-coordinate representation of color #F5DFBC: hue angle of 36.84º 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 #F5DFBC is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 188 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.04 |
| HSL | 36.84º | 0.74% | 0.85% | - |
| HSV(B) | 36.84º | 0.23% | 0.96% | - |
| XYZ | 73.12 | 75.82 | 58.36 | - |
| YUV | 225.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 188 | 0 | 0.09 | 0.23 | 0.04 | 36.84 | 0.74 | 0.85 |
| Hex | F5 | DF | BC | 0 | 9 | 17 | 4 | 25 | 4A | 55 |
| Octal | 365 | 337 | 274 | 0 | 11 | 27 | 4 | 45 | 112 | 125 |
| Binary | 11110101 | 11011111 | 10111100 | 0 | 1001 | 10111 | 100 | 100101 | 1001010 | 1010101 |
Color Harmonies of #F5DFBC
Complementary color
Monochromatic Colors of #F5DFBC
Black with #F5DFBC
Text Example
Text Example
White with #F5DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DFBC; }
p { color: rgb(245,223,188); }
H1.HeaderClassName
{
color: #F5DFBC;
}
.AnyTagClassName
{
color: #F5DFBC;
}
</style>
background-color css
<style>
a { background-color: #F5DFBC; }
a { background-color: rgb(245,223,188); }
div.DivClassName
{
background-color: #F5DFBC;
}
.BgClassName
{
background-color: #F5DFBC;
}
</style>
border-color css
<style>
span { border-color: #F5DFBC; }
span { border-color: rgb(245,223,188); }
td.TdClassName
{
border-color: #F5DFBC;
}
.TagClassName
{
border-color: #F5DFBC;
}
</style>