Shades of Peach #FCC8A8
Tints of Peach #FCC8A8
RGB
CMYK
RGB Variations
Color information
#FCC8A8 (or 0xFCC8A8) is known color: Peach. HEX triplet: FC, C8 and A8. RGB value is (252,200,168). Sum of RGB (Red+Green+Blue) = 252+200+168=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 168 (66.02% from 255 or 27.10% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC8A8 is #033757. Grayscale: #D4D4D4. Windows color (decimal): -210776 or 11061500. OLE color: 11061500.
HSL color Cylindrical-coordinate representation of color #FCC8A8: hue angle of 22.86º 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 #FCC8A8 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 168 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.01 |
| HSL | 22.86º | 0.93% | 0.82% | - |
| HSV(B) | 22.86º | 0.33% | 0.99% | - |
| XYZ | 67.87 | 64.83 | 45.98 | - |
| YUV | 211.9 | 103.23 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 168 | 0 | 0.21 | 0.33 | 0.01 | 22.86 | 0.93 | 0.82 |
| Hex | FC | C8 | A8 | 0 | 15 | 21 | 1 | 17 | 5D | 52 |
| Octal | 374 | 310 | 250 | 0 | 25 | 41 | 1 | 27 | 135 | 122 |
| Binary | 11111100 | 11001000 | 10101000 | 0 | 10101 | 100001 | 1 | 10111 | 1011101 | 1010010 |
Color Harmonies of #FCC8A8
Complementary color
Monochromatic Colors of #FCC8A8
Black with #FCC8A8
Text Example
Text Example
White with #FCC8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8A8; }
p { color: rgb(252,200,168); }
H1.HeaderClassName
{
color: #FCC8A8;
}
.AnyTagClassName
{
color: #FCC8A8;
}
</style>
background-color css
<style>
a { background-color: #FCC8A8; }
a { background-color: rgb(252,200,168); }
div.DivClassName
{
background-color: #FCC8A8;
}
.BgClassName
{
background-color: #FCC8A8;
}
</style>
border-color css
<style>
span { border-color: #FCC8A8; }
span { border-color: rgb(252,200,168); }
td.TdClassName
{
border-color: #FCC8A8;
}
.TagClassName
{
border-color: #FCC8A8;
}
</style>