Shades of Dutch White #F3E0BB
Tints of Dutch White #F3E0BB
RGB
CMYK
RGB Variations
Color information
#F3E0BB (or 0xF3E0BB) is known color: Dutch White. HEX triplet: F3, E0 and BB. RGB value is (243,224,187). Sum of RGB (Red+Green+Blue) = 243+224+187=654 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.16% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0BB is #0C1F44. Grayscale: #E1E1E1. Windows color (decimal): -794437 or 12312819. OLE color: 12312819.
HSL color Cylindrical-coordinate representation of color #F3E0BB: hue angle of 39.64º 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 #F3E0BB is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 187 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.05 |
| HSL | 39.64º | 0.7% | 0.84% | - |
| HSV(B) | 39.64º | 0.23% | 0.95% | - |
| XYZ | 72.59 | 75.95 | 57.85 | - |
| YUV | 225.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 187 | 0 | 0.08 | 0.23 | 0.05 | 39.64 | 0.7 | 0.84 |
| Hex | F3 | E0 | BB | 0 | 8 | 17 | 5 | 28 | 46 | 54 |
| Octal | 363 | 340 | 273 | 0 | 10 | 27 | 5 | 50 | 106 | 124 |
| Binary | 11110011 | 11100000 | 10111011 | 0 | 1000 | 10111 | 101 | 101000 | 1000110 | 1010100 |
Color Harmonies of #F3E0BB
Complementary color
Monochromatic Colors of #F3E0BB
Black with #F3E0BB
Text Example
Text Example
White with #F3E0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0BB; }
p { color: rgb(243,224,187); }
H1.HeaderClassName
{
color: #F3E0BB;
}
.AnyTagClassName
{
color: #F3E0BB;
}
</style>
background-color css
<style>
a { background-color: #F3E0BB; }
a { background-color: rgb(243,224,187); }
div.DivClassName
{
background-color: #F3E0BB;
}
.BgClassName
{
background-color: #F3E0BB;
}
</style>
border-color css
<style>
span { border-color: #F3E0BB; }
span { border-color: rgb(243,224,187); }
td.TdClassName
{
border-color: #F3E0BB;
}
.TagClassName
{
border-color: #F3E0BB;
}
</style>