Shades of Light Pink #FCABB4
Tints of Light Pink #FCABB4
RGB
CMYK
RGB Variations
Color information
#FCABB4 (or 0xFCABB4) is known color: Light Pink. HEX triplet: FC, AB and B4. RGB value is (252,171,180). Sum of RGB (Red+Green+Blue) = 252+171+180=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABB4 is #03544B. Grayscale: #C4C4C4. Windows color (decimal): -218188 or 11840508. OLE color: 11840508.
HSL color Cylindrical-coordinate representation of color #FCABB4: hue angle of 353.33º 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 #FCABB4 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 180 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.01 |
| HSL | 353.33º | 0.93% | 0.83% | - |
| HSV(B) | 353.33º | 0.32% | 0.99% | - |
| XYZ | 62.95 | 53.12 | 50.11 | - |
| YUV | 196.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 180 | 0 | 0.32 | 0.29 | 0.01 | 353.33 | 0.93 | 0.83 |
| Hex | FC | AB | B4 | 0 | 20 | 1D | 1 | 161 | 5D | 53 |
| Octal | 374 | 253 | 264 | 0 | 40 | 35 | 1 | 541 | 135 | 123 |
| Binary | 11111100 | 10101011 | 10110100 | 0 | 100000 | 11101 | 1 | 101100001 | 1011101 | 1010011 |
Color Harmonies of #FCABB4
Complementary color
Monochromatic Colors of #FCABB4
Black with #FCABB4
Text Example
Text Example
White with #FCABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABB4; }
p { color: rgb(252,171,180); }
H1.HeaderClassName
{
color: #FCABB4;
}
.AnyTagClassName
{
color: #FCABB4;
}
</style>
background-color css
<style>
a { background-color: #FCABB4; }
a { background-color: rgb(252,171,180); }
div.DivClassName
{
background-color: #FCABB4;
}
.BgClassName
{
background-color: #FCABB4;
}
</style>
border-color css
<style>
span { border-color: #FCABB4; }
span { border-color: rgb(252,171,180); }
td.TdClassName
{
border-color: #FCABB4;
}
.TagClassName
{
border-color: #FCABB4;
}
</style>