Shades of Carnation Pink #FFA0C9
Tints of Carnation Pink #FFA0C9
RGB
CMYK
RGB Variations
Color information
#FFA0C9 (or 0xFFA0C9) is known color: Carnation Pink. HEX triplet: FF, A0 and C9. RGB value is (255,160,201). Sum of RGB (Red+Green+Blue) = 255+160+201=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0C9 is #005F36. Grayscale: #C1C1C1. Windows color (decimal): -24375 or 13213951. OLE color: 13213951.
HSL color Cylindrical-coordinate representation of color #FFA0C9: hue angle of 334.11º 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 #FFA0C9 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 201 | - |
| CMYK | 0 | 0.37 | 0.21 | 0 |
| HSL | 334.11º | 1% | 0.81% | - |
| HSV(B) | 334.11º | 0.37% | 1% | - |
| XYZ | 64.35 | 50.62 | 61.64 | - |
| YUV | 193.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 201 | 0 | 0.37 | 0.21 | 0 | 334.11 | 1 | 0.81 |
| Hex | FF | A0 | C9 | 0 | 25 | 15 | 0 | 14E | 64 | 51 |
| Octal | 377 | 240 | 311 | 0 | 45 | 25 | 0 | 516 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11001001 | 0 | 100101 | 10101 | 0 | 101001110 | 1100100 | 1010001 |
Color Harmonies of #FFA0C9
Complementary color
Monochromatic Colors of #FFA0C9
Black with #FFA0C9
Text Example
Text Example
White with #FFA0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0C9; }
p { color: rgb(255,160,201); }
H1.HeaderClassName
{
color: #FFA0C9;
}
.AnyTagClassName
{
color: #FFA0C9;
}
</style>
background-color css
<style>
a { background-color: #FFA0C9; }
a { background-color: rgb(255,160,201); }
div.DivClassName
{
background-color: #FFA0C9;
}
.BgClassName
{
background-color: #FFA0C9;
}
</style>
border-color css
<style>
span { border-color: #FFA0C9; }
span { border-color: rgb(255,160,201); }
td.TdClassName
{
border-color: #FFA0C9;
}
.TagClassName
{
border-color: #FFA0C9;
}
</style>