Shades of Peach-Yellow #FAE2AE
Tints of Peach-Yellow #FAE2AE
RGB
CMYK
RGB Variations
Color information
#FAE2AE (or 0xFAE2AE) is known color: Peach-Yellow. HEX triplet: FA, E2 and AE. RGB value is (250,226,174). Sum of RGB (Red+Green+Blue) = 250+226+174=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE2AE is #051D51. Grayscale: #E3E3E3. Windows color (decimal): -335186 or 11461370. OLE color: 11461370.
HSL color Cylindrical-coordinate representation of color #FAE2AE: hue angle of 41.05º 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 #FAE2AE is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 174 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.02 |
| HSL | 41.05º | 0.88% | 0.83% | - |
| HSV(B) | 41.05º | 0.3% | 0.98% | - |
| XYZ | 74.26 | 77.77 | 51.14 | - |
| YUV | 227.25 | 97.95 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 174 | 0 | 0.10 | 0.30 | 0.02 | 41.05 | 0.88 | 0.83 |
| Hex | FA | E2 | AE | 0 | A | 1E | 2 | 29 | 58 | 53 |
| Octal | 372 | 342 | 256 | 0 | 12 | 36 | 2 | 51 | 130 | 123 |
| Binary | 11111010 | 11100010 | 10101110 | 0 | 1010 | 11110 | 10 | 101001 | 1011000 | 1010011 |
Color Harmonies of #FAE2AE
Complementary color
Monochromatic Colors of #FAE2AE
Black with #FAE2AE
Text Example
Text Example
White with #FAE2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2AE; }
p { color: rgb(250,226,174); }
H1.HeaderClassName
{
color: #FAE2AE;
}
.AnyTagClassName
{
color: #FAE2AE;
}
</style>
background-color css
<style>
a { background-color: #FAE2AE; }
a { background-color: rgb(250,226,174); }
div.DivClassName
{
background-color: #FAE2AE;
}
.BgClassName
{
background-color: #FAE2AE;
}
</style>
border-color css
<style>
span { border-color: #FAE2AE; }
span { border-color: rgb(250,226,174); }
td.TdClassName
{
border-color: #FAE2AE;
}
.TagClassName
{
border-color: #FAE2AE;
}
</style>