Shades of Peach #FFCCAA
Tints of Peach #FFCCAA
RGB
CMYK
RGB Variations
Color information
#FFCCAA (or 0xFFCCAA) is known color: Peach. HEX triplet: FF, CC and AA. RGB value is (255,204,170). Sum of RGB (Red+Green+Blue) = 255+204+170=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCAA is #003355. Grayscale: #D7D7D7. Windows color (decimal): -13142 or 11193599. OLE color: 11193599.
HSL color Cylindrical-coordinate representation of color #FFCCAA: hue angle of 24º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFCCAA is Cyan = 0, Magento = 0.2, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 170 | - |
| CMYK | 0 | 0.2 | 0.33 | 0 |
| HSL | 24º | 1% | 0.83% | - |
| HSV(B) | 24º | 0.33% | 1% | - |
| XYZ | 70.09 | 67.35 | 47.34 | - |
| YUV | 215.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 170 | 0 | 0.2 | 0.33 | 0 | 24 | 1 | 0.83 |
| Hex | FF | CC | AA | 0 | 14 | 21 | 0 | 18 | 64 | 53 |
| Octal | 377 | 314 | 252 | 0 | 24 | 41 | 0 | 30 | 144 | 123 |
| Binary | 11111111 | 11001100 | 10101010 | 0 | 10100 | 100001 | 0 | 11000 | 1100100 | 1010011 |
Color Harmonies of #FFCCAA
Complementary color
Monochromatic Colors of #FFCCAA
Black with #FFCCAA
Text Example
Text Example
White with #FFCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCAA; }
p { color: rgb(255,204,170); }
H1.HeaderClassName
{
color: #FFCCAA;
}
.AnyTagClassName
{
color: #FFCCAA;
}
</style>
background-color css
<style>
a { background-color: #FFCCAA; }
a { background-color: rgb(255,204,170); }
div.DivClassName
{
background-color: #FFCCAA;
}
.BgClassName
{
background-color: #FFCCAA;
}
</style>
border-color css
<style>
span { border-color: #FFCCAA; }
span { border-color: rgb(255,204,170); }
td.TdClassName
{
border-color: #FFCCAA;
}
.TagClassName
{
border-color: #FFCCAA;
}
</style>