Shades of Wheat #F1DDB0
Tints of Wheat #F1DDB0
RGB
CMYK
RGB Variations
Color information
#F1DDB0 (or 0xF1DDB0) is known color: Wheat. HEX triplet: F1, DD and B0. RGB value is (241,221,176). Sum of RGB (Red+Green+Blue) = 241+221+176=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DDB0 is #0E224F. Grayscale: #DEDEDE. Windows color (decimal): -926288 or 11591153. OLE color: 11591153.
HSL color Cylindrical-coordinate representation of color #F1DDB0: hue angle of 41.54º 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 #F1DDB0 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 221 | 176 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.05 |
| HSL | 41.54º | 0.7% | 0.82% | - |
| HSV(B) | 41.54º | 0.27% | 0.95% | - |
| XYZ | 69.97 | 73.55 | 51.58 | - |
| YUV | 221.85 | 102.13 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 221 | 176 | 0 | 0.08 | 0.27 | 0.05 | 41.54 | 0.7 | 0.82 |
| Hex | F1 | DD | B0 | 0 | 8 | 1B | 5 | 2A | 46 | 52 |
| Octal | 361 | 335 | 260 | 0 | 10 | 33 | 5 | 52 | 106 | 122 |
| Binary | 11110001 | 11011101 | 10110000 | 0 | 1000 | 11011 | 101 | 101010 | 1000110 | 1010010 |
Color Harmonies of #F1DDB0
Complementary color
Monochromatic Colors of #F1DDB0
Black with #F1DDB0
Text Example
Text Example
White with #F1DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DDB0; }
p { color: rgb(241,221,176); }
H1.HeaderClassName
{
color: #F1DDB0;
}
.AnyTagClassName
{
color: #F1DDB0;
}
</style>
background-color css
<style>
a { background-color: #F1DDB0; }
a { background-color: rgb(241,221,176); }
div.DivClassName
{
background-color: #F1DDB0;
}
.BgClassName
{
background-color: #F1DDB0;
}
</style>
border-color css
<style>
span { border-color: #F1DDB0; }
span { border-color: rgb(241,221,176); }
td.TdClassName
{
border-color: #F1DDB0;
}
.TagClassName
{
border-color: #F1DDB0;
}
</style>