Shades of Peach #FFCAA7
Tints of Peach #FFCAA7
RGB
CMYK
RGB Variations
Color information
#FFCAA7 (or 0xFFCAA7) is known color: Peach. HEX triplet: FF, CA and A7. RGB value is (255,202,167). Sum of RGB (Red+Green+Blue) = 255+202+167=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 167 (65.62% from 255 or 26.76% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAA7 is #003558. Grayscale: #D6D6D6. Windows color (decimal): -13657 or 10996479. OLE color: 10996479.
HSL color Cylindrical-coordinate representation of color #FFCAA7: hue angle of 23.86º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFCAA7 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 167 | - |
| CMYK | 0 | 0.21 | 0.35 | 0 |
| HSL | 23.86º | 1% | 0.83% | - |
| HSV(B) | 23.86º | 0.35% | 1% | - |
| XYZ | 69.34 | 66.29 | 45.7 | - |
| YUV | 213.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 167 | 0 | 0.21 | 0.35 | 0 | 23.86 | 1 | 0.83 |
| Hex | FF | CA | A7 | 0 | 15 | 23 | 0 | 18 | 64 | 53 |
| Octal | 377 | 312 | 247 | 0 | 25 | 43 | 0 | 30 | 144 | 123 |
| Binary | 11111111 | 11001010 | 10100111 | 0 | 10101 | 100011 | 0 | 11000 | 1100100 | 1010011 |
Color Harmonies of #FFCAA7
Complementary color
Monochromatic Colors of #FFCAA7
Black with #FFCAA7
Text Example
Text Example
White with #FFCAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAA7; }
p { color: rgb(255,202,167); }
H1.HeaderClassName
{
color: #FFCAA7;
}
.AnyTagClassName
{
color: #FFCAA7;
}
</style>
background-color css
<style>
a { background-color: #FFCAA7; }
a { background-color: rgb(255,202,167); }
div.DivClassName
{
background-color: #FFCAA7;
}
.BgClassName
{
background-color: #FFCAA7;
}
</style>
border-color css
<style>
span { border-color: #FFCAA7; }
span { border-color: rgb(255,202,167); }
td.TdClassName
{
border-color: #FFCAA7;
}
.TagClassName
{
border-color: #FFCAA7;
}
</style>