Shades of Wheat #FADFB6
Tints of Wheat #FADFB6
RGB
CMYK
RGB Variations
Color information
#FADFB6 (or 0xFADFB6) is known color: Wheat. HEX triplet: FA, DF and B6. RGB value is (250,223,182). Sum of RGB (Red+Green+Blue) = 250+223+182=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 182 (71.48% from 255 or 27.79% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FADFB6 is #052049. Grayscale: #E2E2E2. Windows color (decimal): -335946 or 11984890. OLE color: 11984890.
HSL color Cylindrical-coordinate representation of color #FADFB6: hue angle of 36.18º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FADFB6 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 223 | 182 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.02 |
| HSL | 36.18º | 0.87% | 0.85% | - |
| HSV(B) | 36.18º | 0.27% | 0.98% | - |
| XYZ | 74.26 | 76.48 | 55.1 | - |
| YUV | 226.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 223 | 182 | 0 | 0.11 | 0.27 | 0.02 | 36.18 | 0.87 | 0.85 |
| Hex | FA | DF | B6 | 0 | B | 1B | 2 | 24 | 57 | 55 |
| Octal | 372 | 337 | 266 | 0 | 13 | 33 | 2 | 44 | 127 | 125 |
| Binary | 11111010 | 11011111 | 10110110 | 0 | 1011 | 11011 | 10 | 100100 | 1010111 | 1010101 |
Color Harmonies of #FADFB6
Complementary color
Monochromatic Colors of #FADFB6
Black with #FADFB6
Text Example
Text Example
White with #FADFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADFB6; }
p { color: rgb(250,223,182); }
H1.HeaderClassName
{
color: #FADFB6;
}
.AnyTagClassName
{
color: #FADFB6;
}
</style>
background-color css
<style>
a { background-color: #FADFB6; }
a { background-color: rgb(250,223,182); }
div.DivClassName
{
background-color: #FADFB6;
}
.BgClassName
{
background-color: #FADFB6;
}
</style>
border-color css
<style>
span { border-color: #FADFB6; }
span { border-color: rgb(250,223,182); }
td.TdClassName
{
border-color: #FADFB6;
}
.TagClassName
{
border-color: #FADFB6;
}
</style>