Shades of Peach-Yellow #FDE1AA
Tints of Peach-Yellow #FDE1AA
RGB
CMYK
RGB Variations
Color information
#FDE1AA (or 0xFDE1AA) is known color: Peach-Yellow. HEX triplet: FD, E1 and AA. RGB value is (253,225,170). Sum of RGB (Red+Green+Blue) = 253+225+170=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 170 (66.80% from 255 or 26.23% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE1AA is #021E55. Grayscale: #E3E3E3. Windows color (decimal): -138838 or 11198973. OLE color: 11198973.
HSL color Cylindrical-coordinate representation of color #FDE1AA: hue angle of 39.76º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDE1AA is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 170 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.01 |
| HSL | 39.76º | 0.95% | 0.83% | - |
| HSV(B) | 39.76º | 0.33% | 0.99% | - |
| XYZ | 74.69 | 77.64 | 49.08 | - |
| YUV | 227.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 170 | 0 | 0.11 | 0.33 | 0.01 | 39.76 | 0.95 | 0.83 |
| Hex | FD | E1 | AA | 0 | B | 21 | 1 | 28 | 5F | 53 |
| Octal | 375 | 341 | 252 | 0 | 13 | 41 | 1 | 50 | 137 | 123 |
| Binary | 11111101 | 11100001 | 10101010 | 0 | 1011 | 100001 | 1 | 101000 | 1011111 | 1010011 |
Color Harmonies of #FDE1AA
Complementary color
Monochromatic Colors of #FDE1AA
Black with #FDE1AA
Text Example
Text Example
White with #FDE1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1AA; }
p { color: rgb(253,225,170); }
H1.HeaderClassName
{
color: #FDE1AA;
}
.AnyTagClassName
{
color: #FDE1AA;
}
</style>
background-color css
<style>
a { background-color: #FDE1AA; }
a { background-color: rgb(253,225,170); }
div.DivClassName
{
background-color: #FDE1AA;
}
.BgClassName
{
background-color: #FDE1AA;
}
</style>
border-color css
<style>
span { border-color: #FDE1AA; }
span { border-color: rgb(253,225,170); }
td.TdClassName
{
border-color: #FDE1AA;
}
.TagClassName
{
border-color: #FDE1AA;
}
</style>