Shades of Wheat #F1DFAE
Tints of Wheat #F1DFAE
RGB
CMYK
RGB Variations
Color information
#F1DFAE (or 0xF1DFAE) is known color: Wheat. HEX triplet: F1, DF and AE. RGB value is (241,223,174). Sum of RGB (Red+Green+Blue) = 241+223+174=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DFAE is #0E2051. Grayscale: #DFDFDF. Windows color (decimal): -925778 or 11460593. OLE color: 11460593.
HSL color Cylindrical-coordinate representation of color #F1DFAE: hue angle of 43.88º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1DFAE is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 223 | 174 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.05 |
| HSL | 43.88º | 0.71% | 0.81% | - |
| HSV(B) | 43.88º | 0.28% | 0.95% | - |
| XYZ | 70.3 | 74.53 | 50.73 | - |
| YUV | 222.8 | 100.46 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 223 | 174 | 0 | 0.07 | 0.28 | 0.05 | 43.88 | 0.71 | 0.81 |
| Hex | F1 | DF | AE | 0 | 7 | 1C | 5 | 2C | 47 | 51 |
| Octal | 361 | 337 | 256 | 0 | 7 | 34 | 5 | 54 | 107 | 121 |
| Binary | 11110001 | 11011111 | 10101110 | 0 | 111 | 11100 | 101 | 101100 | 1000111 | 1010001 |
Color Harmonies of #F1DFAE
Complementary color
Monochromatic Colors of #F1DFAE
Black with #F1DFAE
Text Example
Text Example
White with #F1DFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DFAE; }
p { color: rgb(241,223,174); }
H1.HeaderClassName
{
color: #F1DFAE;
}
.AnyTagClassName
{
color: #F1DFAE;
}
</style>
background-color css
<style>
a { background-color: #F1DFAE; }
a { background-color: rgb(241,223,174); }
div.DivClassName
{
background-color: #F1DFAE;
}
.BgClassName
{
background-color: #F1DFAE;
}
</style>
border-color css
<style>
span { border-color: #F1DFAE; }
span { border-color: rgb(241,223,174); }
td.TdClassName
{
border-color: #F1DFAE;
}
.TagClassName
{
border-color: #F1DFAE;
}
</style>