Shades of Dutch White #F3DFBE
Tints of Dutch White #F3DFBE
RGB
CMYK
RGB Variations
Color information
#F3DFBE (or 0xF3DFBE) is known color: Dutch White. HEX triplet: F3, DF and BE. RGB value is (243,223,190). Sum of RGB (Red+Green+Blue) = 243+223+190=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 190 (74.61% from 255 or 28.96% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DFBE is #0C2041. Grayscale: #E1E1E1. Windows color (decimal): -794690 or 12509171. OLE color: 12509171.
HSL color Cylindrical-coordinate representation of color #F3DFBE: hue angle of 37.36º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3DFBE is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 190 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.05 |
| HSL | 37.36º | 0.69% | 0.85% | - |
| HSV(B) | 37.36º | 0.22% | 0.95% | - |
| XYZ | 72.64 | 75.55 | 59.47 | - |
| YUV | 225.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 190 | 0 | 0.08 | 0.22 | 0.05 | 37.36 | 0.69 | 0.85 |
| Hex | F3 | DF | BE | 0 | 8 | 16 | 5 | 25 | 45 | 55 |
| Octal | 363 | 337 | 276 | 0 | 10 | 26 | 5 | 45 | 105 | 125 |
| Binary | 11110011 | 11011111 | 10111110 | 0 | 1000 | 10110 | 101 | 100101 | 1000101 | 1010101 |
Color Harmonies of #F3DFBE
Complementary color
Monochromatic Colors of #F3DFBE
Black with #F3DFBE
Text Example
Text Example
White with #F3DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFBE; }
p { color: rgb(243,223,190); }
H1.HeaderClassName
{
color: #F3DFBE;
}
.AnyTagClassName
{
color: #F3DFBE;
}
</style>
background-color css
<style>
a { background-color: #F3DFBE; }
a { background-color: rgb(243,223,190); }
div.DivClassName
{
background-color: #F3DFBE;
}
.BgClassName
{
background-color: #F3DFBE;
}
</style>
border-color css
<style>
span { border-color: #F3DFBE; }
span { border-color: rgb(243,223,190); }
td.TdClassName
{
border-color: #F3DFBE;
}
.TagClassName
{
border-color: #F3DFBE;
}
</style>