Shades of Carnation Pink #FFA1CC
Tints of Carnation Pink #FFA1CC
RGB
CMYK
RGB Variations
Color information
#FFA1CC (or 0xFFA1CC) is known color: Carnation Pink. HEX triplet: FF, A1 and CC. RGB value is (255,161,204). Sum of RGB (Red+Green+Blue) = 255+161+204=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1CC is #005E33. Grayscale: #C1C1C1. Windows color (decimal): -24116 or 13410815. OLE color: 13410815.
HSL color Cylindrical-coordinate representation of color #FFA1CC: hue angle of 332.55º 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 #FFA1CC is Cyan = 0, Magento = 0.37, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 204 | - |
| CMYK | 0 | 0.37 | 0.2 | 0 |
| HSL | 332.55º | 1% | 0.82% | - |
| HSV(B) | 332.55º | 0.37% | 1% | - |
| XYZ | 64.88 | 51.11 | 63.57 | - |
| YUV | 194.01 | 133.64 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 204 | 0 | 0.37 | 0.2 | 0 | 332.55 | 1 | 0.82 |
| Hex | FF | A1 | CC | 0 | 25 | 14 | 0 | 14D | 64 | 52 |
| Octal | 377 | 241 | 314 | 0 | 45 | 24 | 0 | 515 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11001100 | 0 | 100101 | 10100 | 0 | 101001101 | 1100100 | 1010010 |
Color Harmonies of #FFA1CC
Complementary color
Monochromatic Colors of #FFA1CC
Black with #FFA1CC
Text Example
Text Example
White with #FFA1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1CC; }
p { color: rgb(255,161,204); }
H1.HeaderClassName
{
color: #FFA1CC;
}
.AnyTagClassName
{
color: #FFA1CC;
}
</style>
background-color css
<style>
a { background-color: #FFA1CC; }
a { background-color: rgb(255,161,204); }
div.DivClassName
{
background-color: #FFA1CC;
}
.BgClassName
{
background-color: #FFA1CC;
}
</style>
border-color css
<style>
span { border-color: #FFA1CC; }
span { border-color: rgb(255,161,204); }
td.TdClassName
{
border-color: #FFA1CC;
}
.TagClassName
{
border-color: #FFA1CC;
}
</style>