Shades of Dutch White #F3DEB9
Tints of Dutch White #F3DEB9
RGB
CMYK
RGB Variations
Color information
#F3DEB9 (or 0xF3DEB9) is known color: Dutch White. HEX triplet: F3, DE and B9. RGB value is (243,222,185). Sum of RGB (Red+Green+Blue) = 243+222+185=650 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.38% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 185 (72.66% from 255 or 28.46% from 650); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEB9 is #0C2146. Grayscale: #E0E0E0. Windows color (decimal): -794951 or 12181235. OLE color: 12181235.
HSL color Cylindrical-coordinate representation of color #F3DEB9: hue angle of 38.28º 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 #F3DEB9 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 185 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.05 |
| HSL | 38.28º | 0.71% | 0.84% | - |
| HSV(B) | 38.28º | 0.24% | 0.95% | - |
| XYZ | 71.84 | 74.8 | 56.55 | - |
| YUV | 224.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 185 | 0 | 0.09 | 0.24 | 0.05 | 38.28 | 0.71 | 0.84 |
| Hex | F3 | DE | B9 | 0 | 9 | 18 | 5 | 26 | 47 | 54 |
| Octal | 363 | 336 | 271 | 0 | 11 | 30 | 5 | 46 | 107 | 124 |
| Binary | 11110011 | 11011110 | 10111001 | 0 | 1001 | 11000 | 101 | 100110 | 1000111 | 1010100 |
Color Harmonies of #F3DEB9
Complementary color
Monochromatic Colors of #F3DEB9
Black with #F3DEB9
Text Example
Text Example
White with #F3DEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DEB9; }
p { color: rgb(243,222,185); }
H1.HeaderClassName
{
color: #F3DEB9;
}
.AnyTagClassName
{
color: #F3DEB9;
}
</style>
background-color css
<style>
a { background-color: #F3DEB9; }
a { background-color: rgb(243,222,185); }
div.DivClassName
{
background-color: #F3DEB9;
}
.BgClassName
{
background-color: #F3DEB9;
}
</style>
border-color css
<style>
span { border-color: #F3DEB9; }
span { border-color: rgb(243,222,185); }
td.TdClassName
{
border-color: #F3DEB9;
}
.TagClassName
{
border-color: #F3DEB9;
}
</style>