Shades of Carnation Pink #FFA1BC
Tints of Carnation Pink #FFA1BC
RGB
CMYK
RGB Variations
Color information
#FFA1BC (or 0xFFA1BC) is known color: Carnation Pink. HEX triplet: FF, A1 and BC. RGB value is (255,161,188). Sum of RGB (Red+Green+Blue) = 255+161+188=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1BC is #005E43. Grayscale: #C0C0C0. Windows color (decimal): -24132 or 12362239. OLE color: 12362239.
HSL color Cylindrical-coordinate representation of color #FFA1BC: hue angle of 342.77º 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 #FFA1BC is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 188 | - |
| CMYK | 0 | 0.37 | 0.26 | 0 |
| HSL | 342.77º | 1% | 0.82% | - |
| HSV(B) | 342.77º | 0.37% | 1% | - |
| XYZ | 63.06 | 50.38 | 53.98 | - |
| YUV | 192.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 188 | 0 | 0.37 | 0.26 | 0 | 342.77 | 1 | 0.82 |
| Hex | FF | A1 | BC | 0 | 25 | 1A | 0 | 157 | 64 | 52 |
| Octal | 377 | 241 | 274 | 0 | 45 | 32 | 0 | 527 | 144 | 122 |
| Binary | 11111111 | 10100001 | 10111100 | 0 | 100101 | 11010 | 0 | 101010111 | 1100100 | 1010010 |
Color Harmonies of #FFA1BC
Complementary color
Monochromatic Colors of #FFA1BC
Black with #FFA1BC
Text Example
Text Example
White with #FFA1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1BC; }
p { color: rgb(255,161,188); }
H1.HeaderClassName
{
color: #FFA1BC;
}
.AnyTagClassName
{
color: #FFA1BC;
}
</style>
background-color css
<style>
a { background-color: #FFA1BC; }
a { background-color: rgb(255,161,188); }
div.DivClassName
{
background-color: #FFA1BC;
}
.BgClassName
{
background-color: #FFA1BC;
}
</style>
border-color css
<style>
span { border-color: #FFA1BC; }
span { border-color: rgb(255,161,188); }
td.TdClassName
{
border-color: #FFA1BC;
}
.TagClassName
{
border-color: #FFA1BC;
}
</style>