Shades of Peach #FDC4A9
Tints of Peach #FDC4A9
RGB
CMYK
RGB Variations
Color information
#FDC4A9 (or 0xFDC4A9) is known color: Peach. HEX triplet: FD, C4 and A9. RGB value is (253,196,169). Sum of RGB (Red+Green+Blue) = 253+196+169=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 169 (66.41% from 255 or 27.35% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC4A9 is #023B56. Grayscale: #D2D2D2. Windows color (decimal): -146263 or 11126013. OLE color: 11126013.
HSL color Cylindrical-coordinate representation of color #FDC4A9: hue angle of 19.29º 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 #FDC4A9 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 169 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.01 |
| HSL | 19.29º | 0.95% | 0.83% | - |
| HSV(B) | 19.29º | 0.33% | 0.99% | - |
| XYZ | 67.41 | 63.23 | 46.19 | - |
| YUV | 209.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 169 | 0 | 0.23 | 0.33 | 0.01 | 19.29 | 0.95 | 0.83 |
| Hex | FD | C4 | A9 | 0 | 17 | 21 | 1 | 13 | 5F | 53 |
| Octal | 375 | 304 | 251 | 0 | 27 | 41 | 1 | 23 | 137 | 123 |
| Binary | 11111101 | 11000100 | 10101001 | 0 | 10111 | 100001 | 1 | 10011 | 1011111 | 1010011 |
Color Harmonies of #FDC4A9
Complementary color
Monochromatic Colors of #FDC4A9
Black with #FDC4A9
Text Example
Text Example
White with #FDC4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC4A9; }
p { color: rgb(253,196,169); }
H1.HeaderClassName
{
color: #FDC4A9;
}
.AnyTagClassName
{
color: #FDC4A9;
}
</style>
background-color css
<style>
a { background-color: #FDC4A9; }
a { background-color: rgb(253,196,169); }
div.DivClassName
{
background-color: #FDC4A9;
}
.BgClassName
{
background-color: #FDC4A9;
}
</style>
border-color css
<style>
span { border-color: #FDC4A9; }
span { border-color: rgb(253,196,169); }
td.TdClassName
{
border-color: #FDC4A9;
}
.TagClassName
{
border-color: #FDC4A9;
}
</style>