Shades of Peach #FFCAA1
Tints of Peach #FFCAA1
RGB
CMYK
RGB Variations
Color information
#FFCAA1 (or 0xFFCAA1) is known color: Peach. HEX triplet: FF, CA and A1. RGB value is (255,202,161). Sum of RGB (Red+Green+Blue) = 255+202+161=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAA1 is #00355E. Grayscale: #D5D5D5. Windows color (decimal): -13663 or 10603263. OLE color: 10603263.
HSL color Cylindrical-coordinate representation of color #FFCAA1: hue angle of 26.17º 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 #FFCAA1 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 161 | - |
| CMYK | 0 | 0.21 | 0.37 | 0 |
| HSL | 26.17º | 1% | 0.82% | - |
| HSV(B) | 26.17º | 0.37% | 1% | - |
| XYZ | 68.79 | 66.07 | 42.85 | - |
| YUV | 213.17 | 98.56 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 161 | 0 | 0.21 | 0.37 | 0 | 26.17 | 1 | 0.82 |
| Hex | FF | CA | A1 | 0 | 15 | 25 | 0 | 1A | 64 | 52 |
| Octal | 377 | 312 | 241 | 0 | 25 | 45 | 0 | 32 | 144 | 122 |
| Binary | 11111111 | 11001010 | 10100001 | 0 | 10101 | 100101 | 0 | 11010 | 1100100 | 1010010 |
Color Harmonies of #FFCAA1
Complementary color
Monochromatic Colors of #FFCAA1
Black with #FFCAA1
Text Example
Text Example
White with #FFCAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAA1; }
p { color: rgb(255,202,161); }
H1.HeaderClassName
{
color: #FFCAA1;
}
.AnyTagClassName
{
color: #FFCAA1;
}
</style>
background-color css
<style>
a { background-color: #FFCAA1; }
a { background-color: rgb(255,202,161); }
div.DivClassName
{
background-color: #FFCAA1;
}
.BgClassName
{
background-color: #FFCAA1;
}
</style>
border-color css
<style>
span { border-color: #FFCAA1; }
span { border-color: rgb(255,202,161); }
td.TdClassName
{
border-color: #FFCAA1;
}
.TagClassName
{
border-color: #FFCAA1;
}
</style>