Shades of Peach #FFCAA6
Tints of Peach #FFCAA6
RGB
CMYK
RGB Variations
Color information
#FFCAA6 (or 0xFFCAA6) is known color: Peach. HEX triplet: FF, CA and A6. RGB value is (255,202,166). Sum of RGB (Red+Green+Blue) = 255+202+166=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 166 (65.23% from 255 or 26.65% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCAA6 is #003559. Grayscale: #D5D5D5. Windows color (decimal): -13658 or 10930943. OLE color: 10930943.
HSL color Cylindrical-coordinate representation of color #FFCAA6: hue angle of 24.27º 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 #FFCAA6 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 202 | 166 | - |
| CMYK | 0 | 0.21 | 0.35 | 0 |
| HSL | 24.27º | 1% | 0.83% | - |
| HSV(B) | 24.27º | 0.35% | 1% | - |
| XYZ | 69.24 | 66.25 | 45.22 | - |
| YUV | 213.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 202 | 166 | 0 | 0.21 | 0.35 | 0 | 24.27 | 1 | 0.83 |
| Hex | FF | CA | A6 | 0 | 15 | 23 | 0 | 18 | 64 | 53 |
| Octal | 377 | 312 | 246 | 0 | 25 | 43 | 0 | 30 | 144 | 123 |
| Binary | 11111111 | 11001010 | 10100110 | 0 | 10101 | 100011 | 0 | 11000 | 1100100 | 1010011 |
Color Harmonies of #FFCAA6
Complementary color
Monochromatic Colors of #FFCAA6
Black with #FFCAA6
Text Example
Text Example
White with #FFCAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCAA6; }
p { color: rgb(255,202,166); }
H1.HeaderClassName
{
color: #FFCAA6;
}
.AnyTagClassName
{
color: #FFCAA6;
}
</style>
background-color css
<style>
a { background-color: #FFCAA6; }
a { background-color: rgb(255,202,166); }
div.DivClassName
{
background-color: #FFCAA6;
}
.BgClassName
{
background-color: #FFCAA6;
}
</style>
border-color css
<style>
span { border-color: #FFCAA6; }
span { border-color: rgb(255,202,166); }
td.TdClassName
{
border-color: #FFCAA6;
}
.TagClassName
{
border-color: #FFCAA6;
}
</style>