Shades of Carnation Pink #FFA1CB
Tints of Carnation Pink #FFA1CB
RGB
CMYK
RGB Variations
Color information
#FFA1CB (or 0xFFA1CB) is known color: Carnation Pink. HEX triplet: FF, A1 and CB. RGB value is (255,161,203). Sum of RGB (Red+Green+Blue) = 255+161+203=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 161 (63.28% from 255 or 26.01% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1CB is #005E34. Grayscale: #C1C1C1. Windows color (decimal): -24117 or 13345279. OLE color: 13345279.
HSL color Cylindrical-coordinate representation of color #FFA1CB: hue angle of 333.19º 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 #FFA1CB is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 203 | - |
| CMYK | 0 | 0.37 | 0.20 | 0 |
| HSL | 333.19º | 1% | 0.82% | - |
| HSV(B) | 333.19º | 0.37% | 1% | - |
| XYZ | 64.76 | 51.06 | 62.94 | - |
| YUV | 193.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 203 | 0 | 0.37 | 0.20 | 0 | 333.19 | 1 | 0.82 |
| Hex | FF | A1 | CB | 0 | 25 | 14 | 0 | 14D | 64 | 52 |
| Octal | 377 | 241 | 313 | 0 | 45 | 24 | 0 | 515 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11001011 | 0 | 100101 | 10100 | 0 | 101001101 | 1100100 | 1010010 |
Color Harmonies of #FFA1CB
Complementary color
Monochromatic Colors of #FFA1CB
Black with #FFA1CB
Text Example
Text Example
White with #FFA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1CB; }
p { color: rgb(255,161,203); }
H1.HeaderClassName
{
color: #FFA1CB;
}
.AnyTagClassName
{
color: #FFA1CB;
}
</style>
background-color css
<style>
a { background-color: #FFA1CB; }
a { background-color: rgb(255,161,203); }
div.DivClassName
{
background-color: #FFA1CB;
}
.BgClassName
{
background-color: #FFA1CB;
}
</style>
border-color css
<style>
span { border-color: #FFA1CB; }
span { border-color: rgb(255,161,203); }
td.TdClassName
{
border-color: #FFA1CB;
}
.TagClassName
{
border-color: #FFA1CB;
}
</style>