Shades of Peach-Yellow #FFE2AB
Tints of Peach-Yellow #FFE2AB
RGB
CMYK
RGB Variations
Color information
#FFE2AB (or 0xFFE2AB) is known color: Peach-Yellow. HEX triplet: FF, E2 and AB. RGB value is (255,226,171). Sum of RGB (Red+Green+Blue) = 255+226+171=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 171 (67.19% from 255 or 26.23% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE2AB is #001D54. Grayscale: #E4E4E4. Windows color (decimal): -7509 or 11264767. OLE color: 11264767.
HSL color Cylindrical-coordinate representation of color #FFE2AB: hue angle of 39.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFE2AB is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 171 | - |
| CMYK | 0 | 0.11 | 0.33 | 0 |
| HSL | 39.29º | 1% | 0.84% | - |
| HSV(B) | 39.29º | 0.33% | 1% | - |
| XYZ | 75.79 | 78.59 | 49.7 | - |
| YUV | 228.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 171 | 0 | 0.11 | 0.33 | 0 | 39.29 | 1 | 0.84 |
| Hex | FF | E2 | AB | 0 | B | 21 | 0 | 27 | 64 | 54 |
| Octal | 377 | 342 | 253 | 0 | 13 | 41 | 0 | 47 | 144 | 124 |
| Binary | 11111111 | 11100010 | 10101011 | 0 | 1011 | 100001 | 0 | 100111 | 1100100 | 1010100 |
Color Harmonies of #FFE2AB
Complementary color
Monochromatic Colors of #FFE2AB
Black with #FFE2AB
Text Example
Text Example
White with #FFE2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2AB; }
p { color: rgb(255,226,171); }
H1.HeaderClassName
{
color: #FFE2AB;
}
.AnyTagClassName
{
color: #FFE2AB;
}
</style>
background-color css
<style>
a { background-color: #FFE2AB; }
a { background-color: rgb(255,226,171); }
div.DivClassName
{
background-color: #FFE2AB;
}
.BgClassName
{
background-color: #FFE2AB;
}
</style>
border-color css
<style>
span { border-color: #FFE2AB; }
span { border-color: rgb(255,226,171); }
td.TdClassName
{
border-color: #FFE2AB;
}
.TagClassName
{
border-color: #FFE2AB;
}
</style>