Shades of Dutch White #F1DFB6
Tints of Dutch White #F1DFB6
RGB
CMYK
RGB Variations
Color information
#F1DFB6 (or 0xF1DFB6) is known color: Dutch White. HEX triplet: F1, DF and B6. RGB value is (241,223,182). Sum of RGB (Red+Green+Blue) = 241+223+182=646 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.31% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 182 (71.48% from 255 or 28.17% from 646); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFB6 is #0E2049. Grayscale: #DFDFDF. Windows color (decimal): -925770 or 11984881. OLE color: 11984881.
HSL color Cylindrical-coordinate representation of color #F1DFB6: hue angle of 41.69º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1DFB6 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 182 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.05 |
| HSL | 41.69º | 0.68% | 0.83% | - |
| HSV(B) | 41.69º | 0.24% | 0.95% | - |
| XYZ | 71.11 | 74.85 | 54.96 | - |
| YUV | 223.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 182 | 0 | 0.07 | 0.24 | 0.05 | 41.69 | 0.68 | 0.83 |
| Hex | F1 | DF | B6 | 0 | 7 | 18 | 5 | 2A | 44 | 53 |
| Octal | 361 | 337 | 266 | 0 | 7 | 30 | 5 | 52 | 104 | 123 |
| Binary | 11110001 | 11011111 | 10110110 | 0 | 111 | 11000 | 101 | 101010 | 1000100 | 1010011 |
Color Harmonies of #F1DFB6
Complementary color
Monochromatic Colors of #F1DFB6
Black with #F1DFB6
Text Example
Text Example
White with #F1DFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DFB6; }
p { color: rgb(241,223,182); }
H1.HeaderClassName
{
color: #F1DFB6;
}
.AnyTagClassName
{
color: #F1DFB6;
}
</style>
background-color css
<style>
a { background-color: #F1DFB6; }
a { background-color: rgb(241,223,182); }
div.DivClassName
{
background-color: #F1DFB6;
}
.BgClassName
{
background-color: #F1DFB6;
}
</style>
border-color css
<style>
span { border-color: #F1DFB6; }
span { border-color: rgb(241,223,182); }
td.TdClassName
{
border-color: #F1DFB6;
}
.TagClassName
{
border-color: #F1DFB6;
}
</style>