Shades of Dutch White #F2DFBC
Tints of Dutch White #F2DFBC
RGB
CMYK
RGB Variations
Color information
#F2DFBC (or 0xF2DFBC) is known color: Dutch White. HEX triplet: F2, DF and BC. RGB value is (242,223,188). Sum of RGB (Red+Green+Blue) = 242+223+188=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFBC is #0D2043. Grayscale: #E0E0E0. Windows color (decimal): -860228 or 12378098. OLE color: 12378098.
HSL color Cylindrical-coordinate representation of color #F2DFBC: hue angle of 38.89º 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 #F2DFBC is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 188 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.05 |
| HSL | 38.89º | 0.68% | 0.84% | - |
| HSV(B) | 38.89º | 0.22% | 0.95% | - |
| XYZ | 72.08 | 75.28 | 58.31 | - |
| YUV | 224.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 188 | 0 | 0.08 | 0.22 | 0.05 | 38.89 | 0.68 | 0.84 |
| Hex | F2 | DF | BC | 0 | 8 | 16 | 5 | 27 | 44 | 54 |
| Octal | 362 | 337 | 274 | 0 | 10 | 26 | 5 | 47 | 104 | 124 |
| Binary | 11110010 | 11011111 | 10111100 | 0 | 1000 | 10110 | 101 | 100111 | 1000100 | 1010100 |
Color Harmonies of #F2DFBC
Complementary color
Monochromatic Colors of #F2DFBC
Black with #F2DFBC
Text Example
Text Example
White with #F2DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFBC; }
p { color: rgb(242,223,188); }
H1.HeaderClassName
{
color: #F2DFBC;
}
.AnyTagClassName
{
color: #F2DFBC;
}
</style>
background-color css
<style>
a { background-color: #F2DFBC; }
a { background-color: rgb(242,223,188); }
div.DivClassName
{
background-color: #F2DFBC;
}
.BgClassName
{
background-color: #F2DFBC;
}
</style>
border-color css
<style>
span { border-color: #F2DFBC; }
span { border-color: rgb(242,223,188); }
td.TdClassName
{
border-color: #F2DFBC;
}
.TagClassName
{
border-color: #F2DFBC;
}
</style>