Shades of Peach #FCC3A9
Tints of Peach #FCC3A9
RGB
CMYK
RGB Variations
Color information
#FCC3A9 (or 0xFCC3A9) is known color: Peach. HEX triplet: FC, C3 and A9. RGB value is (252,195,169). Sum of RGB (Red+Green+Blue) = 252+195+169=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 169 (66.41% from 255 or 27.44% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC3A9 is #033C56. Grayscale: #D1D1D1. Windows color (decimal): -212055 or 11125756. OLE color: 11125756.
HSL color Cylindrical-coordinate representation of color #FCC3A9: hue angle of 18.8º 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 #FCC3A9 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 169 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.01 |
| HSL | 18.8º | 0.93% | 0.83% | - |
| HSV(B) | 18.8º | 0.33% | 0.99% | - |
| XYZ | 66.82 | 62.59 | 46.1 | - |
| YUV | 209.08 | 105.38 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 169 | 0 | 0.23 | 0.33 | 0.01 | 18.8 | 0.93 | 0.83 |
| Hex | FC | C3 | A9 | 0 | 17 | 21 | 1 | 13 | 5D | 53 |
| Octal | 374 | 303 | 251 | 0 | 27 | 41 | 1 | 23 | 135 | 123 |
| Binary | 11111100 | 11000011 | 10101001 | 0 | 10111 | 100001 | 1 | 10011 | 1011101 | 1010011 |
Color Harmonies of #FCC3A9
Complementary color
Monochromatic Colors of #FCC3A9
Black with #FCC3A9
Text Example
Text Example
White with #FCC3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3A9; }
p { color: rgb(252,195,169); }
H1.HeaderClassName
{
color: #FCC3A9;
}
.AnyTagClassName
{
color: #FCC3A9;
}
</style>
background-color css
<style>
a { background-color: #FCC3A9; }
a { background-color: rgb(252,195,169); }
div.DivClassName
{
background-color: #FCC3A9;
}
.BgClassName
{
background-color: #FCC3A9;
}
</style>
border-color css
<style>
span { border-color: #FCC3A9; }
span { border-color: rgb(252,195,169); }
td.TdClassName
{
border-color: #FCC3A9;
}
.TagClassName
{
border-color: #FCC3A9;
}
</style>