Shades of Dutch White #F2DFB9
Tints of Dutch White #F2DFB9
RGB
CMYK
RGB Variations
Color information
#F2DFB9 (or 0xF2DFB9) is known color: Dutch White. HEX triplet: F2, DF and B9. RGB value is (242,223,185). Sum of RGB (Red+Green+Blue) = 242+223+185=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 185 (72.66% from 255 or 28.46% from 650); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFB9 is #0D2046. Grayscale: #E0E0E0. Windows color (decimal): -860231 or 12181490. OLE color: 12181490.
HSL color Cylindrical-coordinate representation of color #F2DFB9: hue angle of 40º degrees, saturation: 0.69, 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 #F2DFB9 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 185 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.05 |
| HSL | 40º | 0.69% | 0.84% | - |
| HSV(B) | 40º | 0.24% | 0.95% | - |
| XYZ | 71.76 | 75.16 | 56.62 | - |
| YUV | 224.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 185 | 0 | 0.08 | 0.24 | 0.05 | 40 | 0.69 | 0.84 |
| Hex | F2 | DF | B9 | 0 | 8 | 18 | 5 | 28 | 45 | 54 |
| Octal | 362 | 337 | 271 | 0 | 10 | 30 | 5 | 50 | 105 | 124 |
| Binary | 11110010 | 11011111 | 10111001 | 0 | 1000 | 11000 | 101 | 101000 | 1000101 | 1010100 |
Color Harmonies of #F2DFB9
Complementary color
Monochromatic Colors of #F2DFB9
Black with #F2DFB9
Text Example
Text Example
White with #F2DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFB9; }
p { color: rgb(242,223,185); }
H1.HeaderClassName
{
color: #F2DFB9;
}
.AnyTagClassName
{
color: #F2DFB9;
}
</style>
background-color css
<style>
a { background-color: #F2DFB9; }
a { background-color: rgb(242,223,185); }
div.DivClassName
{
background-color: #F2DFB9;
}
.BgClassName
{
background-color: #F2DFB9;
}
</style>
border-color css
<style>
span { border-color: #F2DFB9; }
span { border-color: rgb(242,223,185); }
td.TdClassName
{
border-color: #F2DFB9;
}
.TagClassName
{
border-color: #F2DFB9;
}
</style>