Shades of Wheat #FADDB4
Tints of Wheat #FADDB4
RGB
CMYK
RGB Variations
Color information
#FADDB4 (or 0xFADDB4) is known color: Wheat. HEX triplet: FA, DD and B4. RGB value is (250,221,180). Sum of RGB (Red+Green+Blue) = 250+221+180=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 180 (70.70% from 255 or 27.65% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDB4 is #05224B. Grayscale: #E1E1E1. Windows color (decimal): -336460 or 11853306. OLE color: 11853306.
HSL color Cylindrical-coordinate representation of color #FADDB4: hue angle of 35.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FADDB4 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 180 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.02 |
| HSL | 35.14º | 0.88% | 0.84% | - |
| HSV(B) | 35.14º | 0.28% | 0.98% | - |
| XYZ | 73.52 | 75.33 | 53.85 | - |
| YUV | 225 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 180 | 0 | 0.12 | 0.28 | 0.02 | 35.14 | 0.88 | 0.84 |
| Hex | FA | DD | B4 | 0 | C | 1C | 2 | 23 | 58 | 54 |
| Octal | 372 | 335 | 264 | 0 | 14 | 34 | 2 | 43 | 130 | 124 |
| Binary | 11111010 | 11011101 | 10110100 | 0 | 1100 | 11100 | 10 | 100011 | 1011000 | 1010100 |
Color Harmonies of #FADDB4
Complementary color
Monochromatic Colors of #FADDB4
Black with #FADDB4
Text Example
Text Example
White with #FADDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDB4; }
p { color: rgb(250,221,180); }
H1.HeaderClassName
{
color: #FADDB4;
}
.AnyTagClassName
{
color: #FADDB4;
}
</style>
background-color css
<style>
a { background-color: #FADDB4; }
a { background-color: rgb(250,221,180); }
div.DivClassName
{
background-color: #FADDB4;
}
.BgClassName
{
background-color: #FADDB4;
}
</style>
border-color css
<style>
span { border-color: #FADDB4; }
span { border-color: rgb(250,221,180); }
td.TdClassName
{
border-color: #FADDB4;
}
.TagClassName
{
border-color: #FADDB4;
}
</style>