Shades of Peach-Yellow #FADEAB
Tints of Peach-Yellow #FADEAB
RGB
CMYK
RGB Variations
Color information
#FADEAB (or 0xFADEAB) is known color: Peach-Yellow. HEX triplet: FA, DE and AB. RGB value is (250,222,171). Sum of RGB (Red+Green+Blue) = 250+222+171=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 222 (87.11% from 255 or 34.53% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADEAB is #052154. Grayscale: #E0E0E0. Windows color (decimal): -336213 or 11263738. OLE color: 11263738.
HSL color Cylindrical-coordinate representation of color #FADEAB: hue angle of 38.73º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FADEAB is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 171 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.02 |
| HSL | 38.73º | 0.89% | 0.83% | - |
| HSV(B) | 38.73º | 0.32% | 0.98% | - |
| XYZ | 72.9 | 75.51 | 49.26 | - |
| YUV | 224.56 | 97.78 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 171 | 0 | 0.11 | 0.32 | 0.02 | 38.73 | 0.89 | 0.83 |
| Hex | FA | DE | AB | 0 | B | 20 | 2 | 27 | 59 | 53 |
| Octal | 372 | 336 | 253 | 0 | 13 | 40 | 2 | 47 | 131 | 123 |
| Binary | 11111010 | 11011110 | 10101011 | 0 | 1011 | 100000 | 10 | 100111 | 1011001 | 1010011 |
Color Harmonies of #FADEAB
Complementary color
Monochromatic Colors of #FADEAB
Black with #FADEAB
Text Example
Text Example
White with #FADEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEAB; }
p { color: rgb(250,222,171); }
H1.HeaderClassName
{
color: #FADEAB;
}
.AnyTagClassName
{
color: #FADEAB;
}
</style>
background-color css
<style>
a { background-color: #FADEAB; }
a { background-color: rgb(250,222,171); }
div.DivClassName
{
background-color: #FADEAB;
}
.BgClassName
{
background-color: #FADEAB;
}
</style>
border-color css
<style>
span { border-color: #FADEAB; }
span { border-color: rgb(250,222,171); }
td.TdClassName
{
border-color: #FADEAB;
}
.TagClassName
{
border-color: #FADEAB;
}
</style>