Shades of Dutch White #F3E0C0
Tints of Dutch White #F3E0C0
RGB
CMYK
RGB Variations
Color information
#F3E0C0 (or 0xF3E0C0) is known color: Dutch White. HEX triplet: F3, E0 and C0. RGB value is (243,224,192). Sum of RGB (Red+Green+Blue) = 243+224+192=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 192 (75.39% from 255 or 29.14% from 659); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E0C0 is #0C1F3F. Grayscale: #E2E2E2. Windows color (decimal): -794432 or 12640499. OLE color: 12640499.
HSL color Cylindrical-coordinate representation of color #F3E0C0: hue angle of 37.65º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3E0C0 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 192 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.05 |
| HSL | 37.65º | 0.68% | 0.85% | - |
| HSV(B) | 37.65º | 0.21% | 0.95% | - |
| XYZ | 73.13 | 76.17 | 60.72 | - |
| YUV | 226.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 192 | 0 | 0.08 | 0.21 | 0.05 | 37.65 | 0.68 | 0.85 |
| Hex | F3 | E0 | C0 | 0 | 8 | 15 | 5 | 26 | 44 | 55 |
| Octal | 363 | 340 | 300 | 0 | 10 | 25 | 5 | 46 | 104 | 125 |
| Binary | 11110011 | 11100000 | 11000000 | 0 | 1000 | 10101 | 101 | 100110 | 1000100 | 1010101 |
Color Harmonies of #F3E0C0
Complementary color
Monochromatic Colors of #F3E0C0
Black with #F3E0C0
Text Example
Text Example
White with #F3E0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E0C0; }
p { color: rgb(243,224,192); }
H1.HeaderClassName
{
color: #F3E0C0;
}
.AnyTagClassName
{
color: #F3E0C0;
}
</style>
background-color css
<style>
a { background-color: #F3E0C0; }
a { background-color: rgb(243,224,192); }
div.DivClassName
{
background-color: #F3E0C0;
}
.BgClassName
{
background-color: #F3E0C0;
}
</style>
border-color css
<style>
span { border-color: #F3E0C0; }
span { border-color: rgb(243,224,192); }
td.TdClassName
{
border-color: #F3E0C0;
}
.TagClassName
{
border-color: #F3E0C0;
}
</style>