Shades of Peach-Yellow #FADDAE
Tints of Peach-Yellow #FADDAE
RGB
CMYK
RGB Variations
Color information
#FADDAE (or 0xFADDAE) is known color: Peach-Yellow. HEX triplet: FA, DD and AE. RGB value is (250,221,174). Sum of RGB (Red+Green+Blue) = 250+221+174=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 174 (68.36% from 255 or 26.98% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDAE is #052251. Grayscale: #E0E0E0. Windows color (decimal): -336466 or 11460090. OLE color: 11460090.
HSL color Cylindrical-coordinate representation of color #FADDAE: hue angle of 37.11º 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 #FADDAE is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 221 | 174 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.02 |
| HSL | 37.11º | 0.88% | 0.83% | - |
| HSV(B) | 37.11º | 0.3% | 0.98% | - |
| XYZ | 72.92 | 75.09 | 50.7 | - |
| YUV | 224.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 221 | 174 | 0 | 0.12 | 0.30 | 0.02 | 37.11 | 0.88 | 0.83 |
| Hex | FA | DD | AE | 0 | C | 1E | 2 | 25 | 58 | 53 |
| Octal | 372 | 335 | 256 | 0 | 14 | 36 | 2 | 45 | 130 | 123 |
| Binary | 11111010 | 11011101 | 10101110 | 0 | 1100 | 11110 | 10 | 100101 | 1011000 | 1010011 |
Color Harmonies of #FADDAE
Complementary color
Monochromatic Colors of #FADDAE
Black with #FADDAE
Text Example
Text Example
White with #FADDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FADDAE; }
p { color: rgb(250,221,174); }
H1.HeaderClassName
{
color: #FADDAE;
}
.AnyTagClassName
{
color: #FADDAE;
}
</style>
background-color css
<style>
a { background-color: #FADDAE; }
a { background-color: rgb(250,221,174); }
div.DivClassName
{
background-color: #FADDAE;
}
.BgClassName
{
background-color: #FADDAE;
}
</style>
border-color css
<style>
span { border-color: #FADDAE; }
span { border-color: rgb(250,221,174); }
td.TdClassName
{
border-color: #FADDAE;
}
.TagClassName
{
border-color: #FADDAE;
}
</style>