Shades of Wheat #F3DBAD
Tints of Wheat #F3DBAD
RGB
CMYK
RGB Variations
Color information
#F3DBAD (or 0xF3DBAD) is known color: Wheat. HEX triplet: F3, DB and AD. RGB value is (243,219,173). Sum of RGB (Red+Green+Blue) = 243+219+173=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DBAD is #0C2452. Grayscale: #DDDDDD. Windows color (decimal): -795731 or 11394035. OLE color: 11394035.
HSL color Cylindrical-coordinate representation of color #F3DBAD: hue angle of 39.43º 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 #F3DBAD is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 173 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.05 |
| HSL | 39.43º | 0.74% | 0.82% | - |
| HSV(B) | 39.43º | 0.29% | 0.95% | - |
| XYZ | 69.84 | 72.73 | 49.89 | - |
| YUV | 220.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 173 | 0 | 0.10 | 0.29 | 0.05 | 39.43 | 0.74 | 0.82 |
| Hex | F3 | DB | AD | 0 | A | 1D | 5 | 27 | 4A | 52 |
| Octal | 363 | 333 | 255 | 0 | 12 | 35 | 5 | 47 | 112 | 122 |
| Binary | 11110011 | 11011011 | 10101101 | 0 | 1010 | 11101 | 101 | 100111 | 1001010 | 1010010 |
Color Harmonies of #F3DBAD
Complementary color
Monochromatic Colors of #F3DBAD
Black with #F3DBAD
Text Example
Text Example
White with #F3DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DBAD; }
p { color: rgb(243,219,173); }
H1.HeaderClassName
{
color: #F3DBAD;
}
.AnyTagClassName
{
color: #F3DBAD;
}
</style>
background-color css
<style>
a { background-color: #F3DBAD; }
a { background-color: rgb(243,219,173); }
div.DivClassName
{
background-color: #F3DBAD;
}
.BgClassName
{
background-color: #F3DBAD;
}
</style>
border-color css
<style>
span { border-color: #F3DBAD; }
span { border-color: rgb(243,219,173); }
td.TdClassName
{
border-color: #F3DBAD;
}
.TagClassName
{
border-color: #F3DBAD;
}
</style>