Shades of Peach #FFCCA9
Tints of Peach #FFCCA9
RGB
CMYK
RGB Variations
Color information
#FFCCA9 (or 0xFFCCA9) is known color: Peach. HEX triplet: FF, CC and A9. RGB value is (255,204,169). Sum of RGB (Red+Green+Blue) = 255+204+169=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 169 (66.41% from 255 or 26.91% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCA9 is #003356. Grayscale: #D7D7D7. Windows color (decimal): -13143 or 11128063. OLE color: 11128063.
HSL color Cylindrical-coordinate representation of color #FFCCA9: hue angle of 24.42º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFCCA9 is Cyan = 0, Magento = 0.2, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 169 | - |
| CMYK | 0 | 0.2 | 0.34 | 0 |
| HSL | 24.42º | 1% | 0.83% | - |
| HSV(B) | 24.42º | 0.34% | 1% | - |
| XYZ | 69.99 | 67.31 | 46.84 | - |
| YUV | 215.26 | 101.9 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 169 | 0 | 0.2 | 0.34 | 0 | 24.42 | 1 | 0.83 |
| Hex | FF | CC | A9 | 0 | 14 | 22 | 0 | 18 | 64 | 53 |
| Octal | 377 | 314 | 251 | 0 | 24 | 42 | 0 | 30 | 144 | 123 |
| Binary | 11111111 | 11001100 | 10101001 | 0 | 10100 | 100010 | 0 | 11000 | 1100100 | 1010011 |
Color Harmonies of #FFCCA9
Complementary color
Monochromatic Colors of #FFCCA9
Black with #FFCCA9
Text Example
Text Example
White with #FFCCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCA9; }
p { color: rgb(255,204,169); }
H1.HeaderClassName
{
color: #FFCCA9;
}
.AnyTagClassName
{
color: #FFCCA9;
}
</style>
background-color css
<style>
a { background-color: #FFCCA9; }
a { background-color: rgb(255,204,169); }
div.DivClassName
{
background-color: #FFCCA9;
}
.BgClassName
{
background-color: #FFCCA9;
}
</style>
border-color css
<style>
span { border-color: #FFCCA9; }
span { border-color: rgb(255,204,169); }
td.TdClassName
{
border-color: #FFCCA9;
}
.TagClassName
{
border-color: #FFCCA9;
}
</style>