Shades of Peach #FFCAA0
Tints of Peach #FFCAA0
RGB
CMYK
RGB Variations
Color information
#FFCAA0 (or 0xFFCAA0) is known color: Peach. HEX triplet: FF, CA and A0. RGB value is (255,202,160). Sum of RGB (Red+Green+Blue) = 255+202+160=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAA0 is #00355F. Grayscale: #D5D5D5. Windows color (decimal): -13664 or 10537727. OLE color: 10537727.
HSL color Cylindrical-coordinate representation of color #FFCAA0: hue angle of 26.53º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFCAA0 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 160 | - |
| CMYK | 0 | 0.21 | 0.37 | 0 |
| HSL | 26.53º | 1% | 0.81% | - |
| HSV(B) | 26.53º | 0.37% | 1% | - |
| XYZ | 68.71 | 66.04 | 42.38 | - |
| YUV | 213.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 160 | 0 | 0.21 | 0.37 | 0 | 26.53 | 1 | 0.81 |
| Hex | FF | CA | A0 | 0 | 15 | 25 | 0 | 1B | 64 | 51 |
| Octal | 377 | 312 | 240 | 0 | 25 | 45 | 0 | 33 | 144 | 121 |
| Binary | 11111111 | 11001010 | 10100000 | 0 | 10101 | 100101 | 0 | 11011 | 1100100 | 1010001 |
Color Harmonies of #FFCAA0
Complementary color
Monochromatic Colors of #FFCAA0
Black with #FFCAA0
Text Example
Text Example
White with #FFCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAA0; }
p { color: rgb(255,202,160); }
H1.HeaderClassName
{
color: #FFCAA0;
}
.AnyTagClassName
{
color: #FFCAA0;
}
</style>
background-color css
<style>
a { background-color: #FFCAA0; }
a { background-color: rgb(255,202,160); }
div.DivClassName
{
background-color: #FFCAA0;
}
.BgClassName
{
background-color: #FFCAA0;
}
</style>
border-color css
<style>
span { border-color: #FFCAA0; }
span { border-color: rgb(255,202,160); }
td.TdClassName
{
border-color: #FFCAA0;
}
.TagClassName
{
border-color: #FFCAA0;
}
</style>