Shades of Wheat #F3DEAF
Tints of Wheat #F3DEAF
RGB
CMYK
RGB Variations
Color information
#F3DEAF (or 0xF3DEAF) is known color: Wheat. HEX triplet: F3, DE and AF. RGB value is (243,222,175). Sum of RGB (Red+Green+Blue) = 243+222+175=640 (84% of max value = 765). Red value is 243 (95.31% from 255 or 37.97% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DEAF is #0C2150. Grayscale: #DFDFDF. Windows color (decimal): -794961 or 11525875. OLE color: 11525875.
HSL color Cylindrical-coordinate representation of color #F3DEAF: hue angle of 41.47º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3DEAF is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 175 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.05 |
| HSL | 41.47º | 0.74% | 0.82% | - |
| HSV(B) | 41.47º | 0.28% | 0.95% | - |
| XYZ | 70.82 | 74.39 | 51.18 | - |
| YUV | 222.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 175 | 0 | 0.09 | 0.28 | 0.05 | 41.47 | 0.74 | 0.82 |
| Hex | F3 | DE | AF | 0 | 9 | 1C | 5 | 29 | 4A | 52 |
| Octal | 363 | 336 | 257 | 0 | 11 | 34 | 5 | 51 | 112 | 122 |
| Binary | 11110011 | 11011110 | 10101111 | 0 | 1001 | 11100 | 101 | 101001 | 1001010 | 1010010 |
Color Harmonies of #F3DEAF
Complementary color
Monochromatic Colors of #F3DEAF
Black with #F3DEAF
Text Example
Text Example
White with #F3DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DEAF; }
p { color: rgb(243,222,175); }
H1.HeaderClassName
{
color: #F3DEAF;
}
.AnyTagClassName
{
color: #F3DEAF;
}
</style>
background-color css
<style>
a { background-color: #F3DEAF; }
a { background-color: rgb(243,222,175); }
div.DivClassName
{
background-color: #F3DEAF;
}
.BgClassName
{
background-color: #F3DEAF;
}
</style>
border-color css
<style>
span { border-color: #F3DEAF; }
span { border-color: rgb(243,222,175); }
td.TdClassName
{
border-color: #F3DEAF;
}
.TagClassName
{
border-color: #F3DEAF;
}
</style>