Shades of Dutch White #F3DFB9
Tints of Dutch White #F3DFB9
RGB
CMYK
RGB Variations
Color information
#F3DFB9 (or 0xF3DFB9) is known color: Dutch White. HEX triplet: F3, DF and B9. RGB value is (243,223,185). Sum of RGB (Red+Green+Blue) = 243+223+185=651 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.33% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 185 (72.66% from 255 or 28.42% from 651); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFB9 is #0C2046. Grayscale: #E0E0E0. Windows color (decimal): -794695 or 12181491. OLE color: 12181491.
HSL color Cylindrical-coordinate representation of color #F3DFB9: hue angle of 39.31º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3DFB9 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 185 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.05 |
| HSL | 39.31º | 0.71% | 0.84% | - |
| HSV(B) | 39.31º | 0.24% | 0.95% | - |
| XYZ | 72.11 | 75.33 | 56.64 | - |
| YUV | 224.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 185 | 0 | 0.08 | 0.24 | 0.05 | 39.31 | 0.71 | 0.84 |
| Hex | F3 | DF | B9 | 0 | 8 | 18 | 5 | 27 | 47 | 54 |
| Octal | 363 | 337 | 271 | 0 | 10 | 30 | 5 | 47 | 107 | 124 |
| Binary | 11110011 | 11011111 | 10111001 | 0 | 1000 | 11000 | 101 | 100111 | 1000111 | 1010100 |
Color Harmonies of #F3DFB9
Complementary color
Monochromatic Colors of #F3DFB9
Black with #F3DFB9
Text Example
Text Example
White with #F3DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFB9; }
p { color: rgb(243,223,185); }
H1.HeaderClassName
{
color: #F3DFB9;
}
.AnyTagClassName
{
color: #F3DFB9;
}
</style>
background-color css
<style>
a { background-color: #F3DFB9; }
a { background-color: rgb(243,223,185); }
div.DivClassName
{
background-color: #F3DFB9;
}
.BgClassName
{
background-color: #F3DFB9;
}
</style>
border-color css
<style>
span { border-color: #F3DFB9; }
span { border-color: rgb(243,223,185); }
td.TdClassName
{
border-color: #F3DFB9;
}
.TagClassName
{
border-color: #F3DFB9;
}
</style>