Shades of Wheat #F2DFB3
Tints of Wheat #F2DFB3
RGB
CMYK
RGB Variations
Color information
#F2DFB3 (or 0xF2DFB3) is known color: Wheat. HEX triplet: F2, DF and B3. RGB value is (242,223,179). Sum of RGB (Red+Green+Blue) = 242+223+179=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 179 (70.31% from 255 or 27.80% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFB3 is #0D204C. Grayscale: #DFDFDF. Windows color (decimal): -860237 or 11788274. OLE color: 11788274.
HSL color Cylindrical-coordinate representation of color #F2DFB3: hue angle of 41.9º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2DFB3 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 179 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.05 |
| HSL | 41.9º | 0.71% | 0.83% | - |
| HSV(B) | 41.9º | 0.26% | 0.95% | - |
| XYZ | 71.14 | 74.91 | 53.36 | - |
| YUV | 223.67 | 102.79 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 179 | 0 | 0.08 | 0.26 | 0.05 | 41.9 | 0.71 | 0.83 |
| Hex | F2 | DF | B3 | 0 | 8 | 1A | 5 | 2A | 47 | 53 |
| Octal | 362 | 337 | 263 | 0 | 10 | 32 | 5 | 52 | 107 | 123 |
| Binary | 11110010 | 11011111 | 10110011 | 0 | 1000 | 11010 | 101 | 101010 | 1000111 | 1010011 |
Color Harmonies of #F2DFB3
Complementary color
Monochromatic Colors of #F2DFB3
Black with #F2DFB3
Text Example
Text Example
White with #F2DFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFB3; }
p { color: rgb(242,223,179); }
H1.HeaderClassName
{
color: #F2DFB3;
}
.AnyTagClassName
{
color: #F2DFB3;
}
</style>
background-color css
<style>
a { background-color: #F2DFB3; }
a { background-color: rgb(242,223,179); }
div.DivClassName
{
background-color: #F2DFB3;
}
.BgClassName
{
background-color: #F2DFB3;
}
</style>
border-color css
<style>
span { border-color: #F2DFB3; }
span { border-color: rgb(242,223,179); }
td.TdClassName
{
border-color: #F2DFB3;
}
.TagClassName
{
border-color: #F2DFB3;
}
</style>