Shades of Peach-Yellow #FAE1AC
Tints of Peach-Yellow #FAE1AC
RGB
CMYK
RGB Variations
Color information
#FAE1AC (or 0xFAE1AC) is known color: Peach-Yellow. HEX triplet: FA, E1 and AC. RGB value is (250,225,172). Sum of RGB (Red+Green+Blue) = 250+225+172=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 172 (67.58% from 255 or 26.58% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE1AC is #051E53. Grayscale: #E2E2E2. Windows color (decimal): -335444 or 11330042. OLE color: 11330042.
HSL color Cylindrical-coordinate representation of color #FAE1AC: hue angle of 40.77º 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 #FAE1AC is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 172 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.02 |
| HSL | 40.77º | 0.89% | 0.83% | - |
| HSV(B) | 40.77º | 0.31% | 0.98% | - |
| XYZ | 73.8 | 77.15 | 50.03 | - |
| YUV | 226.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 172 | 0 | 0.10 | 0.31 | 0.02 | 40.77 | 0.89 | 0.83 |
| Hex | FA | E1 | AC | 0 | A | 1F | 2 | 29 | 59 | 53 |
| Octal | 372 | 341 | 254 | 0 | 12 | 37 | 2 | 51 | 131 | 123 |
| Binary | 11111010 | 11100001 | 10101100 | 0 | 1010 | 11111 | 10 | 101001 | 1011001 | 1010011 |
Color Harmonies of #FAE1AC
Complementary color
Monochromatic Colors of #FAE1AC
Black with #FAE1AC
Text Example
Text Example
White with #FAE1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1AC; }
p { color: rgb(250,225,172); }
H1.HeaderClassName
{
color: #FAE1AC;
}
.AnyTagClassName
{
color: #FAE1AC;
}
</style>
background-color css
<style>
a { background-color: #FAE1AC; }
a { background-color: rgb(250,225,172); }
div.DivClassName
{
background-color: #FAE1AC;
}
.BgClassName
{
background-color: #FAE1AC;
}
</style>
border-color css
<style>
span { border-color: #FAE1AC; }
span { border-color: rgb(250,225,172); }
td.TdClassName
{
border-color: #FAE1AC;
}
.TagClassName
{
border-color: #FAE1AC;
}
</style>