Shades of Peach-Yellow #FAE1AD
Tints of Peach-Yellow #FAE1AD
RGB
CMYK
RGB Variations
Color information
#FAE1AD (or 0xFAE1AD) is known color: Peach-Yellow. HEX triplet: FA, E1 and AD. RGB value is (250,225,173). Sum of RGB (Red+Green+Blue) = 250+225+173=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE1AD is #051E52. Grayscale: #E2E2E2. Windows color (decimal): -335443 or 11395578. OLE color: 11395578.
HSL color Cylindrical-coordinate representation of color #FAE1AD: hue angle of 40.52º 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 #FAE1AD is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 173 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.02 |
| HSL | 40.52º | 0.89% | 0.83% | - |
| HSV(B) | 40.52º | 0.31% | 0.98% | - |
| XYZ | 73.89 | 77.19 | 50.54 | - |
| YUV | 226.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 173 | 0 | 0.10 | 0.31 | 0.02 | 40.52 | 0.89 | 0.83 |
| Hex | FA | E1 | AD | 0 | A | 1F | 2 | 29 | 59 | 53 |
| Octal | 372 | 341 | 255 | 0 | 12 | 37 | 2 | 51 | 131 | 123 |
| Binary | 11111010 | 11100001 | 10101101 | 0 | 1010 | 11111 | 10 | 101001 | 1011001 | 1010011 |
Color Harmonies of #FAE1AD
Complementary color
Monochromatic Colors of #FAE1AD
Black with #FAE1AD
Text Example
Text Example
White with #FAE1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1AD; }
p { color: rgb(250,225,173); }
H1.HeaderClassName
{
color: #FAE1AD;
}
.AnyTagClassName
{
color: #FAE1AD;
}
</style>
background-color css
<style>
a { background-color: #FAE1AD; }
a { background-color: rgb(250,225,173); }
div.DivClassName
{
background-color: #FAE1AD;
}
.BgClassName
{
background-color: #FAE1AD;
}
</style>
border-color css
<style>
span { border-color: #FAE1AD; }
span { border-color: rgb(250,225,173); }
td.TdClassName
{
border-color: #FAE1AD;
}
.TagClassName
{
border-color: #FAE1AD;
}
</style>