Shades of Dutch White #F3DEB8
Tints of Dutch White #F3DEB8
RGB
CMYK
RGB Variations
Color information
#F3DEB8 (or 0xF3DEB8) is known color: Dutch White. HEX triplet: F3, DE and B8. RGB value is (243,222,184). Sum of RGB (Red+Green+Blue) = 243+222+184=649 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.44% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 184 (72.27% from 255 or 28.35% from 649); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DEB8 is #0C2147. Grayscale: #E0E0E0. Windows color (decimal): -794952 or 12115699. OLE color: 12115699.
HSL color Cylindrical-coordinate representation of color #F3DEB8: hue angle of 38.64º 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 #F3DEB8 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 184 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.05 |
| HSL | 38.64º | 0.71% | 0.84% | - |
| HSV(B) | 38.64º | 0.24% | 0.95% | - |
| XYZ | 71.74 | 74.76 | 56 | - |
| YUV | 223.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 184 | 0 | 0.09 | 0.24 | 0.05 | 38.64 | 0.71 | 0.84 |
| Hex | F3 | DE | B8 | 0 | 9 | 18 | 5 | 27 | 47 | 54 |
| Octal | 363 | 336 | 270 | 0 | 11 | 30 | 5 | 47 | 107 | 124 |
| Binary | 11110011 | 11011110 | 10111000 | 0 | 1001 | 11000 | 101 | 100111 | 1000111 | 1010100 |
Color Harmonies of #F3DEB8
Complementary color
Monochromatic Colors of #F3DEB8
Black with #F3DEB8
Text Example
Text Example
White with #F3DEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DEB8; }
p { color: rgb(243,222,184); }
H1.HeaderClassName
{
color: #F3DEB8;
}
.AnyTagClassName
{
color: #F3DEB8;
}
</style>
background-color css
<style>
a { background-color: #F3DEB8; }
a { background-color: rgb(243,222,184); }
div.DivClassName
{
background-color: #F3DEB8;
}
.BgClassName
{
background-color: #F3DEB8;
}
</style>
border-color css
<style>
span { border-color: #F3DEB8; }
span { border-color: rgb(243,222,184); }
td.TdClassName
{
border-color: #F3DEB8;
}
.TagClassName
{
border-color: #F3DEB8;
}
</style>