Shades of Peach #FFCAAA
Tints of Peach #FFCAAA
RGB
CMYK
RGB Variations
Color information
#FFCAAA (or 0xFFCAAA) is known color: Peach. HEX triplet: FF, CA and AA. RGB value is (255,202,170). Sum of RGB (Red+Green+Blue) = 255+202+170=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAAA is #003555. Grayscale: #D6D6D6. Windows color (decimal): -13654 or 11193087. OLE color: 11193087.
HSL color Cylindrical-coordinate representation of color #FFCAAA: hue angle of 22.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFCAAA is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 170 | - |
| CMYK | 0 | 0.21 | 0.33 | 0 |
| HSL | 22.59º | 1% | 0.83% | - |
| HSV(B) | 22.59º | 0.33% | 1% | - |
| XYZ | 69.62 | 66.4 | 47.18 | - |
| YUV | 214.2 | 103.06 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 170 | 0 | 0.21 | 0.33 | 0 | 22.59 | 1 | 0.83 |
| Hex | FF | CA | AA | 0 | 15 | 21 | 0 | 17 | 64 | 53 |
| Octal | 377 | 312 | 252 | 0 | 25 | 41 | 0 | 27 | 144 | 123 |
| Binary | 11111111 | 11001010 | 10101010 | 0 | 10101 | 100001 | 0 | 10111 | 1100100 | 1010011 |
Color Harmonies of #FFCAAA
Complementary color
Monochromatic Colors of #FFCAAA
Black with #FFCAAA
Text Example
Text Example
White with #FFCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAAA; }
p { color: rgb(255,202,170); }
H1.HeaderClassName
{
color: #FFCAAA;
}
.AnyTagClassName
{
color: #FFCAAA;
}
</style>
background-color css
<style>
a { background-color: #FFCAAA; }
a { background-color: rgb(255,202,170); }
div.DivClassName
{
background-color: #FFCAAA;
}
.BgClassName
{
background-color: #FFCAAA;
}
</style>
border-color css
<style>
span { border-color: #FFCAAA; }
span { border-color: rgb(255,202,170); }
td.TdClassName
{
border-color: #FFCAAA;
}
.TagClassName
{
border-color: #FFCAAA;
}
</style>