Shades of Wheat #F1DFB5
Tints of Wheat #F1DFB5
RGB
CMYK
RGB Variations
Color information
#F1DFB5 (or 0xF1DFB5) is known color: Wheat. HEX triplet: F1, DF and B5. RGB value is (241,223,181). Sum of RGB (Red+Green+Blue) = 241+223+181=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 181 (71.09% from 255 or 28.06% from 645); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFB5 is #0E204A. Grayscale: #DFDFDF. Windows color (decimal): -925771 or 11919345. OLE color: 11919345.
HSL color Cylindrical-coordinate representation of color #F1DFB5: hue angle of 42º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1DFB5 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 181 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.05 |
| HSL | 42º | 0.68% | 0.83% | - |
| HSV(B) | 42º | 0.25% | 0.95% | - |
| XYZ | 71 | 74.81 | 54.41 | - |
| YUV | 223.59 | 103.96 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 181 | 0 | 0.07 | 0.25 | 0.05 | 42 | 0.68 | 0.83 |
| Hex | F1 | DF | B5 | 0 | 7 | 19 | 5 | 2A | 44 | 53 |
| Octal | 361 | 337 | 265 | 0 | 7 | 31 | 5 | 52 | 104 | 123 |
| Binary | 11110001 | 11011111 | 10110101 | 0 | 111 | 11001 | 101 | 101010 | 1000100 | 1010011 |
Color Harmonies of #F1DFB5
Complementary color
Monochromatic Colors of #F1DFB5
Black with #F1DFB5
Text Example
Text Example
White with #F1DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DFB5; }
p { color: rgb(241,223,181); }
H1.HeaderClassName
{
color: #F1DFB5;
}
.AnyTagClassName
{
color: #F1DFB5;
}
</style>
background-color css
<style>
a { background-color: #F1DFB5; }
a { background-color: rgb(241,223,181); }
div.DivClassName
{
background-color: #F1DFB5;
}
.BgClassName
{
background-color: #F1DFB5;
}
</style>
border-color css
<style>
span { border-color: #F1DFB5; }
span { border-color: rgb(241,223,181); }
td.TdClassName
{
border-color: #F1DFB5;
}
.TagClassName
{
border-color: #F1DFB5;
}
</style>