Shades of Dutch White #F6DFBC
Tints of Dutch White #F6DFBC
RGB
CMYK
RGB Variations
Color information
#F6DFBC (or 0xF6DFBC) is known color: Dutch White. HEX triplet: F6, DF and BC. RGB value is (246,223,188). Sum of RGB (Red+Green+Blue) = 246+223+188=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 188 (73.83% from 255 or 28.61% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFBC is #092043. Grayscale: #E2E2E2. Windows color (decimal): -598084 or 12378102. OLE color: 12378102.
HSL color Cylindrical-coordinate representation of color #F6DFBC: hue angle of 36.21º degrees, saturation: 0.76, 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 #F6DFBC is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 223 | 188 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.04 |
| HSL | 36.21º | 0.76% | 0.85% | - |
| HSV(B) | 36.21º | 0.24% | 0.96% | - |
| XYZ | 73.47 | 76 | 58.37 | - |
| YUV | 225.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 223 | 188 | 0 | 0.09 | 0.24 | 0.04 | 36.21 | 0.76 | 0.85 |
| Hex | F6 | DF | BC | 0 | 9 | 18 | 4 | 24 | 4C | 55 |
| Octal | 366 | 337 | 274 | 0 | 11 | 30 | 4 | 44 | 114 | 125 |
| Binary | 11110110 | 11011111 | 10111100 | 0 | 1001 | 11000 | 100 | 100100 | 1001100 | 1010101 |
Color Harmonies of #F6DFBC
Complementary color
Monochromatic Colors of #F6DFBC
Black with #F6DFBC
Text Example
Text Example
White with #F6DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DFBC; }
p { color: rgb(246,223,188); }
H1.HeaderClassName
{
color: #F6DFBC;
}
.AnyTagClassName
{
color: #F6DFBC;
}
</style>
background-color css
<style>
a { background-color: #F6DFBC; }
a { background-color: rgb(246,223,188); }
div.DivClassName
{
background-color: #F6DFBC;
}
.BgClassName
{
background-color: #F6DFBC;
}
</style>
border-color css
<style>
span { border-color: #F6DFBC; }
span { border-color: rgb(246,223,188); }
td.TdClassName
{
border-color: #F6DFBC;
}
.TagClassName
{
border-color: #F6DFBC;
}
</style>