Shades of Light Pink #FCABBC
Tints of Light Pink #FCABBC
RGB
CMYK
RGB Variations
Color information
#FCABBC (or 0xFCABBC) is known color: Light Pink. HEX triplet: FC, AB and BC. RGB value is (252,171,188). Sum of RGB (Red+Green+Blue) = 252+171+188=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABBC is #035443. Grayscale: #C5C5C5. Windows color (decimal): -218180 or 12364796. OLE color: 12364796.
HSL color Cylindrical-coordinate representation of color #FCABBC: hue angle of 347.41º 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 #FCABBC is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 188 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.01 |
| HSL | 347.41º | 0.93% | 0.83% | - |
| HSV(B) | 347.41º | 0.32% | 0.99% | - |
| XYZ | 63.78 | 53.45 | 54.53 | - |
| YUV | 197.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 188 | 0 | 0.32 | 0.25 | 0.01 | 347.41 | 0.93 | 0.83 |
| Hex | FC | AB | BC | 0 | 20 | 19 | 1 | 15B | 5D | 53 |
| Octal | 374 | 253 | 274 | 0 | 40 | 31 | 1 | 533 | 135 | 123 |
| Binary | 11111100 | 10101011 | 10111100 | 0 | 100000 | 11001 | 1 | 101011011 | 1011101 | 1010011 |
Color Harmonies of #FCABBC
Complementary color
Monochromatic Colors of #FCABBC
Black with #FCABBC
Text Example
Text Example
White with #FCABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABBC; }
p { color: rgb(252,171,188); }
H1.HeaderClassName
{
color: #FCABBC;
}
.AnyTagClassName
{
color: #FCABBC;
}
</style>
background-color css
<style>
a { background-color: #FCABBC; }
a { background-color: rgb(252,171,188); }
div.DivClassName
{
background-color: #FCABBC;
}
.BgClassName
{
background-color: #FCABBC;
}
</style>
border-color css
<style>
span { border-color: #FCABBC; }
span { border-color: rgb(252,171,188); }
td.TdClassName
{
border-color: #FCABBC;
}
.TagClassName
{
border-color: #FCABBC;
}
</style>