Shades of Peach #FFCCA1
Tints of Peach #FFCCA1
RGB
CMYK
RGB Variations
Color information
#FFCCA1 (or 0xFFCCA1) is known color: Peach. HEX triplet: FF, CC and A1. RGB value is (255,204,161). Sum of RGB (Red+Green+Blue) = 255+204+161=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 161 (63.28% from 255 or 25.97% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCA1 is #00335E. Grayscale: #D6D6D6. Windows color (decimal): -13151 or 10603775. OLE color: 10603775.
HSL color Cylindrical-coordinate representation of color #FFCCA1: hue angle of 27.45º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFCCA1 is Cyan = 0, Magento = 0.2, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 161 | - |
| CMYK | 0 | 0.2 | 0.37 | 0 |
| HSL | 27.45º | 1% | 0.82% | - |
| HSV(B) | 27.45º | 0.37% | 1% | - |
| XYZ | 69.27 | 67.02 | 43 | - |
| YUV | 214.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 161 | 0 | 0.2 | 0.37 | 0 | 27.45 | 1 | 0.82 |
| Hex | FF | CC | A1 | 0 | 14 | 25 | 0 | 1B | 64 | 52 |
| Octal | 377 | 314 | 241 | 0 | 24 | 45 | 0 | 33 | 144 | 122 |
| Binary | 11111111 | 11001100 | 10100001 | 0 | 10100 | 100101 | 0 | 11011 | 1100100 | 1010010 |
Color Harmonies of #FFCCA1
Complementary color
Monochromatic Colors of #FFCCA1
Black with #FFCCA1
Text Example
Text Example
White with #FFCCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCA1; }
p { color: rgb(255,204,161); }
H1.HeaderClassName
{
color: #FFCCA1;
}
.AnyTagClassName
{
color: #FFCCA1;
}
</style>
background-color css
<style>
a { background-color: #FFCCA1; }
a { background-color: rgb(255,204,161); }
div.DivClassName
{
background-color: #FFCCA1;
}
.BgClassName
{
background-color: #FFCCA1;
}
</style>
border-color css
<style>
span { border-color: #FFCCA1; }
span { border-color: rgb(255,204,161); }
td.TdClassName
{
border-color: #FFCCA1;
}
.TagClassName
{
border-color: #FFCCA1;
}
</style>