Shades of Carnation Pink #FFA0C5
Tints of Carnation Pink #FFA0C5
RGB
CMYK
RGB Variations
Color information
#FFA0C5 (or 0xFFA0C5) is known color: Carnation Pink. HEX triplet: FF, A0 and C5. RGB value is (255,160,197). Sum of RGB (Red+Green+Blue) = 255+160+197=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0C5 is #005F3A. Grayscale: #C0C0C0. Windows color (decimal): -24379 or 12951807. OLE color: 12951807.
HSL color Cylindrical-coordinate representation of color #FFA0C5: hue angle of 336.63º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA0C5 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 197 | - |
| CMYK | 0 | 0.37 | 0.23 | 0 |
| HSL | 336.63º | 1% | 0.81% | - |
| HSV(B) | 336.63º | 0.37% | 1% | - |
| XYZ | 63.89 | 50.43 | 59.19 | - |
| YUV | 192.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 197 | 0 | 0.37 | 0.23 | 0 | 336.63 | 1 | 0.81 |
| Hex | FF | A0 | C5 | 0 | 25 | 17 | 0 | 151 | 64 | 51 |
| Octal | 377 | 240 | 305 | 0 | 45 | 27 | 0 | 521 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11000101 | 0 | 100101 | 10111 | 0 | 101010001 | 1100100 | 1010001 |
Color Harmonies of #FFA0C5
Complementary color
Monochromatic Colors of #FFA0C5
Black with #FFA0C5
Text Example
Text Example
White with #FFA0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0C5; }
p { color: rgb(255,160,197); }
H1.HeaderClassName
{
color: #FFA0C5;
}
.AnyTagClassName
{
color: #FFA0C5;
}
</style>
background-color css
<style>
a { background-color: #FFA0C5; }
a { background-color: rgb(255,160,197); }
div.DivClassName
{
background-color: #FFA0C5;
}
.BgClassName
{
background-color: #FFA0C5;
}
</style>
border-color css
<style>
span { border-color: #FFA0C5; }
span { border-color: rgb(255,160,197); }
td.TdClassName
{
border-color: #FFA0C5;
}
.TagClassName
{
border-color: #FFA0C5;
}
</style>