Shades of Peach #FFCAA8
Tints of Peach #FFCAA8
RGB
CMYK
RGB Variations
Color information
#FFCAA8 (or 0xFFCAA8) is known color: Peach. HEX triplet: FF, CA and A8. RGB value is (255,202,168). Sum of RGB (Red+Green+Blue) = 255+202+168=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 168 (66.02% from 255 or 26.88% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAA8 is #003557. Grayscale: #D6D6D6. Windows color (decimal): -13656 or 11062015. OLE color: 11062015.
HSL color Cylindrical-coordinate representation of color #FFCAA8: hue angle of 23.45º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFCAA8 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 168 | - |
| CMYK | 0 | 0.21 | 0.34 | 0 |
| HSL | 23.45º | 1% | 0.83% | - |
| HSV(B) | 23.45º | 0.34% | 1% | - |
| XYZ | 69.43 | 66.33 | 46.19 | - |
| YUV | 213.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 168 | 0 | 0.21 | 0.34 | 0 | 23.45 | 1 | 0.83 |
| Hex | FF | CA | A8 | 0 | 15 | 22 | 0 | 17 | 64 | 53 |
| Octal | 377 | 312 | 250 | 0 | 25 | 42 | 0 | 27 | 144 | 123 |
| Binary | 11111111 | 11001010 | 10101000 | 0 | 10101 | 100010 | 0 | 10111 | 1100100 | 1010011 |
Color Harmonies of #FFCAA8
Complementary color
Monochromatic Colors of #FFCAA8
Black with #FFCAA8
Text Example
Text Example
White with #FFCAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAA8; }
p { color: rgb(255,202,168); }
H1.HeaderClassName
{
color: #FFCAA8;
}
.AnyTagClassName
{
color: #FFCAA8;
}
</style>
background-color css
<style>
a { background-color: #FFCAA8; }
a { background-color: rgb(255,202,168); }
div.DivClassName
{
background-color: #FFCAA8;
}
.BgClassName
{
background-color: #FFCAA8;
}
</style>
border-color css
<style>
span { border-color: #FFCAA8; }
span { border-color: rgb(255,202,168); }
td.TdClassName
{
border-color: #FFCAA8;
}
.TagClassName
{
border-color: #FFCAA8;
}
</style>