Shades of Dutch White #F3E0BA
Tints of Dutch White #F3E0BA
RGB
CMYK
RGB Variations
Color information
#F3E0BA (or 0xF3E0BA) is known color: Dutch White. HEX triplet: F3, E0 and BA. RGB value is (243,224,186). Sum of RGB (Red+Green+Blue) = 243+224+186=653 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.21% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0BA is #0C1F45. Grayscale: #E1E1E1. Windows color (decimal): -794438 or 12247283. OLE color: 12247283.
HSL color Cylindrical-coordinate representation of color #F3E0BA: hue angle of 40º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3E0BA is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 186 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.05 |
| HSL | 40º | 0.7% | 0.84% | - |
| HSV(B) | 40º | 0.23% | 0.95% | - |
| XYZ | 72.48 | 75.91 | 57.29 | - |
| YUV | 225.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 186 | 0 | 0.08 | 0.23 | 0.05 | 40 | 0.7 | 0.84 |
| Hex | F3 | E0 | BA | 0 | 8 | 17 | 5 | 28 | 46 | 54 |
| Octal | 363 | 340 | 272 | 0 | 10 | 27 | 5 | 50 | 106 | 124 |
| Binary | 11110011 | 11100000 | 10111010 | 0 | 1000 | 10111 | 101 | 101000 | 1000110 | 1010100 |
Color Harmonies of #F3E0BA
Complementary color
Monochromatic Colors of #F3E0BA
Black with #F3E0BA
Text Example
Text Example
White with #F3E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0BA; }
p { color: rgb(243,224,186); }
H1.HeaderClassName
{
color: #F3E0BA;
}
.AnyTagClassName
{
color: #F3E0BA;
}
</style>
background-color css
<style>
a { background-color: #F3E0BA; }
a { background-color: rgb(243,224,186); }
div.DivClassName
{
background-color: #F3E0BA;
}
.BgClassName
{
background-color: #F3E0BA;
}
</style>
border-color css
<style>
span { border-color: #F3E0BA; }
span { border-color: rgb(243,224,186); }
td.TdClassName
{
border-color: #F3E0BA;
}
.TagClassName
{
border-color: #F3E0BA;
}
</style>