Shades of Wheat #F1DEB0
Tints of Wheat #F1DEB0
RGB
CMYK
RGB Variations
Color information
#F1DEB0 (or 0xF1DEB0) is known color: Wheat. HEX triplet: F1, DE and B0. RGB value is (241,222,176). Sum of RGB (Red+Green+Blue) = 241+222+176=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 176 (69.14% from 255 or 27.54% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DEB0 is #0E214F. Grayscale: #DEDEDE. Windows color (decimal): -926032 or 11591409. OLE color: 11591409.
HSL color Cylindrical-coordinate representation of color #F1DEB0: hue angle of 42.46º 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 #F1DEB0 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 222 | 176 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.05 |
| HSL | 42.46º | 0.7% | 0.82% | - |
| HSV(B) | 42.46º | 0.27% | 0.95% | - |
| XYZ | 70.23 | 74.08 | 51.67 | - |
| YUV | 222.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 222 | 176 | 0 | 0.08 | 0.27 | 0.05 | 42.46 | 0.7 | 0.82 |
| Hex | F1 | DE | B0 | 0 | 8 | 1B | 5 | 2A | 46 | 52 |
| Octal | 361 | 336 | 260 | 0 | 10 | 33 | 5 | 52 | 106 | 122 |
| Binary | 11110001 | 11011110 | 10110000 | 0 | 1000 | 11011 | 101 | 101010 | 1000110 | 1010010 |
Color Harmonies of #F1DEB0
Complementary color
Monochromatic Colors of #F1DEB0
Black with #F1DEB0
Text Example
Text Example
White with #F1DEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DEB0; }
p { color: rgb(241,222,176); }
H1.HeaderClassName
{
color: #F1DEB0;
}
.AnyTagClassName
{
color: #F1DEB0;
}
</style>
background-color css
<style>
a { background-color: #F1DEB0; }
a { background-color: rgb(241,222,176); }
div.DivClassName
{
background-color: #F1DEB0;
}
.BgClassName
{
background-color: #F1DEB0;
}
</style>
border-color css
<style>
span { border-color: #F1DEB0; }
span { border-color: rgb(241,222,176); }
td.TdClassName
{
border-color: #F1DEB0;
}
.TagClassName
{
border-color: #F1DEB0;
}
</style>