Shades of Peach-Yellow #FADEAE
Tints of Peach-Yellow #FADEAE
RGB
CMYK
RGB Variations
Color information
#FADEAE (or 0xFADEAE) is known color: Peach-Yellow. HEX triplet: FA, DE and AE. RGB value is (250,222,174). Sum of RGB (Red+Green+Blue) = 250+222+174=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 174 (68.36% from 255 or 26.93% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FADEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADEAE is #052151. Grayscale: #E1E1E1. Windows color (decimal): -336210 or 11460346. OLE color: 11460346.
HSL color Cylindrical-coordinate representation of color #FADEAE: hue angle of 37.89º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FADEAE is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 222 | 174 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.02 |
| HSL | 37.89º | 0.88% | 0.83% | - |
| HSV(B) | 37.89º | 0.3% | 0.98% | - |
| XYZ | 73.19 | 75.62 | 50.78 | - |
| YUV | 224.9 | 99.28 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 222 | 174 | 0 | 0.11 | 0.30 | 0.02 | 37.89 | 0.88 | 0.83 |
| Hex | FA | DE | AE | 0 | B | 1E | 2 | 26 | 58 | 53 |
| Octal | 372 | 336 | 256 | 0 | 13 | 36 | 2 | 46 | 130 | 123 |
| Binary | 11111010 | 11011110 | 10101110 | 0 | 1011 | 11110 | 10 | 100110 | 1011000 | 1010011 |
Color Harmonies of #FADEAE
Complementary color
Monochromatic Colors of #FADEAE
Black with #FADEAE
Text Example
Text Example
White with #FADEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADEAE; }
p { color: rgb(250,222,174); }
H1.HeaderClassName
{
color: #FADEAE;
}
.AnyTagClassName
{
color: #FADEAE;
}
</style>
background-color css
<style>
a { background-color: #FADEAE; }
a { background-color: rgb(250,222,174); }
div.DivClassName
{
background-color: #FADEAE;
}
.BgClassName
{
background-color: #FADEAE;
}
</style>
border-color css
<style>
span { border-color: #FADEAE; }
span { border-color: rgb(250,222,174); }
td.TdClassName
{
border-color: #FADEAE;
}
.TagClassName
{
border-color: #FADEAE;
}
</style>