Shades of Peach #FCC8A6
Tints of Peach #FCC8A6
RGB
CMYK
RGB Variations
Color information
#FCC8A6 (or 0xFCC8A6) is known color: Peach. HEX triplet: FC, C8 and A6. RGB value is (252,200,166). Sum of RGB (Red+Green+Blue) = 252+200+166=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 166 (65.23% from 255 or 26.86% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC8A6 is #033759. Grayscale: #D3D3D3. Windows color (decimal): -210778 or 10930428. OLE color: 10930428.
HSL color Cylindrical-coordinate representation of color #FCC8A6: hue angle of 23.72º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCC8A6 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 166 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.01 |
| HSL | 23.72º | 0.93% | 0.82% | - |
| HSV(B) | 23.72º | 0.34% | 0.99% | - |
| XYZ | 67.68 | 64.76 | 45.01 | - |
| YUV | 211.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 166 | 0 | 0.21 | 0.34 | 0.01 | 23.72 | 0.93 | 0.82 |
| Hex | FC | C8 | A6 | 0 | 15 | 22 | 1 | 18 | 5D | 52 |
| Octal | 374 | 310 | 246 | 0 | 25 | 42 | 1 | 30 | 135 | 122 |
| Binary | 11111100 | 11001000 | 10100110 | 0 | 10101 | 100010 | 1 | 11000 | 1011101 | 1010010 |
Color Harmonies of #FCC8A6
Complementary color
Monochromatic Colors of #FCC8A6
Black with #FCC8A6
Text Example
Text Example
White with #FCC8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8A6; }
p { color: rgb(252,200,166); }
H1.HeaderClassName
{
color: #FCC8A6;
}
.AnyTagClassName
{
color: #FCC8A6;
}
</style>
background-color css
<style>
a { background-color: #FCC8A6; }
a { background-color: rgb(252,200,166); }
div.DivClassName
{
background-color: #FCC8A6;
}
.BgClassName
{
background-color: #FCC8A6;
}
</style>
border-color css
<style>
span { border-color: #FCC8A6; }
span { border-color: rgb(252,200,166); }
td.TdClassName
{
border-color: #FCC8A6;
}
.TagClassName
{
border-color: #FCC8A6;
}
</style>