Shades of Peach #FCCCA2
Tints of Peach #FCCCA2
RGB
CMYK
RGB Variations
Color information
#FCCCA2 (or 0xFCCCA2) is known color: Peach. HEX triplet: FC, CC and A2. RGB value is (252,204,162). Sum of RGB (Red+Green+Blue) = 252+204+162=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 162 (63.67% from 255 or 26.21% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCA2 is #03335D. Grayscale: #D5D5D5. Windows color (decimal): -209758 or 10669308. OLE color: 10669308.
HSL color Cylindrical-coordinate representation of color #FCCCA2: hue angle of 28º 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 #FCCCA2 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 204 | 162 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.01 |
| HSL | 28º | 0.94% | 0.81% | - |
| HSV(B) | 28º | 0.36% | 0.99% | - |
| XYZ | 68.26 | 66.49 | 43.42 | - |
| YUV | 213.56 | 98.9 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 204 | 162 | 0 | 0.19 | 0.36 | 0.01 | 28 | 0.94 | 0.81 |
| Hex | FC | CC | A2 | 0 | 13 | 24 | 1 | 1C | 5E | 51 |
| Octal | 374 | 314 | 242 | 0 | 23 | 44 | 1 | 34 | 136 | 121 |
| Binary | 11111100 | 11001100 | 10100010 | 0 | 10011 | 100100 | 1 | 11100 | 1011110 | 1010001 |
Color Harmonies of #FCCCA2
Complementary color
Monochromatic Colors of #FCCCA2
Black with #FCCCA2
Text Example
Text Example
White with #FCCCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCCA2; }
p { color: rgb(252,204,162); }
H1.HeaderClassName
{
color: #FCCCA2;
}
.AnyTagClassName
{
color: #FCCCA2;
}
</style>
background-color css
<style>
a { background-color: #FCCCA2; }
a { background-color: rgb(252,204,162); }
div.DivClassName
{
background-color: #FCCCA2;
}
.BgClassName
{
background-color: #FCCCA2;
}
</style>
border-color css
<style>
span { border-color: #FCCCA2; }
span { border-color: rgb(252,204,162); }
td.TdClassName
{
border-color: #FCCCA2;
}
.TagClassName
{
border-color: #FCCCA2;
}
</style>