Shades of Peach #FCCAA0
Tints of Peach #FCCAA0
RGB
CMYK
RGB Variations
Color information
#FCCAA0 (or 0xFCCAA0) is known color: Peach. HEX triplet: FC, CA and A0. RGB value is (252,202,160). Sum of RGB (Red+Green+Blue) = 252+202+160=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 160 (62.89% from 255 or 26.06% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAA0 is #03355F. Grayscale: #D4D4D4. Windows color (decimal): -210272 or 10537724. OLE color: 10537724.
HSL color Cylindrical-coordinate representation of color #FCCAA0: hue angle of 27.39º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCCAA0 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 160 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.01 |
| HSL | 27.39º | 0.94% | 0.81% | - |
| HSV(B) | 27.39º | 0.37% | 0.99% | - |
| XYZ | 67.61 | 65.47 | 42.33 | - |
| YUV | 212.16 | 98.57 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 160 | 0 | 0.20 | 0.37 | 0.01 | 27.39 | 0.94 | 0.81 |
| Hex | FC | CA | A0 | 0 | 14 | 25 | 1 | 1B | 5E | 51 |
| Octal | 374 | 312 | 240 | 0 | 24 | 45 | 1 | 33 | 136 | 121 |
| Binary | 11111100 | 11001010 | 10100000 | 0 | 10100 | 100101 | 1 | 11011 | 1011110 | 1010001 |
Color Harmonies of #FCCAA0
Complementary color
Monochromatic Colors of #FCCAA0
Black with #FCCAA0
Text Example
Text Example
White with #FCCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAA0; }
p { color: rgb(252,202,160); }
H1.HeaderClassName
{
color: #FCCAA0;
}
.AnyTagClassName
{
color: #FCCAA0;
}
</style>
background-color css
<style>
a { background-color: #FCCAA0; }
a { background-color: rgb(252,202,160); }
div.DivClassName
{
background-color: #FCCAA0;
}
.BgClassName
{
background-color: #FCCAA0;
}
</style>
border-color css
<style>
span { border-color: #FCCAA0; }
span { border-color: rgb(252,202,160); }
td.TdClassName
{
border-color: #FCCAA0;
}
.TagClassName
{
border-color: #FCCAA0;
}
</style>