Shades of Peach #FCCCA1
Tints of Peach #FCCCA1
RGB
CMYK
RGB Variations
Color information
#FCCCA1 (or 0xFCCCA1) is known color: Peach. HEX triplet: FC, CC and A1. RGB value is (252,204,161). Sum of RGB (Red+Green+Blue) = 252+204+161=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCA1 is #03335E. Grayscale: #D5D5D5. Windows color (decimal): -209759 or 10603772. OLE color: 10603772.
HSL color Cylindrical-coordinate representation of color #FCCCA1: hue angle of 28.35º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCCCA1 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 161 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.01 |
| HSL | 28.35º | 0.94% | 0.81% | - |
| HSV(B) | 28.35º | 0.36% | 0.99% | - |
| XYZ | 68.17 | 66.45 | 42.95 | - |
| YUV | 213.45 | 98.4 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 161 | 0 | 0.19 | 0.36 | 0.01 | 28.35 | 0.94 | 0.81 |
| Hex | FC | CC | A1 | 0 | 13 | 24 | 1 | 1C | 5E | 51 |
| Octal | 374 | 314 | 241 | 0 | 23 | 44 | 1 | 34 | 136 | 121 |
| Binary | 11111100 | 11001100 | 10100001 | 0 | 10011 | 100100 | 1 | 11100 | 1011110 | 1010001 |
Color Harmonies of #FCCCA1
Complementary color
Monochromatic Colors of #FCCCA1
Black with #FCCCA1
Text Example
Text Example
White with #FCCCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCA1; }
p { color: rgb(252,204,161); }
H1.HeaderClassName
{
color: #FCCCA1;
}
.AnyTagClassName
{
color: #FCCCA1;
}
</style>
background-color css
<style>
a { background-color: #FCCCA1; }
a { background-color: rgb(252,204,161); }
div.DivClassName
{
background-color: #FCCCA1;
}
.BgClassName
{
background-color: #FCCCA1;
}
</style>
border-color css
<style>
span { border-color: #FCCCA1; }
span { border-color: rgb(252,204,161); }
td.TdClassName
{
border-color: #FCCCA1;
}
.TagClassName
{
border-color: #FCCCA1;
}
</style>