Shades of Peach #FCCAA5
Tints of Peach #FCCAA5
RGB
CMYK
RGB Variations
Color information
#FCCAA5 (or 0xFCCAA5) is known color: Peach. HEX triplet: FC, CA and A5. RGB value is (252,202,165). Sum of RGB (Red+Green+Blue) = 252+202+165=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 165 (64.84% from 255 or 26.66% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAA5 is #03355A. Grayscale: #D4D4D4. Windows color (decimal): -210267 or 10865404. OLE color: 10865404.
HSL color Cylindrical-coordinate representation of color #FCCAA5: hue angle of 25.52º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCCAA5 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 165 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.01 |
| HSL | 25.52º | 0.94% | 0.82% | - |
| HSV(B) | 25.52º | 0.35% | 0.99% | - |
| XYZ | 68.06 | 65.65 | 44.68 | - |
| YUV | 212.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 165 | 0 | 0.20 | 0.35 | 0.01 | 25.52 | 0.94 | 0.82 |
| Hex | FC | CA | A5 | 0 | 14 | 23 | 1 | 1A | 5E | 52 |
| Octal | 374 | 312 | 245 | 0 | 24 | 43 | 1 | 32 | 136 | 122 |
| Binary | 11111100 | 11001010 | 10100101 | 0 | 10100 | 100011 | 1 | 11010 | 1011110 | 1010010 |
Color Harmonies of #FCCAA5
Complementary color
Monochromatic Colors of #FCCAA5
Black with #FCCAA5
Text Example
Text Example
White with #FCCAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAA5; }
p { color: rgb(252,202,165); }
H1.HeaderClassName
{
color: #FCCAA5;
}
.AnyTagClassName
{
color: #FCCAA5;
}
</style>
background-color css
<style>
a { background-color: #FCCAA5; }
a { background-color: rgb(252,202,165); }
div.DivClassName
{
background-color: #FCCAA5;
}
.BgClassName
{
background-color: #FCCAA5;
}
</style>
border-color css
<style>
span { border-color: #FCCAA5; }
span { border-color: rgb(252,202,165); }
td.TdClassName
{
border-color: #FCCAA5;
}
.TagClassName
{
border-color: #FCCAA5;
}
</style>