Shades of Peach #FCCEA7
Tints of Peach #FCCEA7
RGB
CMYK
RGB Variations
Color information
#FCCEA7 (or 0xFCCEA7) is known color: Peach. HEX triplet: FC, CE and A7. RGB value is (252,206,167). Sum of RGB (Red+Green+Blue) = 252+206+167=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 167 (65.62% from 255 or 26.72% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCEA7 is #033158. Grayscale: #D7D7D7. Windows color (decimal): -209241 or 10997500. OLE color: 10997500.
HSL color Cylindrical-coordinate representation of color #FCCEA7: hue angle of 27.53º 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 #FCCEA7 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 206 | 167 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.01 |
| HSL | 27.53º | 0.93% | 0.82% | - |
| HSV(B) | 27.53º | 0.34% | 0.99% | - |
| XYZ | 69.19 | 67.63 | 45.97 | - |
| YUV | 215.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 206 | 167 | 0 | 0.18 | 0.34 | 0.01 | 27.53 | 0.93 | 0.82 |
| Hex | FC | CE | A7 | 0 | 12 | 22 | 1 | 1C | 5D | 52 |
| Octal | 374 | 316 | 247 | 0 | 22 | 42 | 1 | 34 | 135 | 122 |
| Binary | 11111100 | 11001110 | 10100111 | 0 | 10010 | 100010 | 1 | 11100 | 1011101 | 1010010 |
Color Harmonies of #FCCEA7
Complementary color
Monochromatic Colors of #FCCEA7
Black with #FCCEA7
Text Example
Text Example
White with #FCCEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEA7; }
p { color: rgb(252,206,167); }
H1.HeaderClassName
{
color: #FCCEA7;
}
.AnyTagClassName
{
color: #FCCEA7;
}
</style>
background-color css
<style>
a { background-color: #FCCEA7; }
a { background-color: rgb(252,206,167); }
div.DivClassName
{
background-color: #FCCEA7;
}
.BgClassName
{
background-color: #FCCEA7;
}
</style>
border-color css
<style>
span { border-color: #FCCEA7; }
span { border-color: rgb(252,206,167); }
td.TdClassName
{
border-color: #FCCEA7;
}
.TagClassName
{
border-color: #FCCEA7;
}
</style>