Shades of Peach #FCC3A8
Tints of Peach #FCC3A8
RGB
CMYK
RGB Variations
Color information
#FCC3A8 (or 0xFCC3A8) is known color: Peach. HEX triplet: FC, C3 and A8. RGB value is (252,195,168). Sum of RGB (Red+Green+Blue) = 252+195+168=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 168 (66.02% from 255 or 27.32% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC3A8 is #033C57. Grayscale: #D1D1D1. Windows color (decimal): -212056 or 11060220. OLE color: 11060220.
HSL color Cylindrical-coordinate representation of color #FCC3A8: hue angle of 19.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCC3A8 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 168 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.01 |
| HSL | 19.29º | 0.93% | 0.82% | - |
| HSV(B) | 19.29º | 0.33% | 0.99% | - |
| XYZ | 66.73 | 62.55 | 45.6 | - |
| YUV | 208.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 168 | 0 | 0.23 | 0.33 | 0.01 | 19.29 | 0.93 | 0.82 |
| Hex | FC | C3 | A8 | 0 | 17 | 21 | 1 | 13 | 5D | 52 |
| Octal | 374 | 303 | 250 | 0 | 27 | 41 | 1 | 23 | 135 | 122 |
| Binary | 11111100 | 11000011 | 10101000 | 0 | 10111 | 100001 | 1 | 10011 | 1011101 | 1010010 |
Color Harmonies of #FCC3A8
Complementary color
Monochromatic Colors of #FCC3A8
Black with #FCC3A8
Text Example
Text Example
White with #FCC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC3A8; }
p { color: rgb(252,195,168); }
H1.HeaderClassName
{
color: #FCC3A8;
}
.AnyTagClassName
{
color: #FCC3A8;
}
</style>
background-color css
<style>
a { background-color: #FCC3A8; }
a { background-color: rgb(252,195,168); }
div.DivClassName
{
background-color: #FCC3A8;
}
.BgClassName
{
background-color: #FCC3A8;
}
</style>
border-color css
<style>
span { border-color: #FCC3A8; }
span { border-color: rgb(252,195,168); }
td.TdClassName
{
border-color: #FCC3A8;
}
.TagClassName
{
border-color: #FCC3A8;
}
</style>