Shades of Peach #FFC9A8
Tints of Peach #FFC9A8
RGB
CMYK
RGB Variations
Color information
#FFC9A8 (or 0xFFC9A8) is known color: Peach. HEX triplet: FF, C9 and A8. RGB value is (255,201,168). Sum of RGB (Red+Green+Blue) = 255+201+168=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9A8 is #003657. Grayscale: #D5D5D5. Windows color (decimal): -13912 or 11061759. OLE color: 11061759.
HSL color Cylindrical-coordinate representation of color #FFC9A8: hue angle of 22.76º 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 #FFC9A8 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 201 | 168 | - |
| CMYK | 0 | 0.21 | 0.34 | 0 |
| HSL | 22.76º | 1% | 0.83% | - |
| HSV(B) | 22.76º | 0.34% | 1% | - |
| XYZ | 69.19 | 65.86 | 46.11 | - |
| YUV | 213.38 | 102.39 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 201 | 168 | 0 | 0.21 | 0.34 | 0 | 22.76 | 1 | 0.83 |
| Hex | FF | C9 | A8 | 0 | 15 | 22 | 0 | 17 | 64 | 53 |
| Octal | 377 | 311 | 250 | 0 | 25 | 42 | 0 | 27 | 144 | 123 |
| Binary | 11111111 | 11001001 | 10101000 | 0 | 10101 | 100010 | 0 | 10111 | 1100100 | 1010011 |
Color Harmonies of #FFC9A8
Complementary color
Monochromatic Colors of #FFC9A8
Black with #FFC9A8
Text Example
Text Example
White with #FFC9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC9A8; }
p { color: rgb(255,201,168); }
H1.HeaderClassName
{
color: #FFC9A8;
}
.AnyTagClassName
{
color: #FFC9A8;
}
</style>
background-color css
<style>
a { background-color: #FFC9A8; }
a { background-color: rgb(255,201,168); }
div.DivClassName
{
background-color: #FFC9A8;
}
.BgClassName
{
background-color: #FFC9A8;
}
</style>
border-color css
<style>
span { border-color: #FFC9A8; }
span { border-color: rgb(255,201,168); }
td.TdClassName
{
border-color: #FFC9A8;
}
.TagClassName
{
border-color: #FFC9A8;
}
</style>