Shades of Carnation Pink #FFA0CE
Tints of Carnation Pink #FFA0CE
RGB
CMYK
RGB Variations
Color information
#FFA0CE (or 0xFFA0CE) is known color: Carnation Pink. HEX triplet: FF, A0 and CE. RGB value is (255,160,206). Sum of RGB (Red+Green+Blue) = 255+160+206=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0CE is #005F31. Grayscale: #C1C1C1. Windows color (decimal): -24370 or 13541631. OLE color: 13541631.
HSL color Cylindrical-coordinate representation of color #FFA0CE: hue angle of 330.95º 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 #FFA0CE is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 206 | - |
| CMYK | 0 | 0.37 | 0.19 | 0 |
| HSL | 330.95º | 1% | 0.81% | - |
| HSV(B) | 330.95º | 0.37% | 1% | - |
| XYZ | 64.95 | 50.86 | 64.79 | - |
| YUV | 193.65 | 134.97 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 206 | 0 | 0.37 | 0.19 | 0 | 330.95 | 1 | 0.81 |
| Hex | FF | A0 | CE | 0 | 25 | 13 | 0 | 14B | 64 | 51 |
| Octal | 377 | 240 | 316 | 0 | 45 | 23 | 0 | 513 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11001110 | 0 | 100101 | 10011 | 0 | 101001011 | 1100100 | 1010001 |
Color Harmonies of #FFA0CE
Complementary color
Monochromatic Colors of #FFA0CE
Black with #FFA0CE
Text Example
Text Example
White with #FFA0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0CE; }
p { color: rgb(255,160,206); }
H1.HeaderClassName
{
color: #FFA0CE;
}
.AnyTagClassName
{
color: #FFA0CE;
}
</style>
background-color css
<style>
a { background-color: #FFA0CE; }
a { background-color: rgb(255,160,206); }
div.DivClassName
{
background-color: #FFA0CE;
}
.BgClassName
{
background-color: #FFA0CE;
}
</style>
border-color css
<style>
span { border-color: #FFA0CE; }
span { border-color: rgb(255,160,206); }
td.TdClassName
{
border-color: #FFA0CE;
}
.TagClassName
{
border-color: #FFA0CE;
}
</style>