Shades of Carnation Pink #FFA1C5
Tints of Carnation Pink #FFA1C5
RGB
CMYK
RGB Variations
Color information
#FFA1C5 (or 0xFFA1C5) is known color: Carnation Pink. HEX triplet: FF, A1 and C5. RGB value is (255,161,197). Sum of RGB (Red+Green+Blue) = 255+161+197=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1C5 is #005E3A. Grayscale: #C1C1C1. Windows color (decimal): -24123 or 12952063. OLE color: 12952063.
HSL color Cylindrical-coordinate representation of color #FFA1C5: hue angle of 337.02º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA1C5 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 197 | - |
| CMYK | 0 | 0.37 | 0.23 | 0 |
| HSL | 337.02º | 1% | 0.82% | - |
| HSV(B) | 337.02º | 0.37% | 1% | - |
| XYZ | 64.06 | 50.78 | 59.25 | - |
| YUV | 193.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 197 | 0 | 0.37 | 0.23 | 0 | 337.02 | 1 | 0.82 |
| Hex | FF | A1 | C5 | 0 | 25 | 17 | 0 | 151 | 64 | 52 |
| Octal | 377 | 241 | 305 | 0 | 45 | 27 | 0 | 521 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11000101 | 0 | 100101 | 10111 | 0 | 101010001 | 1100100 | 1010010 |
Color Harmonies of #FFA1C5
Complementary color
Monochromatic Colors of #FFA1C5
Black with #FFA1C5
Text Example
Text Example
White with #FFA1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1C5; }
p { color: rgb(255,161,197); }
H1.HeaderClassName
{
color: #FFA1C5;
}
.AnyTagClassName
{
color: #FFA1C5;
}
</style>
background-color css
<style>
a { background-color: #FFA1C5; }
a { background-color: rgb(255,161,197); }
div.DivClassName
{
background-color: #FFA1C5;
}
.BgClassName
{
background-color: #FFA1C5;
}
</style>
border-color css
<style>
span { border-color: #FFA1C5; }
span { border-color: rgb(255,161,197); }
td.TdClassName
{
border-color: #FFA1C5;
}
.TagClassName
{
border-color: #FFA1C5;
}
</style>