Shades of Peach #FCCAAA
Tints of Peach #FCCAAA
RGB
CMYK
RGB Variations
Color information
#FCCAAA (or 0xFCCAAA) is known color: Peach. HEX triplet: FC, CA and AA. RGB value is (252,202,170). Sum of RGB (Red+Green+Blue) = 252+202+170=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAAA is #033555. Grayscale: #D5D5D5. Windows color (decimal): -210262 or 11193084. OLE color: 11193084.
HSL color Cylindrical-coordinate representation of color #FCCAAA: hue angle of 23.41º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCCAAA is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 202 | 170 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.01 |
| HSL | 23.41º | 0.93% | 0.83% | - |
| HSV(B) | 23.41º | 0.33% | 0.99% | - |
| XYZ | 68.52 | 65.84 | 47.13 | - |
| YUV | 213.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 202 | 170 | 0 | 0.20 | 0.33 | 0.01 | 23.41 | 0.93 | 0.83 |
| Hex | FC | CA | AA | 0 | 14 | 21 | 1 | 17 | 5D | 53 |
| Octal | 374 | 312 | 252 | 0 | 24 | 41 | 1 | 27 | 135 | 123 |
| Binary | 11111100 | 11001010 | 10101010 | 0 | 10100 | 100001 | 1 | 10111 | 1011101 | 1010011 |
Color Harmonies of #FCCAAA
Complementary color
Monochromatic Colors of #FCCAAA
Black with #FCCAAA
Text Example
Text Example
White with #FCCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCAAA; }
p { color: rgb(252,202,170); }
H1.HeaderClassName
{
color: #FCCAAA;
}
.AnyTagClassName
{
color: #FCCAAA;
}
</style>
background-color css
<style>
a { background-color: #FCCAAA; }
a { background-color: rgb(252,202,170); }
div.DivClassName
{
background-color: #FCCAAA;
}
.BgClassName
{
background-color: #FCCAAA;
}
</style>
border-color css
<style>
span { border-color: #FCCAAA; }
span { border-color: rgb(252,202,170); }
td.TdClassName
{
border-color: #FCCAAA;
}
.TagClassName
{
border-color: #FCCAAA;
}
</style>