Shades of Peach #FFCAA5
Tints of Peach #FFCAA5
RGB
CMYK
RGB Variations
Color information
#FFCAA5 (or 0xFFCAA5) is known color: Peach. HEX triplet: FF, CA and A5. RGB value is (255,202,165). Sum of RGB (Red+Green+Blue) = 255+202+165=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 165 (64.84% from 255 or 26.53% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAA5 is #00355A. Grayscale: #D5D5D5. Windows color (decimal): -13659 or 10865407. OLE color: 10865407.
HSL color Cylindrical-coordinate representation of color #FFCAA5: hue angle of 24.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFCAA5 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 165 | - |
| CMYK | 0 | 0.21 | 0.35 | 0 |
| HSL | 24.67º | 1% | 0.82% | - |
| HSV(B) | 24.67º | 0.35% | 1% | - |
| XYZ | 69.15 | 66.22 | 44.73 | - |
| YUV | 213.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 165 | 0 | 0.21 | 0.35 | 0 | 24.67 | 1 | 0.82 |
| Hex | FF | CA | A5 | 0 | 15 | 23 | 0 | 19 | 64 | 52 |
| Octal | 377 | 312 | 245 | 0 | 25 | 43 | 0 | 31 | 144 | 122 |
| Binary | 11111111 | 11001010 | 10100101 | 0 | 10101 | 100011 | 0 | 11001 | 1100100 | 1010010 |
Color Harmonies of #FFCAA5
Complementary color
Monochromatic Colors of #FFCAA5
Black with #FFCAA5
Text Example
Text Example
White with #FFCAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAA5; }
p { color: rgb(255,202,165); }
H1.HeaderClassName
{
color: #FFCAA5;
}
.AnyTagClassName
{
color: #FFCAA5;
}
</style>
background-color css
<style>
a { background-color: #FFCAA5; }
a { background-color: rgb(255,202,165); }
div.DivClassName
{
background-color: #FFCAA5;
}
.BgClassName
{
background-color: #FFCAA5;
}
</style>
border-color css
<style>
span { border-color: #FFCAA5; }
span { border-color: rgb(255,202,165); }
td.TdClassName
{
border-color: #FFCAA5;
}
.TagClassName
{
border-color: #FFCAA5;
}
</style>