Shades of Peach #FDC9AA
Tints of Peach #FDC9AA
RGB
CMYK
RGB Variations
Color information
#FDC9AA (or 0xFDC9AA) is known color: Peach. HEX triplet: FD, C9 and AA. RGB value is (253,201,170). Sum of RGB (Red+Green+Blue) = 253+201+170=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC9AA is #023655. Grayscale: #D5D5D5. Windows color (decimal): -144982 or 11192829. OLE color: 11192829.
HSL color Cylindrical-coordinate representation of color #FDC9AA: hue angle of 22.41º 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 #FDC9AA is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 170 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.01 |
| HSL | 22.41º | 0.95% | 0.83% | - |
| HSV(B) | 22.41º | 0.33% | 0.99% | - |
| XYZ | 68.65 | 65.56 | 47.07 | - |
| YUV | 213.01 | 103.73 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 170 | 0 | 0.21 | 0.33 | 0.01 | 22.41 | 0.95 | 0.83 |
| Hex | FD | C9 | AA | 0 | 15 | 21 | 1 | 16 | 5F | 53 |
| Octal | 375 | 311 | 252 | 0 | 25 | 41 | 1 | 26 | 137 | 123 |
| Binary | 11111101 | 11001001 | 10101010 | 0 | 10101 | 100001 | 1 | 10110 | 1011111 | 1010011 |
Color Harmonies of #FDC9AA
Complementary color
Monochromatic Colors of #FDC9AA
Black with #FDC9AA
Text Example
Text Example
White with #FDC9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9AA; }
p { color: rgb(253,201,170); }
H1.HeaderClassName
{
color: #FDC9AA;
}
.AnyTagClassName
{
color: #FDC9AA;
}
</style>
background-color css
<style>
a { background-color: #FDC9AA; }
a { background-color: rgb(253,201,170); }
div.DivClassName
{
background-color: #FDC9AA;
}
.BgClassName
{
background-color: #FDC9AA;
}
</style>
border-color css
<style>
span { border-color: #FDC9AA; }
span { border-color: rgb(253,201,170); }
td.TdClassName
{
border-color: #FDC9AA;
}
.TagClassName
{
border-color: #FDC9AA;
}
</style>