Shades of Peach #FCC6A7
Tints of Peach #FCC6A7
RGB
CMYK
RGB Variations
Color information
#FCC6A7 (or 0xFCC6A7) is known color: Peach. HEX triplet: FC, C6 and A7. RGB value is (252,198,167). Sum of RGB (Red+Green+Blue) = 252+198+167=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 167 (65.62% from 255 or 27.07% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC6A7 is #033958. Grayscale: #D2D2D2. Windows color (decimal): -211289 or 10995452. OLE color: 10995452.
HSL color Cylindrical-coordinate representation of color #FCC6A7: hue angle of 21.88º 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 #FCC6A7 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 167 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.01 |
| HSL | 21.88º | 0.93% | 0.82% | - |
| HSV(B) | 21.88º | 0.34% | 0.99% | - |
| XYZ | 67.31 | 63.87 | 45.34 | - |
| YUV | 210.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 167 | 0 | 0.21 | 0.34 | 0.01 | 21.88 | 0.93 | 0.82 |
| Hex | FC | C6 | A7 | 0 | 15 | 22 | 1 | 16 | 5D | 52 |
| Octal | 374 | 306 | 247 | 0 | 25 | 42 | 1 | 26 | 135 | 122 |
| Binary | 11111100 | 11000110 | 10100111 | 0 | 10101 | 100010 | 1 | 10110 | 1011101 | 1010010 |
Color Harmonies of #FCC6A7
Complementary color
Monochromatic Colors of #FCC6A7
Black with #FCC6A7
Text Example
Text Example
White with #FCC6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6A7; }
p { color: rgb(252,198,167); }
H1.HeaderClassName
{
color: #FCC6A7;
}
.AnyTagClassName
{
color: #FCC6A7;
}
</style>
background-color css
<style>
a { background-color: #FCC6A7; }
a { background-color: rgb(252,198,167); }
div.DivClassName
{
background-color: #FCC6A7;
}
.BgClassName
{
background-color: #FCC6A7;
}
</style>
border-color css
<style>
span { border-color: #FCC6A7; }
span { border-color: rgb(252,198,167); }
td.TdClassName
{
border-color: #FCC6A7;
}
.TagClassName
{
border-color: #FCC6A7;
}
</style>