Shades of Peach #FCC4A8
Tints of Peach #FCC4A8
RGB
CMYK
RGB Variations
Color information
#FCC4A8 (or 0xFCC4A8) is known color: Peach. HEX triplet: FC, C4 and A8. RGB value is (252,196,168). Sum of RGB (Red+Green+Blue) = 252+196+168=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 196 (76.95% from 255 or 31.82% from 616); Blue value is 168 (66.02% from 255 or 27.27% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC4A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC4A8 is #033B57. Grayscale: #D1D1D1. Windows color (decimal): -211800 or 11060476. OLE color: 11060476.
HSL color Cylindrical-coordinate representation of color #FCC4A8: hue angle of 20º 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 #FCC4A8 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 196 | 168 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.01 |
| HSL | 20º | 0.93% | 0.82% | - |
| HSV(B) | 20º | 0.33% | 0.99% | - |
| XYZ | 66.95 | 63 | 45.68 | - |
| YUV | 209.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 196 | 168 | 0 | 0.22 | 0.33 | 0.01 | 20 | 0.93 | 0.82 |
| Hex | FC | C4 | A8 | 0 | 16 | 21 | 1 | 14 | 5D | 52 |
| Octal | 374 | 304 | 250 | 0 | 26 | 41 | 1 | 24 | 135 | 122 |
| Binary | 11111100 | 11000100 | 10101000 | 0 | 10110 | 100001 | 1 | 10100 | 1011101 | 1010010 |
Color Harmonies of #FCC4A8
Complementary color
Monochromatic Colors of #FCC4A8
Black with #FCC4A8
Text Example
Text Example
White with #FCC4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC4A8; }
p { color: rgb(252,196,168); }
H1.HeaderClassName
{
color: #FCC4A8;
}
.AnyTagClassName
{
color: #FCC4A8;
}
</style>
background-color css
<style>
a { background-color: #FCC4A8; }
a { background-color: rgb(252,196,168); }
div.DivClassName
{
background-color: #FCC4A8;
}
.BgClassName
{
background-color: #FCC4A8;
}
</style>
border-color css
<style>
span { border-color: #FCC4A8; }
span { border-color: rgb(252,196,168); }
td.TdClassName
{
border-color: #FCC4A8;
}
.TagClassName
{
border-color: #FCC4A8;
}
</style>