Shades of Carnation Pink #FFA0C2
Tints of Carnation Pink #FFA0C2
RGB
CMYK
RGB Variations
Color information
#FFA0C2 (or 0xFFA0C2) is known color: Carnation Pink. HEX triplet: FF, A0 and C2. RGB value is (255,160,194). Sum of RGB (Red+Green+Blue) = 255+160+194=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0C2 is #005F3D. Grayscale: #C0C0C0. Windows color (decimal): -24382 or 12755199. OLE color: 12755199.
HSL color Cylindrical-coordinate representation of color #FFA0C2: hue angle of 338.53º 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 #FFA0C2 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 194 | - |
| CMYK | 0 | 0.37 | 0.24 | 0 |
| HSL | 338.53º | 1% | 0.81% | - |
| HSV(B) | 338.53º | 0.37% | 1% | - |
| XYZ | 63.55 | 50.3 | 57.4 | - |
| YUV | 192.28 | 128.97 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 194 | 0 | 0.37 | 0.24 | 0 | 338.53 | 1 | 0.81 |
| Hex | FF | A0 | C2 | 0 | 25 | 18 | 0 | 153 | 64 | 51 |
| Octal | 377 | 240 | 302 | 0 | 45 | 30 | 0 | 523 | 144 | 121 |
| Binary | 11111111 | 10100000 | 11000010 | 0 | 100101 | 11000 | 0 | 101010011 | 1100100 | 1010001 |
Color Harmonies of #FFA0C2
Complementary color
Monochromatic Colors of #FFA0C2
Black with #FFA0C2
Text Example
Text Example
White with #FFA0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA0C2; }
p { color: rgb(255,160,194); }
H1.HeaderClassName
{
color: #FFA0C2;
}
.AnyTagClassName
{
color: #FFA0C2;
}
</style>
background-color css
<style>
a { background-color: #FFA0C2; }
a { background-color: rgb(255,160,194); }
div.DivClassName
{
background-color: #FFA0C2;
}
.BgClassName
{
background-color: #FFA0C2;
}
</style>
border-color css
<style>
span { border-color: #FFA0C2; }
span { border-color: rgb(255,160,194); }
td.TdClassName
{
border-color: #FFA0C2;
}
.TagClassName
{
border-color: #FFA0C2;
}
</style>