Shades of Peach #FCCCA3
Tints of Peach #FCCCA3
RGB
CMYK
RGB Variations
Color information
#FCCCA3 (or 0xFCCCA3) is known color: Peach. HEX triplet: FC, CC and A3. RGB value is (252,204,163). Sum of RGB (Red+Green+Blue) = 252+204+163=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 163 (64.06% from 255 or 26.33% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCA3 is #03335C. Grayscale: #D5D5D5. Windows color (decimal): -209757 or 10734844. OLE color: 10734844.
HSL color Cylindrical-coordinate representation of color #FCCCA3: hue angle of 27.64º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCCCA3 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 163 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.01 |
| HSL | 27.64º | 0.94% | 0.81% | - |
| HSV(B) | 27.64º | 0.35% | 0.99% | - |
| XYZ | 68.35 | 66.53 | 43.89 | - |
| YUV | 213.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 163 | 0 | 0.19 | 0.35 | 0.01 | 27.64 | 0.94 | 0.81 |
| Hex | FC | CC | A3 | 0 | 13 | 23 | 1 | 1C | 5E | 51 |
| Octal | 374 | 314 | 243 | 0 | 23 | 43 | 1 | 34 | 136 | 121 |
| Binary | 11111100 | 11001100 | 10100011 | 0 | 10011 | 100011 | 1 | 11100 | 1011110 | 1010001 |
Color Harmonies of #FCCCA3
Complementary color
Monochromatic Colors of #FCCCA3
Black with #FCCCA3
Text Example
Text Example
White with #FCCCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCA3; }
p { color: rgb(252,204,163); }
H1.HeaderClassName
{
color: #FCCCA3;
}
.AnyTagClassName
{
color: #FCCCA3;
}
</style>
background-color css
<style>
a { background-color: #FCCCA3; }
a { background-color: rgb(252,204,163); }
div.DivClassName
{
background-color: #FCCCA3;
}
.BgClassName
{
background-color: #FCCCA3;
}
</style>
border-color css
<style>
span { border-color: #FCCCA3; }
span { border-color: rgb(252,204,163); }
td.TdClassName
{
border-color: #FCCCA3;
}
.TagClassName
{
border-color: #FCCCA3;
}
</style>