Shades of Wheat #F5DBB1
Tints of Wheat #F5DBB1
RGB
CMYK
RGB Variations
Color information
#F5DBB1 (or 0xF5DBB1) is known color: Wheat. HEX triplet: F5, DB and B1. RGB value is (245,219,177). Sum of RGB (Red+Green+Blue) = 245+219+177=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 177 (69.53% from 255 or 27.61% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DBB1 is #0A244E. Grayscale: #DEDEDE. Windows color (decimal): -664655 or 11656181. OLE color: 11656181.
HSL color Cylindrical-coordinate representation of color #F5DBB1: hue angle of 37.06º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5DBB1 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 177 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.04 |
| HSL | 37.06º | 0.77% | 0.83% | - |
| HSV(B) | 37.06º | 0.28% | 0.96% | - |
| XYZ | 70.92 | 73.25 | 52 | - |
| YUV | 221.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 177 | 0 | 0.11 | 0.28 | 0.04 | 37.06 | 0.77 | 0.83 |
| Hex | F5 | DB | B1 | 0 | B | 1C | 4 | 25 | 4D | 53 |
| Octal | 365 | 333 | 261 | 0 | 13 | 34 | 4 | 45 | 115 | 123 |
| Binary | 11110101 | 11011011 | 10110001 | 0 | 1011 | 11100 | 100 | 100101 | 1001101 | 1010011 |
Color Harmonies of #F5DBB1
Complementary color
Monochromatic Colors of #F5DBB1
Black with #F5DBB1
Text Example
Text Example
White with #F5DBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBB1; }
p { color: rgb(245,219,177); }
H1.HeaderClassName
{
color: #F5DBB1;
}
.AnyTagClassName
{
color: #F5DBB1;
}
</style>
background-color css
<style>
a { background-color: #F5DBB1; }
a { background-color: rgb(245,219,177); }
div.DivClassName
{
background-color: #F5DBB1;
}
.BgClassName
{
background-color: #F5DBB1;
}
</style>
border-color css
<style>
span { border-color: #F5DBB1; }
span { border-color: rgb(245,219,177); }
td.TdClassName
{
border-color: #F5DBB1;
}
.TagClassName
{
border-color: #F5DBB1;
}
</style>