Shades of Wheat #F2DCB4
Tints of Wheat #F2DCB4
RGB
CMYK
RGB Variations
Color information
#F2DCB4 (or 0xF2DCB4) is known color: Wheat. HEX triplet: F2, DC and B4. RGB value is (242,220,180). Sum of RGB (Red+Green+Blue) = 242+220+180=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 180 (70.70% from 255 or 28.04% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCB4 is #0D234B. Grayscale: #DEDEDE. Windows color (decimal): -861004 or 11853042. OLE color: 11853042.
HSL color Cylindrical-coordinate representation of color #F2DCB4: hue angle of 38.71º degrees, saturation: 0.7, 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 #F2DCB4 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 180 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.05 |
| HSL | 38.71º | 0.7% | 0.83% | - |
| HSV(B) | 38.71º | 0.26% | 0.95% | - |
| XYZ | 70.45 | 73.36 | 53.63 | - |
| YUV | 222.02 | 104.29 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 180 | 0 | 0.09 | 0.26 | 0.05 | 38.71 | 0.7 | 0.83 |
| Hex | F2 | DC | B4 | 0 | 9 | 1A | 5 | 27 | 46 | 53 |
| Octal | 362 | 334 | 264 | 0 | 11 | 32 | 5 | 47 | 106 | 123 |
| Binary | 11110010 | 11011100 | 10110100 | 0 | 1001 | 11010 | 101 | 100111 | 1000110 | 1010011 |
Color Harmonies of #F2DCB4
Complementary color
Monochromatic Colors of #F2DCB4
Black with #F2DCB4
Text Example
Text Example
White with #F2DCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCB4; }
p { color: rgb(242,220,180); }
H1.HeaderClassName
{
color: #F2DCB4;
}
.AnyTagClassName
{
color: #F2DCB4;
}
</style>
background-color css
<style>
a { background-color: #F2DCB4; }
a { background-color: rgb(242,220,180); }
div.DivClassName
{
background-color: #F2DCB4;
}
.BgClassName
{
background-color: #F2DCB4;
}
</style>
border-color css
<style>
span { border-color: #F2DCB4; }
span { border-color: rgb(242,220,180); }
td.TdClassName
{
border-color: #F2DCB4;
}
.TagClassName
{
border-color: #F2DCB4;
}
</style>