Shades of Wheat #F3DDAD
Tints of Wheat #F3DDAD
RGB
CMYK
RGB Variations
Color information
#F3DDAD (or 0xF3DDAD) is known color: Wheat. HEX triplet: F3, DD and AD. RGB value is (243,221,173). Sum of RGB (Red+Green+Blue) = 243+221+173=637 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.15% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DDAD is #0C2252. Grayscale: #DEDEDE. Windows color (decimal): -795219 or 11394547. OLE color: 11394547.
HSL color Cylindrical-coordinate representation of color #F3DDAD: hue angle of 41.14º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3DDAD is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 173 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.05 |
| HSL | 41.14º | 0.74% | 0.82% | - |
| HSV(B) | 41.14º | 0.29% | 0.95% | - |
| XYZ | 70.36 | 73.78 | 50.07 | - |
| YUV | 222.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 173 | 0 | 0.09 | 0.29 | 0.05 | 41.14 | 0.74 | 0.82 |
| Hex | F3 | DD | AD | 0 | 9 | 1D | 5 | 29 | 4A | 52 |
| Octal | 363 | 335 | 255 | 0 | 11 | 35 | 5 | 51 | 112 | 122 |
| Binary | 11110011 | 11011101 | 10101101 | 0 | 1001 | 11101 | 101 | 101001 | 1001010 | 1010010 |
Color Harmonies of #F3DDAD
Complementary color
Monochromatic Colors of #F3DDAD
Black with #F3DDAD
Text Example
Text Example
White with #F3DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDAD; }
p { color: rgb(243,221,173); }
H1.HeaderClassName
{
color: #F3DDAD;
}
.AnyTagClassName
{
color: #F3DDAD;
}
</style>
background-color css
<style>
a { background-color: #F3DDAD; }
a { background-color: rgb(243,221,173); }
div.DivClassName
{
background-color: #F3DDAD;
}
.BgClassName
{
background-color: #F3DDAD;
}
</style>
border-color css
<style>
span { border-color: #F3DDAD; }
span { border-color: rgb(243,221,173); }
td.TdClassName
{
border-color: #F3DDAD;
}
.TagClassName
{
border-color: #F3DDAD;
}
</style>