Shades of Wheat #FADDB3
Tints of Wheat #FADDB3
RGB
CMYK
RGB Variations
Color information
#FADDB3 (or 0xFADDB3) is known color: Wheat. HEX triplet: FA, DD and B3. RGB value is (250,221,179). Sum of RGB (Red+Green+Blue) = 250+221+179=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 179 (70.31% from 255 or 27.54% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADDB3 is #05224C. Grayscale: #E1E1E1. Windows color (decimal): -336461 or 11787770. OLE color: 11787770.
HSL color Cylindrical-coordinate representation of color #FADDB3: hue angle of 35.49º 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 #FADDB3 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 179 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.02 |
| HSL | 35.49º | 0.88% | 0.84% | - |
| HSV(B) | 35.49º | 0.28% | 0.98% | - |
| XYZ | 73.42 | 75.29 | 53.31 | - |
| YUV | 224.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 179 | 0 | 0.12 | 0.28 | 0.02 | 35.49 | 0.88 | 0.84 |
| Hex | FA | DD | B3 | 0 | C | 1C | 2 | 23 | 58 | 54 |
| Octal | 372 | 335 | 263 | 0 | 14 | 34 | 2 | 43 | 130 | 124 |
| Binary | 11111010 | 11011101 | 10110011 | 0 | 1100 | 11100 | 10 | 100011 | 1011000 | 1010100 |
Color Harmonies of #FADDB3
Complementary color
Monochromatic Colors of #FADDB3
Black with #FADDB3
Text Example
Text Example
White with #FADDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDB3; }
p { color: rgb(250,221,179); }
H1.HeaderClassName
{
color: #FADDB3;
}
.AnyTagClassName
{
color: #FADDB3;
}
</style>
background-color css
<style>
a { background-color: #FADDB3; }
a { background-color: rgb(250,221,179); }
div.DivClassName
{
background-color: #FADDB3;
}
.BgClassName
{
background-color: #FADDB3;
}
</style>
border-color css
<style>
span { border-color: #FADDB3; }
span { border-color: rgb(250,221,179); }
td.TdClassName
{
border-color: #FADDB3;
}
.TagClassName
{
border-color: #FADDB3;
}
</style>