Shades of Dutch White #F3DFBC
Tints of Dutch White #F3DFBC
RGB
CMYK
RGB Variations
Color information
#F3DFBC (or 0xF3DFBC) is known color: Dutch White. HEX triplet: F3, DF and BC. RGB value is (243,223,188). Sum of RGB (Red+Green+Blue) = 243+223+188=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFBC is #0C2043. Grayscale: #E1E1E1. Windows color (decimal): -794692 or 12378099. OLE color: 12378099.
HSL color Cylindrical-coordinate representation of color #F3DFBC: hue angle of 38.18º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3DFBC is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 188 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.05 |
| HSL | 38.18º | 0.7% | 0.85% | - |
| HSV(B) | 38.18º | 0.23% | 0.95% | - |
| XYZ | 72.43 | 75.46 | 58.33 | - |
| YUV | 224.99 | 107.13 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 188 | 0 | 0.08 | 0.23 | 0.05 | 38.18 | 0.7 | 0.85 |
| Hex | F3 | DF | BC | 0 | 8 | 17 | 5 | 26 | 46 | 55 |
| Octal | 363 | 337 | 274 | 0 | 10 | 27 | 5 | 46 | 106 | 125 |
| Binary | 11110011 | 11011111 | 10111100 | 0 | 1000 | 10111 | 101 | 100110 | 1000110 | 1010101 |
Color Harmonies of #F3DFBC
Complementary color
Monochromatic Colors of #F3DFBC
Black with #F3DFBC
Text Example
Text Example
White with #F3DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFBC; }
p { color: rgb(243,223,188); }
H1.HeaderClassName
{
color: #F3DFBC;
}
.AnyTagClassName
{
color: #F3DFBC;
}
</style>
background-color css
<style>
a { background-color: #F3DFBC; }
a { background-color: rgb(243,223,188); }
div.DivClassName
{
background-color: #F3DFBC;
}
.BgClassName
{
background-color: #F3DFBC;
}
</style>
border-color css
<style>
span { border-color: #F3DFBC; }
span { border-color: rgb(243,223,188); }
td.TdClassName
{
border-color: #F3DFBC;
}
.TagClassName
{
border-color: #F3DFBC;
}
</style>