Shades of Wheat #F5DDB6
Tints of Wheat #F5DDB6
RGB
CMYK
RGB Variations
Color information
#F5DDB6 (or 0xF5DDB6) is known color: Wheat. HEX triplet: F5, DD and B6. RGB value is (245,221,182). Sum of RGB (Red+Green+Blue) = 245+221+182=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 182 (71.48% from 255 or 28.09% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDB6 is #0A2249. Grayscale: #DFDFDF. Windows color (decimal): -664138 or 11984373. OLE color: 11984373.
HSL color Cylindrical-coordinate representation of color #F5DDB6: hue angle of 37.14º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5DDB6 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 221 | 182 | - |
CMYK | 0 | 0.10 | 0.26 | 0.04 |
HSL | 37.14º | 0.76% | 0.84% | - |
HSV(B) | 37.14º | 0.26% | 0.96% | - |
XYZ | 71.96 | 74.5 | 54.84 | - |
YUV | 223.73 | 104.45 | 143.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 221 | 182 | 0 | 0.10 | 0.26 | 0.04 | 37.14 | 0.76 | 0.84 |
Hex | F5 | DD | B6 | 0 | A | 1A | 4 | 25 | 4C | 54 |
Octal | 365 | 335 | 266 | 0 | 12 | 32 | 4 | 45 | 114 | 124 |
Binary | 11110101 | 11011101 | 10110110 | 0 | 1010 | 11010 | 100 | 100101 | 1001100 | 1010100 |
Color Harmonies of #F5DDB6
Complementary color
Monochromatic Colors of #F5DDB6
Black with #F5DDB6
Text Example
Text Example
White with #F5DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDB6; }
p { color: rgb(245,221,182); }
H1.HeaderClassName
{
color: #F5DDB6;
}
.AnyTagClassName
{
color: #F5DDB6;
}
</style>
background-color css
<style>
a { background-color: #F5DDB6; }
a { background-color: rgb(245,221,182); }
div.DivClassName
{
background-color: #F5DDB6;
}
.BgClassName
{
background-color: #F5DDB6;
}
</style>
border-color css
<style>
span { border-color: #F5DDB6; }
span { border-color: rgb(245,221,182); }
td.TdClassName
{
border-color: #F5DDB6;
}
.TagClassName
{
border-color: #F5DDB6;
}
</style>