Shades of Peach #FCCFAA
Tints of Peach #FCCFAA
RGB
CMYK
RGB Variations
Color information
#FCCFAA (or 0xFCCFAA) is known color: Peach. HEX triplet: FC, CF and AA. RGB value is (252,207,170). Sum of RGB (Red+Green+Blue) = 252+207+170=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCFAA is #033055. Grayscale: #D8D8D8. Windows color (decimal): -208982 or 11194364. OLE color: 11194364.
HSL color Cylindrical-coordinate representation of color #FCCFAA: hue angle of 27.07º 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 #FCCFAA is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 170 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.01 |
| HSL | 27.07º | 0.93% | 0.83% | - |
| HSV(B) | 27.07º | 0.33% | 0.99% | - |
| XYZ | 69.71 | 68.22 | 47.52 | - |
| YUV | 216.24 | 101.91 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 170 | 0 | 0.18 | 0.33 | 0.01 | 27.07 | 0.93 | 0.83 |
| Hex | FC | CF | AA | 0 | 12 | 21 | 1 | 1B | 5D | 53 |
| Octal | 374 | 317 | 252 | 0 | 22 | 41 | 1 | 33 | 135 | 123 |
| Binary | 11111100 | 11001111 | 10101010 | 0 | 10010 | 100001 | 1 | 11011 | 1011101 | 1010011 |
Color Harmonies of #FCCFAA
Complementary color
Monochromatic Colors of #FCCFAA
Black with #FCCFAA
Text Example
Text Example
White with #FCCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFAA; }
p { color: rgb(252,207,170); }
H1.HeaderClassName
{
color: #FCCFAA;
}
.AnyTagClassName
{
color: #FCCFAA;
}
</style>
background-color css
<style>
a { background-color: #FCCFAA; }
a { background-color: rgb(252,207,170); }
div.DivClassName
{
background-color: #FCCFAA;
}
.BgClassName
{
background-color: #FCCFAA;
}
</style>
border-color css
<style>
span { border-color: #FCCFAA; }
span { border-color: rgb(252,207,170); }
td.TdClassName
{
border-color: #FCCFAA;
}
.TagClassName
{
border-color: #FCCFAA;
}
</style>