Shades of Dutch White #F3E1BB
Tints of Dutch White #F3E1BB
RGB
CMYK
RGB Variations
Color information
#F3E1BB (or 0xF3E1BB) is known color: Dutch White. HEX triplet: F3, E1 and BB. RGB value is (243,225,187). Sum of RGB (Red+Green+Blue) = 243+225+187=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 225 (88.28% from 255 or 34.35% from 655); Blue value is 187 (73.44% from 255 or 28.55% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E1BB is #0C1E44. Grayscale: #E2E2E2. Windows color (decimal): -794181 or 12313075. OLE color: 12313075.
HSL color Cylindrical-coordinate representation of color #F3E1BB: hue angle of 40.71º 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 #F3E1BB is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 225 | 187 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.05 |
| HSL | 40.71º | 0.7% | 0.84% | - |
| HSV(B) | 40.71º | 0.23% | 0.95% | - |
| XYZ | 72.86 | 76.49 | 57.94 | - |
| YUV | 226.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 225 | 187 | 0 | 0.07 | 0.23 | 0.05 | 40.71 | 0.7 | 0.84 |
| Hex | F3 | E1 | BB | 0 | 7 | 17 | 5 | 29 | 46 | 54 |
| Octal | 363 | 341 | 273 | 0 | 7 | 27 | 5 | 51 | 106 | 124 |
| Binary | 11110011 | 11100001 | 10111011 | 0 | 111 | 10111 | 101 | 101001 | 1000110 | 1010100 |
Color Harmonies of #F3E1BB
Complementary color
Monochromatic Colors of #F3E1BB
Black with #F3E1BB
Text Example
Text Example
White with #F3E1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E1BB; }
p { color: rgb(243,225,187); }
H1.HeaderClassName
{
color: #F3E1BB;
}
.AnyTagClassName
{
color: #F3E1BB;
}
</style>
background-color css
<style>
a { background-color: #F3E1BB; }
a { background-color: rgb(243,225,187); }
div.DivClassName
{
background-color: #F3E1BB;
}
.BgClassName
{
background-color: #F3E1BB;
}
</style>
border-color css
<style>
span { border-color: #F3E1BB; }
span { border-color: rgb(243,225,187); }
td.TdClassName
{
border-color: #F3E1BB;
}
.TagClassName
{
border-color: #F3E1BB;
}
</style>