Shades of Wheat #F1DCB1
Tints of Wheat #F1DCB1
RGB
CMYK
RGB Variations
Color information
#F1DCB1 (or 0xF1DCB1) is known color: Wheat. HEX triplet: F1, DC and B1. RGB value is (241,220,177). Sum of RGB (Red+Green+Blue) = 241+220+177=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DCB1 is #0E234E. Grayscale: #DDDDDD. Windows color (decimal): -926543 or 11656433. OLE color: 11656433.
HSL color Cylindrical-coordinate representation of color #F1DCB1: hue angle of 40.31º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1DCB1 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 220 | 177 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.05 |
| HSL | 40.31º | 0.7% | 0.82% | - |
| HSV(B) | 40.31º | 0.27% | 0.95% | - |
| XYZ | 69.8 | 73.06 | 52.02 | - |
| YUV | 221.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 220 | 177 | 0 | 0.09 | 0.27 | 0.05 | 40.31 | 0.7 | 0.82 |
| Hex | F1 | DC | B1 | 0 | 9 | 1B | 5 | 28 | 46 | 52 |
| Octal | 361 | 334 | 261 | 0 | 11 | 33 | 5 | 50 | 106 | 122 |
| Binary | 11110001 | 11011100 | 10110001 | 0 | 1001 | 11011 | 101 | 101000 | 1000110 | 1010010 |
Color Harmonies of #F1DCB1
Complementary color
Monochromatic Colors of #F1DCB1
Black with #F1DCB1
Text Example
Text Example
White with #F1DCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DCB1; }
p { color: rgb(241,220,177); }
H1.HeaderClassName
{
color: #F1DCB1;
}
.AnyTagClassName
{
color: #F1DCB1;
}
</style>
background-color css
<style>
a { background-color: #F1DCB1; }
a { background-color: rgb(241,220,177); }
div.DivClassName
{
background-color: #F1DCB1;
}
.BgClassName
{
background-color: #F1DCB1;
}
</style>
border-color css
<style>
span { border-color: #F1DCB1; }
span { border-color: rgb(241,220,177); }
td.TdClassName
{
border-color: #F1DCB1;
}
.TagClassName
{
border-color: #F1DCB1;
}
</style>