Shades of Peach #FFCAA3
Tints of Peach #FFCAA3
RGB
CMYK
RGB Variations
Color information
#FFCAA3 (or 0xFFCAA3) is known color: Peach. HEX triplet: FF, CA and A3. RGB value is (255,202,163). Sum of RGB (Red+Green+Blue) = 255+202+163=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 163 (64.06% from 255 or 26.29% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAA3 is #00355C. Grayscale: #D5D5D5. Windows color (decimal): -13661 or 10734335. OLE color: 10734335.
HSL color Cylindrical-coordinate representation of color #FFCAA3: hue angle of 25.43º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFCAA3 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 163 | - |
| CMYK | 0 | 0.21 | 0.36 | 0 |
| HSL | 25.43º | 1% | 0.82% | - |
| HSV(B) | 25.43º | 0.36% | 1% | - |
| XYZ | 68.97 | 66.15 | 43.78 | - |
| YUV | 213.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 163 | 0 | 0.21 | 0.36 | 0 | 25.43 | 1 | 0.82 |
| Hex | FF | CA | A3 | 0 | 15 | 24 | 0 | 19 | 64 | 52 |
| Octal | 377 | 312 | 243 | 0 | 25 | 44 | 0 | 31 | 144 | 122 |
| Binary | 11111111 | 11001010 | 10100011 | 0 | 10101 | 100100 | 0 | 11001 | 1100100 | 1010010 |
Color Harmonies of #FFCAA3
Complementary color
Monochromatic Colors of #FFCAA3
Black with #FFCAA3
Text Example
Text Example
White with #FFCAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAA3; }
p { color: rgb(255,202,163); }
H1.HeaderClassName
{
color: #FFCAA3;
}
.AnyTagClassName
{
color: #FFCAA3;
}
</style>
background-color css
<style>
a { background-color: #FFCAA3; }
a { background-color: rgb(255,202,163); }
div.DivClassName
{
background-color: #FFCAA3;
}
.BgClassName
{
background-color: #FFCAA3;
}
</style>
border-color css
<style>
span { border-color: #FFCAA3; }
span { border-color: rgb(255,202,163); }
td.TdClassName
{
border-color: #FFCAA3;
}
.TagClassName
{
border-color: #FFCAA3;
}
</style>