Shades of Light Pink #FCABB8
Tints of Light Pink #FCABB8
RGB
CMYK
RGB Variations
Color information
#FCABB8 (or 0xFCABB8) is known color: Light Pink. HEX triplet: FC, AB and B8. RGB value is (252,171,184). Sum of RGB (Red+Green+Blue) = 252+171+184=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABB8 is #035447. Grayscale: #C4C4C4. Windows color (decimal): -218184 or 12102652. OLE color: 12102652.
HSL color Cylindrical-coordinate representation of color #FCABB8: hue angle of 350.37º 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 #FCABB8 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 184 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.01 |
| HSL | 350.37º | 0.93% | 0.83% | - |
| HSV(B) | 350.37º | 0.32% | 0.99% | - |
| XYZ | 63.36 | 53.28 | 52.29 | - |
| YUV | 196.7 | 120.84 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 184 | 0 | 0.32 | 0.27 | 0.01 | 350.37 | 0.93 | 0.83 |
| Hex | FC | AB | B8 | 0 | 20 | 1B | 1 | 15E | 5D | 53 |
| Octal | 374 | 253 | 270 | 0 | 40 | 33 | 1 | 536 | 135 | 123 |
| Binary | 11111100 | 10101011 | 10111000 | 0 | 100000 | 11011 | 1 | 101011110 | 1011101 | 1010011 |
Color Harmonies of #FCABB8
Complementary color
Monochromatic Colors of #FCABB8
Black with #FCABB8
Text Example
Text Example
White with #FCABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABB8; }
p { color: rgb(252,171,184); }
H1.HeaderClassName
{
color: #FCABB8;
}
.AnyTagClassName
{
color: #FCABB8;
}
</style>
background-color css
<style>
a { background-color: #FCABB8; }
a { background-color: rgb(252,171,184); }
div.DivClassName
{
background-color: #FCABB8;
}
.BgClassName
{
background-color: #FCABB8;
}
</style>
border-color css
<style>
span { border-color: #FCABB8; }
span { border-color: rgb(252,171,184); }
td.TdClassName
{
border-color: #FCABB8;
}
.TagClassName
{
border-color: #FCABB8;
}
</style>