Shades of Wheat #F3DDB8
Tints of Wheat #F3DDB8
RGB
CMYK
RGB Variations
Color information
#F3DDB8 (or 0xF3DDB8) is known color: Wheat. HEX triplet: F3, DD and B8. RGB value is (243,221,184). Sum of RGB (Red+Green+Blue) = 243+221+184=648 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.5% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 184 (72.27% from 255 or 28.40% from 648); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DDB8 is #0C2247. Grayscale: #DFDFDF. Windows color (decimal): -795208 or 12115443. OLE color: 12115443.
HSL color Cylindrical-coordinate representation of color #F3DDB8: hue angle of 37.63º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3DDB8 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 221 | 184 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.05 |
| HSL | 37.63º | 0.71% | 0.84% | - |
| HSV(B) | 37.63º | 0.24% | 0.95% | - |
| XYZ | 71.47 | 74.23 | 55.91 | - |
| YUV | 223.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 221 | 184 | 0 | 0.09 | 0.24 | 0.05 | 37.63 | 0.71 | 0.84 |
| Hex | F3 | DD | B8 | 0 | 9 | 18 | 5 | 26 | 47 | 54 |
| Octal | 363 | 335 | 270 | 0 | 11 | 30 | 5 | 46 | 107 | 124 |
| Binary | 11110011 | 11011101 | 10111000 | 0 | 1001 | 11000 | 101 | 100110 | 1000111 | 1010100 |
Color Harmonies of #F3DDB8
Complementary color
Monochromatic Colors of #F3DDB8
Black with #F3DDB8
Text Example
Text Example
White with #F3DDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DDB8; }
p { color: rgb(243,221,184); }
H1.HeaderClassName
{
color: #F3DDB8;
}
.AnyTagClassName
{
color: #F3DDB8;
}
</style>
background-color css
<style>
a { background-color: #F3DDB8; }
a { background-color: rgb(243,221,184); }
div.DivClassName
{
background-color: #F3DDB8;
}
.BgClassName
{
background-color: #F3DDB8;
}
</style>
border-color css
<style>
span { border-color: #F3DDB8; }
span { border-color: rgb(243,221,184); }
td.TdClassName
{
border-color: #F3DDB8;
}
.TagClassName
{
border-color: #F3DDB8;
}
</style>