Shades of Peach-Yellow #FAE0AD
Tints of Peach-Yellow #FAE0AD
RGB
CMYK
RGB Variations
Color information
#FAE0AD (or 0xFAE0AD) is known color: Peach-Yellow. HEX triplet: FA, E0 and AD. RGB value is (250,224,173). Sum of RGB (Red+Green+Blue) = 250+224+173=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE0AD is #051F52. Grayscale: #E2E2E2. Windows color (decimal): -335699 or 11395322. OLE color: 11395322.
HSL color Cylindrical-coordinate representation of color #FAE0AD: hue angle of 39.74º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAE0AD is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 173 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.02 |
| HSL | 39.74º | 0.89% | 0.83% | - |
| HSV(B) | 39.74º | 0.31% | 0.98% | - |
| XYZ | 73.62 | 76.65 | 50.45 | - |
| YUV | 225.96 | 98.11 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 173 | 0 | 0.10 | 0.31 | 0.02 | 39.74 | 0.89 | 0.83 |
| Hex | FA | E0 | AD | 0 | A | 1F | 2 | 28 | 59 | 53 |
| Octal | 372 | 340 | 255 | 0 | 12 | 37 | 2 | 50 | 131 | 123 |
| Binary | 11111010 | 11100000 | 10101101 | 0 | 1010 | 11111 | 10 | 101000 | 1011001 | 1010011 |
Color Harmonies of #FAE0AD
Complementary color
Monochromatic Colors of #FAE0AD
Black with #FAE0AD
Text Example
Text Example
White with #FAE0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0AD; }
p { color: rgb(250,224,173); }
H1.HeaderClassName
{
color: #FAE0AD;
}
.AnyTagClassName
{
color: #FAE0AD;
}
</style>
background-color css
<style>
a { background-color: #FAE0AD; }
a { background-color: rgb(250,224,173); }
div.DivClassName
{
background-color: #FAE0AD;
}
.BgClassName
{
background-color: #FAE0AD;
}
</style>
border-color css
<style>
span { border-color: #FAE0AD; }
span { border-color: rgb(250,224,173); }
td.TdClassName
{
border-color: #FAE0AD;
}
.TagClassName
{
border-color: #FAE0AD;
}
</style>