Shades of Carnation Pink #FFA0C6
Tints of Carnation Pink #FFA0C6
RGB
CMYK
RGB Variations
Color information
#FFA0C6 (or 0xFFA0C6) is known color: Carnation Pink. HEX triplet: FF, A0 and C6. RGB value is (255,160,198). Sum of RGB (Red+Green+Blue) = 255+160+198=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 198 (77.73% from 255 or 32.30% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0C6 is #005F39. Grayscale: #C0C0C0. Windows color (decimal): -24378 or 13017343. OLE color: 13017343.
HSL color Cylindrical-coordinate representation of color #FFA0C6: hue angle of 336º 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 #FFA0C6 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 198 | - |
| CMYK | 0 | 0.37 | 0.22 | 0 |
| HSL | 336º | 1% | 0.81% | - |
| HSV(B) | 336º | 0.37% | 1% | - |
| XYZ | 64 | 50.48 | 59.8 | - |
| YUV | 192.74 | 130.97 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 198 | 0 | 0.37 | 0.22 | 0 | 336 | 1 | 0.81 |
| Hex | FF | A0 | C6 | 0 | 25 | 16 | 0 | 150 | 64 | 51 |
| Octal | 377 | 240 | 306 | 0 | 45 | 26 | 0 | 520 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11000110 | 0 | 100101 | 10110 | 0 | 101010000 | 1100100 | 1010001 |
Color Harmonies of #FFA0C6
Complementary color
Monochromatic Colors of #FFA0C6
Black with #FFA0C6
Text Example
Text Example
White with #FFA0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0C6; }
p { color: rgb(255,160,198); }
H1.HeaderClassName
{
color: #FFA0C6;
}
.AnyTagClassName
{
color: #FFA0C6;
}
</style>
background-color css
<style>
a { background-color: #FFA0C6; }
a { background-color: rgb(255,160,198); }
div.DivClassName
{
background-color: #FFA0C6;
}
.BgClassName
{
background-color: #FFA0C6;
}
</style>
border-color css
<style>
span { border-color: #FFA0C6; }
span { border-color: rgb(255,160,198); }
td.TdClassName
{
border-color: #FFA0C6;
}
.TagClassName
{
border-color: #FFA0C6;
}
</style>