Shades of Dutch White #F2DCBC
Tints of Dutch White #F2DCBC
RGB
CMYK
RGB Variations
Color information
#F2DCBC (or 0xF2DCBC) is known color: Dutch White. HEX triplet: F2, DC and BC. RGB value is (242,220,188). Sum of RGB (Red+Green+Blue) = 242+220+188=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 188 (73.83% from 255 or 28.92% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCBC is #0D2343. Grayscale: #DFDFDF. Windows color (decimal): -860996 or 12377330. OLE color: 12377330.
HSL color Cylindrical-coordinate representation of color #F2DCBC: hue angle of 35.56º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2DCBC is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 188 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.05 |
| HSL | 35.56º | 0.68% | 0.84% | - |
| HSV(B) | 35.56º | 0.22% | 0.95% | - |
| XYZ | 71.29 | 73.69 | 58.04 | - |
| YUV | 222.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 188 | 0 | 0.09 | 0.22 | 0.05 | 35.56 | 0.68 | 0.84 |
| Hex | F2 | DC | BC | 0 | 9 | 16 | 5 | 24 | 44 | 54 |
| Octal | 362 | 334 | 274 | 0 | 11 | 26 | 5 | 44 | 104 | 124 |
| Binary | 11110010 | 11011100 | 10111100 | 0 | 1001 | 10110 | 101 | 100100 | 1000100 | 1010100 |
Color Harmonies of #F2DCBC
Complementary color
Monochromatic Colors of #F2DCBC
Black with #F2DCBC
Text Example
Text Example
White with #F2DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCBC; }
p { color: rgb(242,220,188); }
H1.HeaderClassName
{
color: #F2DCBC;
}
.AnyTagClassName
{
color: #F2DCBC;
}
</style>
background-color css
<style>
a { background-color: #F2DCBC; }
a { background-color: rgb(242,220,188); }
div.DivClassName
{
background-color: #F2DCBC;
}
.BgClassName
{
background-color: #F2DCBC;
}
</style>
border-color css
<style>
span { border-color: #F2DCBC; }
span { border-color: rgb(242,220,188); }
td.TdClassName
{
border-color: #F2DCBC;
}
.TagClassName
{
border-color: #F2DCBC;
}
</style>