Shades of Dutch White #F2DFC0
Tints of Dutch White #F2DFC0
RGB
CMYK
RGB Variations
Color information
#F2DFC0 (or 0xF2DFC0) is known color: Dutch White. HEX triplet: F2, DF and C0. RGB value is (242,223,192). Sum of RGB (Red+Green+Blue) = 242+223+192=657 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.83% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 192 (75.39% from 255 or 29.22% from 657); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFC0 is #0D203F. Grayscale: #E1E1E1. Windows color (decimal): -860224 or 12640242. OLE color: 12640242.
HSL color Cylindrical-coordinate representation of color #F2DFC0: hue angle of 37.2º degrees, saturation: 0.66, 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 #F2DFC0 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 192 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.05 |
| HSL | 37.2º | 0.66% | 0.85% | - |
| HSV(B) | 37.2º | 0.21% | 0.95% | - |
| XYZ | 72.52 | 75.46 | 60.61 | - |
| YUV | 225.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 192 | 0 | 0.08 | 0.21 | 0.05 | 37.2 | 0.66 | 0.85 |
| Hex | F2 | DF | C0 | 0 | 8 | 15 | 5 | 25 | 42 | 55 |
| Octal | 362 | 337 | 300 | 0 | 10 | 25 | 5 | 45 | 102 | 125 |
| Binary | 11110010 | 11011111 | 11000000 | 0 | 1000 | 10101 | 101 | 100101 | 1000010 | 1010101 |
Color Harmonies of #F2DFC0
Complementary color
Monochromatic Colors of #F2DFC0
Black with #F2DFC0
Text Example
Text Example
White with #F2DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFC0; }
p { color: rgb(242,223,192); }
H1.HeaderClassName
{
color: #F2DFC0;
}
.AnyTagClassName
{
color: #F2DFC0;
}
</style>
background-color css
<style>
a { background-color: #F2DFC0; }
a { background-color: rgb(242,223,192); }
div.DivClassName
{
background-color: #F2DFC0;
}
.BgClassName
{
background-color: #F2DFC0;
}
</style>
border-color css
<style>
span { border-color: #F2DFC0; }
span { border-color: rgb(242,223,192); }
td.TdClassName
{
border-color: #F2DFC0;
}
.TagClassName
{
border-color: #F2DFC0;
}
</style>