Shades of Carnation Pink #FFA1C0
Tints of Carnation Pink #FFA1C0
RGB
CMYK
RGB Variations
Color information
#FFA1C0 (or 0xFFA1C0) is known color: Carnation Pink. HEX triplet: FF, A1 and C0. RGB value is (255,161,192). Sum of RGB (Red+Green+Blue) = 255+161+192=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 161 (63.28% from 255 or 26.48% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1C0 is #005E3F. Grayscale: #C0C0C0. Windows color (decimal): -24128 or 12624383. OLE color: 12624383.
HSL color Cylindrical-coordinate representation of color #FFA1C0: hue angle of 340.21º 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 #FFA1C0 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 192 | - |
| CMYK | 0 | 0.37 | 0.25 | 0 |
| HSL | 340.21º | 1% | 0.82% | - |
| HSV(B) | 340.21º | 0.37% | 1% | - |
| XYZ | 63.5 | 50.56 | 56.28 | - |
| YUV | 192.64 | 127.64 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 192 | 0 | 0.37 | 0.25 | 0 | 340.21 | 1 | 0.82 |
| Hex | FF | A1 | C0 | 0 | 25 | 19 | 0 | 154 | 64 | 52 |
| Octal | 377 | 241 | 300 | 0 | 45 | 31 | 0 | 524 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11000000 | 0 | 100101 | 11001 | 0 | 101010100 | 1100100 | 1010010 |
Color Harmonies of #FFA1C0
Complementary color
Monochromatic Colors of #FFA1C0
Black with #FFA1C0
Text Example
Text Example
White with #FFA1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1C0; }
p { color: rgb(255,161,192); }
H1.HeaderClassName
{
color: #FFA1C0;
}
.AnyTagClassName
{
color: #FFA1C0;
}
</style>
background-color css
<style>
a { background-color: #FFA1C0; }
a { background-color: rgb(255,161,192); }
div.DivClassName
{
background-color: #FFA1C0;
}
.BgClassName
{
background-color: #FFA1C0;
}
</style>
border-color css
<style>
span { border-color: #FFA1C0; }
span { border-color: rgb(255,161,192); }
td.TdClassName
{
border-color: #FFA1C0;
}
.TagClassName
{
border-color: #FFA1C0;
}
</style>