Shades of Peach #FDC5AA
Tints of Peach #FDC5AA
RGB
CMYK
RGB Variations
Color information
#FDC5AA (or 0xFDC5AA) is known color: Peach. HEX triplet: FD, C5 and AA. RGB value is (253,197,170). Sum of RGB (Red+Green+Blue) = 253+197+170=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC5AA is #023A55. Grayscale: #D2D2D2. Windows color (decimal): -146006 or 11191805. OLE color: 11191805.
HSL color Cylindrical-coordinate representation of color #FDC5AA: hue angle of 19.52º 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 #FDC5AA is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 170 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.01 |
| HSL | 19.52º | 0.95% | 0.83% | - |
| HSV(B) | 19.52º | 0.33% | 0.99% | - |
| XYZ | 67.73 | 63.72 | 46.76 | - |
| YUV | 210.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 170 | 0 | 0.22 | 0.33 | 0.01 | 19.52 | 0.95 | 0.83 |
| Hex | FD | C5 | AA | 0 | 16 | 21 | 1 | 14 | 5F | 53 |
| Octal | 375 | 305 | 252 | 0 | 26 | 41 | 1 | 24 | 137 | 123 |
| Binary | 11111101 | 11000101 | 10101010 | 0 | 10110 | 100001 | 1 | 10100 | 1011111 | 1010011 |
Color Harmonies of #FDC5AA
Complementary color
Monochromatic Colors of #FDC5AA
Black with #FDC5AA
Text Example
Text Example
White with #FDC5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC5AA; }
p { color: rgb(253,197,170); }
H1.HeaderClassName
{
color: #FDC5AA;
}
.AnyTagClassName
{
color: #FDC5AA;
}
</style>
background-color css
<style>
a { background-color: #FDC5AA; }
a { background-color: rgb(253,197,170); }
div.DivClassName
{
background-color: #FDC5AA;
}
.BgClassName
{
background-color: #FDC5AA;
}
</style>
border-color css
<style>
span { border-color: #FDC5AA; }
span { border-color: rgb(253,197,170); }
td.TdClassName
{
border-color: #FDC5AA;
}
.TagClassName
{
border-color: #FDC5AA;
}
</style>