Shades of Wheat #F3DCAC
Tints of Wheat #F3DCAC
RGB
CMYK
RGB Variations
Color information
#F3DCAC (or 0xF3DCAC) is known color: Wheat. HEX triplet: F3, DC and AC. RGB value is (243,220,172). Sum of RGB (Red+Green+Blue) = 243+220+172=635 (84% of max value = 765). Red value is 243 (95.31% from 255 or 38.27% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DCAC is #0C2353. Grayscale: #DDDDDD. Windows color (decimal): -795476 or 11328755. OLE color: 11328755.
HSL color Cylindrical-coordinate representation of color #F3DCAC: hue angle of 40.56º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3DCAC is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 220 | 172 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.05 |
| HSL | 40.56º | 0.75% | 0.81% | - |
| HSV(B) | 40.56º | 0.29% | 0.95% | - |
| XYZ | 70 | 73.22 | 49.47 | - |
| YUV | 221.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 172 | 0 | 0.09 | 0.29 | 0.05 | 40.56 | 0.75 | 0.81 |
| Hex | F3 | DC | AC | 0 | 9 | 1D | 5 | 29 | 4B | 51 |
| Octal | 363 | 334 | 254 | 0 | 11 | 35 | 5 | 51 | 113 | 121 |
| Binary | 11110011 | 11011100 | 10101100 | 0 | 1001 | 11101 | 101 | 101001 | 1001011 | 1010001 |
Color Harmonies of #F3DCAC
Complementary color
Monochromatic Colors of #F3DCAC
Black with #F3DCAC
Text Example
Text Example
White with #F3DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCAC; }
p { color: rgb(243,220,172); }
H1.HeaderClassName
{
color: #F3DCAC;
}
.AnyTagClassName
{
color: #F3DCAC;
}
</style>
background-color css
<style>
a { background-color: #F3DCAC; }
a { background-color: rgb(243,220,172); }
div.DivClassName
{
background-color: #F3DCAC;
}
.BgClassName
{
background-color: #F3DCAC;
}
</style>
border-color css
<style>
span { border-color: #F3DCAC; }
span { border-color: rgb(243,220,172); }
td.TdClassName
{
border-color: #F3DCAC;
}
.TagClassName
{
border-color: #F3DCAC;
}
</style>