Shades of Wheat #F0DFB3
Tints of Wheat #F0DFB3
RGB
CMYK
RGB Variations
Color information
#F0DFB3 (or 0xF0DFB3) is known color: Wheat. HEX triplet: F0, DF and B3. RGB value is (240,223,179). Sum of RGB (Red+Green+Blue) = 240+223+179=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 179 (70.31% from 255 or 27.88% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFB3 is #0F204C. Grayscale: #DFDFDF. Windows color (decimal): -991309 or 11788272. OLE color: 11788272.
HSL color Cylindrical-coordinate representation of color #F0DFB3: hue angle of 43.28º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0DFB3 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 179 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.06 |
| HSL | 43.28º | 0.67% | 0.82% | - |
| HSV(B) | 43.28º | 0.25% | 0.94% | - |
| XYZ | 70.46 | 74.56 | 53.32 | - |
| YUV | 223.07 | 103.13 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 179 | 0 | 0.07 | 0.25 | 0.06 | 43.28 | 0.67 | 0.82 |
| Hex | F0 | DF | B3 | 0 | 7 | 19 | 6 | 2B | 43 | 52 |
| Octal | 360 | 337 | 263 | 0 | 7 | 31 | 6 | 53 | 103 | 122 |
| Binary | 11110000 | 11011111 | 10110011 | 0 | 111 | 11001 | 110 | 101011 | 1000011 | 1010010 |
Color Harmonies of #F0DFB3
Complementary color
Monochromatic Colors of #F0DFB3
Black with #F0DFB3
Text Example
Text Example
White with #F0DFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFB3; }
p { color: rgb(240,223,179); }
H1.HeaderClassName
{
color: #F0DFB3;
}
.AnyTagClassName
{
color: #F0DFB3;
}
</style>
background-color css
<style>
a { background-color: #F0DFB3; }
a { background-color: rgb(240,223,179); }
div.DivClassName
{
background-color: #F0DFB3;
}
.BgClassName
{
background-color: #F0DFB3;
}
</style>
border-color css
<style>
span { border-color: #F0DFB3; }
span { border-color: rgb(240,223,179); }
td.TdClassName
{
border-color: #F0DFB3;
}
.TagClassName
{
border-color: #F0DFB3;
}
</style>