Shades of Light Pink #FCABB9
Tints of Light Pink #FCABB9
RGB
CMYK
RGB Variations
Color information
#FCABB9 (or 0xFCABB9) is known color: Light Pink. HEX triplet: FC, AB and B9. RGB value is (252,171,185). Sum of RGB (Red+Green+Blue) = 252+171+185=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABB9 is #035446. Grayscale: #C4C4C4. Windows color (decimal): -218183 or 12168188. OLE color: 12168188.
HSL color Cylindrical-coordinate representation of color #FCABB9: hue angle of 349.63º 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 #FCABB9 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 185 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.01 |
| HSL | 349.63º | 0.93% | 0.83% | - |
| HSV(B) | 349.63º | 0.32% | 0.99% | - |
| XYZ | 63.46 | 53.32 | 52.85 | - |
| YUV | 196.82 | 121.34 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 185 | 0 | 0.32 | 0.27 | 0.01 | 349.63 | 0.93 | 0.83 |
| Hex | FC | AB | B9 | 0 | 20 | 1B | 1 | 15E | 5D | 53 |
| Octal | 374 | 253 | 271 | 0 | 40 | 33 | 1 | 536 | 135 | 123 |
| Binary | 11111100 | 10101011 | 10111001 | 0 | 100000 | 11011 | 1 | 101011110 | 1011101 | 1010011 |
Color Harmonies of #FCABB9
Complementary color
Monochromatic Colors of #FCABB9
Black with #FCABB9
Text Example
Text Example
White with #FCABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABB9; }
p { color: rgb(252,171,185); }
H1.HeaderClassName
{
color: #FCABB9;
}
.AnyTagClassName
{
color: #FCABB9;
}
</style>
background-color css
<style>
a { background-color: #FCABB9; }
a { background-color: rgb(252,171,185); }
div.DivClassName
{
background-color: #FCABB9;
}
.BgClassName
{
background-color: #FCABB9;
}
</style>
border-color css
<style>
span { border-color: #FCABB9; }
span { border-color: rgb(252,171,185); }
td.TdClassName
{
border-color: #FCABB9;
}
.TagClassName
{
border-color: #FCABB9;
}
</style>