Shades of Wheat #F0DFB2
Tints of Wheat #F0DFB2
RGB
CMYK
RGB Variations
Color information
#F0DFB2 (or 0xF0DFB2) is known color: Wheat. HEX triplet: F0, DF and B2. RGB value is (240,223,178). Sum of RGB (Red+Green+Blue) = 240+223+178=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 223 (87.5% from 255 or 34.79% from 641); Blue value is 178 (69.92% from 255 or 27.77% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DFB2 is #0F204D. Grayscale: #DFDFDF. Windows color (decimal): -991310 or 11722736. OLE color: 11722736.
HSL color Cylindrical-coordinate representation of color #F0DFB2: hue angle of 43.55º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F0DFB2 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 178 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.06 |
| HSL | 43.55º | 0.67% | 0.82% | - |
| HSV(B) | 43.55º | 0.26% | 0.94% | - |
| XYZ | 70.36 | 74.51 | 52.79 | - |
| YUV | 222.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 178 | 0 | 0.07 | 0.26 | 0.06 | 43.55 | 0.67 | 0.82 |
| Hex | F0 | DF | B2 | 0 | 7 | 1A | 6 | 2C | 43 | 52 |
| Octal | 360 | 337 | 262 | 0 | 7 | 32 | 6 | 54 | 103 | 122 |
| Binary | 11110000 | 11011111 | 10110010 | 0 | 111 | 11010 | 110 | 101100 | 1000011 | 1010010 |
Color Harmonies of #F0DFB2
Complementary color
Monochromatic Colors of #F0DFB2
Black with #F0DFB2
Text Example
Text Example
White with #F0DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFB2; }
p { color: rgb(240,223,178); }
H1.HeaderClassName
{
color: #F0DFB2;
}
.AnyTagClassName
{
color: #F0DFB2;
}
</style>
background-color css
<style>
a { background-color: #F0DFB2; }
a { background-color: rgb(240,223,178); }
div.DivClassName
{
background-color: #F0DFB2;
}
.BgClassName
{
background-color: #F0DFB2;
}
</style>
border-color css
<style>
span { border-color: #F0DFB2; }
span { border-color: rgb(240,223,178); }
td.TdClassName
{
border-color: #F0DFB2;
}
.TagClassName
{
border-color: #F0DFB2;
}
</style>