Shades of Wheat #F2DBB3
Tints of Wheat #F2DBB3
RGB
CMYK
RGB Variations
Color information
#F2DBB3 (or 0xF2DBB3) is known color: Wheat. HEX triplet: F2, DB and B3. RGB value is (242,219,179). Sum of RGB (Red+Green+Blue) = 242+219+179=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 179 (70.31% from 255 or 27.97% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBB3 is #0D244C. Grayscale: #DDDDDD. Windows color (decimal): -861261 or 11787250. OLE color: 11787250.
HSL color Cylindrical-coordinate representation of color #F2DBB3: hue angle of 38.1º 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 #F2DBB3 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 179 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.05 |
| HSL | 38.1º | 0.71% | 0.83% | - |
| HSV(B) | 38.1º | 0.26% | 0.95% | - |
| XYZ | 70.09 | 72.79 | 53 | - |
| YUV | 221.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 179 | 0 | 0.10 | 0.26 | 0.05 | 38.1 | 0.71 | 0.83 |
| Hex | F2 | DB | B3 | 0 | A | 1A | 5 | 26 | 47 | 53 |
| Octal | 362 | 333 | 263 | 0 | 12 | 32 | 5 | 46 | 107 | 123 |
| Binary | 11110010 | 11011011 | 10110011 | 0 | 1010 | 11010 | 101 | 100110 | 1000111 | 1010011 |
Color Harmonies of #F2DBB3
Complementary color
Monochromatic Colors of #F2DBB3
Black with #F2DBB3
Text Example
Text Example
White with #F2DBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBB3; }
p { color: rgb(242,219,179); }
H1.HeaderClassName
{
color: #F2DBB3;
}
.AnyTagClassName
{
color: #F2DBB3;
}
</style>
background-color css
<style>
a { background-color: #F2DBB3; }
a { background-color: rgb(242,219,179); }
div.DivClassName
{
background-color: #F2DBB3;
}
.BgClassName
{
background-color: #F2DBB3;
}
</style>
border-color css
<style>
span { border-color: #F2DBB3; }
span { border-color: rgb(242,219,179); }
td.TdClassName
{
border-color: #F2DBB3;
}
.TagClassName
{
border-color: #F2DBB3;
}
</style>