Shades of Peach #FFCAA2
Tints of Peach #FFCAA2
RGB
CMYK
RGB Variations
Color information
#FFCAA2 (or 0xFFCAA2) is known color: Peach. HEX triplet: FF, CA and A2. RGB value is (255,202,162). Sum of RGB (Red+Green+Blue) = 255+202+162=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 162 (63.67% from 255 or 26.17% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAA2 is #00355D. Grayscale: #D5D5D5. Windows color (decimal): -13662 or 10668799. OLE color: 10668799.
HSL color Cylindrical-coordinate representation of color #FFCAA2: hue angle of 25.81º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFCAA2 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 162 | - |
| CMYK | 0 | 0.21 | 0.36 | 0 |
| HSL | 25.81º | 1% | 0.82% | - |
| HSV(B) | 25.81º | 0.36% | 1% | - |
| XYZ | 68.88 | 66.11 | 43.31 | - |
| YUV | 213.29 | 99.06 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 162 | 0 | 0.21 | 0.36 | 0 | 25.81 | 1 | 0.82 |
| Hex | FF | CA | A2 | 0 | 15 | 24 | 0 | 1A | 64 | 52 |
| Octal | 377 | 312 | 242 | 0 | 25 | 44 | 0 | 32 | 144 | 122 |
| Binary | 11111111 | 11001010 | 10100010 | 0 | 10101 | 100100 | 0 | 11010 | 1100100 | 1010010 |
Color Harmonies of #FFCAA2
Complementary color
Monochromatic Colors of #FFCAA2
Black with #FFCAA2
Text Example
Text Example
White with #FFCAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAA2; }
p { color: rgb(255,202,162); }
H1.HeaderClassName
{
color: #FFCAA2;
}
.AnyTagClassName
{
color: #FFCAA2;
}
</style>
background-color css
<style>
a { background-color: #FFCAA2; }
a { background-color: rgb(255,202,162); }
div.DivClassName
{
background-color: #FFCAA2;
}
.BgClassName
{
background-color: #FFCAA2;
}
</style>
border-color css
<style>
span { border-color: #FFCAA2; }
span { border-color: rgb(255,202,162); }
td.TdClassName
{
border-color: #FFCAA2;
}
.TagClassName
{
border-color: #FFCAA2;
}
</style>