Shades of Peach #FCCAA2
Tints of Peach #FCCAA2
RGB
CMYK
RGB Variations
Color information
#FCCAA2 (or 0xFCCAA2) is known color: Peach. HEX triplet: FC, CA and A2. RGB value is (252,202,162). Sum of RGB (Red+Green+Blue) = 252+202+162=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 162 (63.67% from 255 or 26.30% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAA2 is #03355D. Grayscale: #D4D4D4. Windows color (decimal): -210270 or 10668796. OLE color: 10668796.
HSL color Cylindrical-coordinate representation of color #FCCAA2: hue angle of 26.67º 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 #FCCAA2 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 162 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.01 |
| HSL | 26.67º | 0.94% | 0.81% | - |
| HSV(B) | 26.67º | 0.36% | 0.99% | - |
| XYZ | 67.79 | 65.55 | 43.26 | - |
| YUV | 212.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 162 | 0 | 0.20 | 0.36 | 0.01 | 26.67 | 0.94 | 0.81 |
| Hex | FC | CA | A2 | 0 | 14 | 24 | 1 | 1B | 5E | 51 |
| Octal | 374 | 312 | 242 | 0 | 24 | 44 | 1 | 33 | 136 | 121 |
| Binary | 11111100 | 11001010 | 10100010 | 0 | 10100 | 100100 | 1 | 11011 | 1011110 | 1010001 |
Color Harmonies of #FCCAA2
Complementary color
Monochromatic Colors of #FCCAA2
Black with #FCCAA2
Text Example
Text Example
White with #FCCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAA2; }
p { color: rgb(252,202,162); }
H1.HeaderClassName
{
color: #FCCAA2;
}
.AnyTagClassName
{
color: #FCCAA2;
}
</style>
background-color css
<style>
a { background-color: #FCCAA2; }
a { background-color: rgb(252,202,162); }
div.DivClassName
{
background-color: #FCCAA2;
}
.BgClassName
{
background-color: #FCCAA2;
}
</style>
border-color css
<style>
span { border-color: #FCCAA2; }
span { border-color: rgb(252,202,162); }
td.TdClassName
{
border-color: #FCCAA2;
}
.TagClassName
{
border-color: #FCCAA2;
}
</style>