Shades of Carnation Pink #FCA1BB
Tints of Carnation Pink #FCA1BB
RGB
CMYK
RGB Variations
Color information
#FCA1BB (or 0xFCA1BB) is known color: Carnation Pink. HEX triplet: FC, A1 and BB. RGB value is (252,161,187). Sum of RGB (Red+Green+Blue) = 252+161+187=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 161 (63.28% from 255 or 26.83% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA1BB is #035E44. Grayscale: #BFBFBF. Windows color (decimal): -220741 or 12296700. OLE color: 12296700.
HSL color Cylindrical-coordinate representation of color #FCA1BB: hue angle of 342.86º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FCA1BB is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 161 | 187 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.01 |
| HSL | 342.86º | 0.94% | 0.81% | - |
| HSV(B) | 342.86º | 0.36% | 0.99% | - |
| XYZ | 61.86 | 49.77 | 53.36 | - |
| YUV | 191.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 161 | 187 | 0 | 0.36 | 0.26 | 0.01 | 342.86 | 0.94 | 0.81 |
| Hex | FC | A1 | BB | 0 | 24 | 1A | 1 | 157 | 5E | 51 |
| Octal | 374 | 241 | 273 | 0 | 44 | 32 | 1 | 527 | 136 | 121 |
| Binary | 11111100 | 10100001 | 10111011 | 0 | 100100 | 11010 | 1 | 101010111 | 1011110 | 1010001 |
Color Harmonies of #FCA1BB
Complementary color
Monochromatic Colors of #FCA1BB
Black with #FCA1BB
Text Example
Text Example
White with #FCA1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA1BB; }
p { color: rgb(252,161,187); }
H1.HeaderClassName
{
color: #FCA1BB;
}
.AnyTagClassName
{
color: #FCA1BB;
}
</style>
background-color css
<style>
a { background-color: #FCA1BB; }
a { background-color: rgb(252,161,187); }
div.DivClassName
{
background-color: #FCA1BB;
}
.BgClassName
{
background-color: #FCA1BB;
}
</style>
border-color css
<style>
span { border-color: #FCA1BB; }
span { border-color: rgb(252,161,187); }
td.TdClassName
{
border-color: #FCA1BB;
}
.TagClassName
{
border-color: #FCA1BB;
}
</style>