Shades of Wheat #FADFB3
Tints of Wheat #FADFB3
RGB
CMYK
RGB Variations
Color information
#FADFB3 (or 0xFADFB3) is known color: Wheat. HEX triplet: FA, DF and B3. RGB value is (250,223,179). Sum of RGB (Red+Green+Blue) = 250+223+179=652 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.34% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 179 (70.31% from 255 or 27.45% from 652); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFB3 is #05204C. Grayscale: #E2E2E2. Windows color (decimal): -335949 or 11788282. OLE color: 11788282.
HSL color Cylindrical-coordinate representation of color #FADFB3: hue angle of 37.18º 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 #FADFB3 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 179 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.02 |
| HSL | 37.18º | 0.88% | 0.84% | - |
| HSV(B) | 37.18º | 0.28% | 0.98% | - |
| XYZ | 73.95 | 76.35 | 53.49 | - |
| YUV | 226.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 179 | 0 | 0.11 | 0.28 | 0.02 | 37.18 | 0.88 | 0.84 |
| Hex | FA | DF | B3 | 0 | B | 1C | 2 | 25 | 58 | 54 |
| Octal | 372 | 337 | 263 | 0 | 13 | 34 | 2 | 45 | 130 | 124 |
| Binary | 11111010 | 11011111 | 10110011 | 0 | 1011 | 11100 | 10 | 100101 | 1011000 | 1010100 |
Color Harmonies of #FADFB3
Complementary color
Monochromatic Colors of #FADFB3
Black with #FADFB3
Text Example
Text Example
White with #FADFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFB3; }
p { color: rgb(250,223,179); }
H1.HeaderClassName
{
color: #FADFB3;
}
.AnyTagClassName
{
color: #FADFB3;
}
</style>
background-color css
<style>
a { background-color: #FADFB3; }
a { background-color: rgb(250,223,179); }
div.DivClassName
{
background-color: #FADFB3;
}
.BgClassName
{
background-color: #FADFB3;
}
</style>
border-color css
<style>
span { border-color: #FADFB3; }
span { border-color: rgb(250,223,179); }
td.TdClassName
{
border-color: #FADFB3;
}
.TagClassName
{
border-color: #FADFB3;
}
</style>