Shades of Peach #FFC6AA
Tints of Peach #FFC6AA
RGB
CMYK
RGB Variations
Color information
#FFC6AA (or 0xFFC6AA) is known color: Peach. HEX triplet: FF, C6 and AA. RGB value is (255,198,170). Sum of RGB (Red+Green+Blue) = 255+198+170=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 198 (77.73% from 255 or 31.78% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6AA is #003955. Grayscale: #D4D4D4. Windows color (decimal): -14678 or 11192063. OLE color: 11192063.
HSL color Cylindrical-coordinate representation of color #FFC6AA: hue angle of 19.76º 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 #FFC6AA is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 170 | - |
| CMYK | 0 | 0.22 | 0.33 | 0 |
| HSL | 19.76º | 1% | 0.83% | - |
| HSV(B) | 19.76º | 0.33% | 1% | - |
| XYZ | 68.69 | 64.55 | 46.87 | - |
| YUV | 211.85 | 104.38 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 170 | 0 | 0.22 | 0.33 | 0 | 19.76 | 1 | 0.83 |
| Hex | FF | C6 | AA | 0 | 16 | 21 | 0 | 14 | 64 | 53 |
| Octal | 377 | 306 | 252 | 0 | 26 | 41 | 0 | 24 | 144 | 123 |
| Binary | 11111111 | 11000110 | 10101010 | 0 | 10110 | 100001 | 0 | 10100 | 1100100 | 1010011 |
Color Harmonies of #FFC6AA
Complementary color
Monochromatic Colors of #FFC6AA
Black with #FFC6AA
Text Example
Text Example
White with #FFC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6AA; }
p { color: rgb(255,198,170); }
H1.HeaderClassName
{
color: #FFC6AA;
}
.AnyTagClassName
{
color: #FFC6AA;
}
</style>
background-color css
<style>
a { background-color: #FFC6AA; }
a { background-color: rgb(255,198,170); }
div.DivClassName
{
background-color: #FFC6AA;
}
.BgClassName
{
background-color: #FFC6AA;
}
</style>
border-color css
<style>
span { border-color: #FFC6AA; }
span { border-color: rgb(255,198,170); }
td.TdClassName
{
border-color: #FFC6AA;
}
.TagClassName
{
border-color: #FFC6AA;
}
</style>