Shades of Light Pink #FCABBA
Tints of Light Pink #FCABBA
RGB
CMYK
RGB Variations
Color information
#FCABBA (or 0xFCABBA) is known color: Light Pink. HEX triplet: FC, AB and BA. RGB value is (252,171,186). Sum of RGB (Red+Green+Blue) = 252+171+186=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABBA is #035445. Grayscale: #C4C4C4. Windows color (decimal): -218182 or 12233724. OLE color: 12233724.
HSL color Cylindrical-coordinate representation of color #FCABBA: hue angle of 348.89º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCABBA is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 186 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.01 |
| HSL | 348.89º | 0.93% | 0.83% | - |
| HSV(B) | 348.89º | 0.32% | 0.99% | - |
| XYZ | 63.57 | 53.37 | 53.4 | - |
| YUV | 196.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 186 | 0 | 0.32 | 0.26 | 0.01 | 348.89 | 0.93 | 0.83 |
| Hex | FC | AB | BA | 0 | 20 | 1A | 1 | 15D | 5D | 53 |
| Octal | 374 | 253 | 272 | 0 | 40 | 32 | 1 | 535 | 135 | 123 |
| Binary | 11111100 | 10101011 | 10111010 | 0 | 100000 | 11010 | 1 | 101011101 | 1011101 | 1010011 |
Color Harmonies of #FCABBA
Complementary color
Monochromatic Colors of #FCABBA
Black with #FCABBA
Text Example
Text Example
White with #FCABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABBA; }
p { color: rgb(252,171,186); }
H1.HeaderClassName
{
color: #FCABBA;
}
.AnyTagClassName
{
color: #FCABBA;
}
</style>
background-color css
<style>
a { background-color: #FCABBA; }
a { background-color: rgb(252,171,186); }
div.DivClassName
{
background-color: #FCABBA;
}
.BgClassName
{
background-color: #FCABBA;
}
</style>
border-color css
<style>
span { border-color: #FCABBA; }
span { border-color: rgb(252,171,186); }
td.TdClassName
{
border-color: #FCABBA;
}
.TagClassName
{
border-color: #FCABBA;
}
</style>