Shades of Peach #FCC9A7
Tints of Peach #FCC9A7
RGB
CMYK
RGB Variations
Color information
#FCC9A7 (or 0xFCC9A7) is known color: Peach. HEX triplet: FC, C9 and A7. RGB value is (252,201,167). Sum of RGB (Red+Green+Blue) = 252+201+167=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 167 (65.62% from 255 or 26.94% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC9A7 is #033658. Grayscale: #D4D4D4. Windows color (decimal): -210521 or 10996220. OLE color: 10996220.
HSL color Cylindrical-coordinate representation of color #FCC9A7: hue angle of 24º 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 #FCC9A7 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 167 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.01 |
| HSL | 24º | 0.93% | 0.82% | - |
| HSV(B) | 24º | 0.34% | 0.99% | - |
| XYZ | 68.01 | 65.26 | 45.57 | - |
| YUV | 212.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 167 | 0 | 0.20 | 0.34 | 0.01 | 24 | 0.93 | 0.82 |
| Hex | FC | C9 | A7 | 0 | 14 | 22 | 1 | 18 | 5D | 52 |
| Octal | 374 | 311 | 247 | 0 | 24 | 42 | 1 | 30 | 135 | 122 |
| Binary | 11111100 | 11001001 | 10100111 | 0 | 10100 | 100010 | 1 | 11000 | 1011101 | 1010010 |
Color Harmonies of #FCC9A7
Complementary color
Monochromatic Colors of #FCC9A7
Black with #FCC9A7
Text Example
Text Example
White with #FCC9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9A7; }
p { color: rgb(252,201,167); }
H1.HeaderClassName
{
color: #FCC9A7;
}
.AnyTagClassName
{
color: #FCC9A7;
}
</style>
background-color css
<style>
a { background-color: #FCC9A7; }
a { background-color: rgb(252,201,167); }
div.DivClassName
{
background-color: #FCC9A7;
}
.BgClassName
{
background-color: #FCC9A7;
}
</style>
border-color css
<style>
span { border-color: #FCC9A7; }
span { border-color: rgb(252,201,167); }
td.TdClassName
{
border-color: #FCC9A7;
}
.TagClassName
{
border-color: #FCC9A7;
}
</style>