Shades of Peach #FCC4A9
Tints of Peach #FCC4A9
RGB
CMYK
RGB Variations
Color information
#FCC4A9 (or 0xFCC4A9) is known color: Peach. HEX triplet: FC, C4 and A9. RGB value is (252,196,169). Sum of RGB (Red+Green+Blue) = 252+196+169=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 169 (66.41% from 255 or 27.39% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC4A9 is #033B56. Grayscale: #D1D1D1. Windows color (decimal): -211799 or 11126012. OLE color: 11126012.
HSL color Cylindrical-coordinate representation of color #FCC4A9: hue angle of 19.52º degrees, saturation: 0.93, 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 #FCC4A9 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 169 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.01 |
| HSL | 19.52º | 0.93% | 0.83% | - |
| HSV(B) | 19.52º | 0.33% | 0.99% | - |
| XYZ | 67.05 | 63.04 | 46.17 | - |
| YUV | 209.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 169 | 0 | 0.22 | 0.33 | 0.01 | 19.52 | 0.93 | 0.83 |
| Hex | FC | C4 | A9 | 0 | 16 | 21 | 1 | 14 | 5D | 53 |
| Octal | 374 | 304 | 251 | 0 | 26 | 41 | 1 | 24 | 135 | 123 |
| Binary | 11111100 | 11000100 | 10101001 | 0 | 10110 | 100001 | 1 | 10100 | 1011101 | 1010011 |
Color Harmonies of #FCC4A9
Complementary color
Monochromatic Colors of #FCC4A9
Black with #FCC4A9
Text Example
Text Example
White with #FCC4A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4A9; }
p { color: rgb(252,196,169); }
H1.HeaderClassName
{
color: #FCC4A9;
}
.AnyTagClassName
{
color: #FCC4A9;
}
</style>
background-color css
<style>
a { background-color: #FCC4A9; }
a { background-color: rgb(252,196,169); }
div.DivClassName
{
background-color: #FCC4A9;
}
.BgClassName
{
background-color: #FCC4A9;
}
</style>
border-color css
<style>
span { border-color: #FCC4A9; }
span { border-color: rgb(252,196,169); }
td.TdClassName
{
border-color: #FCC4A9;
}
.TagClassName
{
border-color: #FCC4A9;
}
</style>