Shades of Peach #FCC3AA
Tints of Peach #FCC3AA
RGB
CMYK
RGB Variations
Color information
#FCC3AA (or 0xFCC3AA) is known color: Peach. HEX triplet: FC, C3 and AA. RGB value is (252,195,170). Sum of RGB (Red+Green+Blue) = 252+195+170=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC3AA is #033C55. Grayscale: #D1D1D1. Windows color (decimal): -212054 or 11191292. OLE color: 11191292.
HSL color Cylindrical-coordinate representation of color #FCC3AA: hue angle of 18.29º 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 #FCC3AA is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 170 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.01 |
| HSL | 18.29º | 0.93% | 0.83% | - |
| HSV(B) | 18.29º | 0.33% | 0.99% | - |
| XYZ | 66.92 | 62.63 | 46.59 | - |
| YUV | 209.19 | 105.88 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 170 | 0 | 0.23 | 0.33 | 0.01 | 18.29 | 0.93 | 0.83 |
| Hex | FC | C3 | AA | 0 | 17 | 21 | 1 | 12 | 5D | 53 |
| Octal | 374 | 303 | 252 | 0 | 27 | 41 | 1 | 22 | 135 | 123 |
| Binary | 11111100 | 11000011 | 10101010 | 0 | 10111 | 100001 | 1 | 10010 | 1011101 | 1010011 |
Color Harmonies of #FCC3AA
Complementary color
Monochromatic Colors of #FCC3AA
Black with #FCC3AA
Text Example
Text Example
White with #FCC3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3AA; }
p { color: rgb(252,195,170); }
H1.HeaderClassName
{
color: #FCC3AA;
}
.AnyTagClassName
{
color: #FCC3AA;
}
</style>
background-color css
<style>
a { background-color: #FCC3AA; }
a { background-color: rgb(252,195,170); }
div.DivClassName
{
background-color: #FCC3AA;
}
.BgClassName
{
background-color: #FCC3AA;
}
</style>
border-color css
<style>
span { border-color: #FCC3AA; }
span { border-color: rgb(252,195,170); }
td.TdClassName
{
border-color: #FCC3AA;
}
.TagClassName
{
border-color: #FCC3AA;
}
</style>