Shades of Light Pink #FCABB2
Tints of Light Pink #FCABB2
RGB
CMYK
RGB Variations
Color information
#FCABB2 (or 0xFCABB2) is known color: Light Pink. HEX triplet: FC, AB and B2. RGB value is (252,171,178). Sum of RGB (Red+Green+Blue) = 252+171+178=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 178 (69.92% from 255 or 29.62% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCABB2 is #03544D. Grayscale: #C4C4C4. Windows color (decimal): -218190 or 11709436. OLE color: 11709436.
HSL color Cylindrical-coordinate representation of color #FCABB2: hue angle of 354.81º 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 #FCABB2 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 178 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.01 |
| HSL | 354.81º | 0.93% | 0.83% | - |
| HSV(B) | 354.81º | 0.32% | 0.99% | - |
| XYZ | 62.74 | 53.04 | 49.05 | - |
| YUV | 196.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 178 | 0 | 0.32 | 0.29 | 0.01 | 354.81 | 0.93 | 0.83 |
| Hex | FC | AB | B2 | 0 | 20 | 1D | 1 | 163 | 5D | 53 |
| Octal | 374 | 253 | 262 | 0 | 40 | 35 | 1 | 543 | 135 | 123 |
| Binary | 11111100 | 10101011 | 10110010 | 0 | 100000 | 11101 | 1 | 101100011 | 1011101 | 1010011 |
Color Harmonies of #FCABB2
Complementary color
Monochromatic Colors of #FCABB2
Black with #FCABB2
Text Example
Text Example
White with #FCABB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABB2; }
p { color: rgb(252,171,178); }
H1.HeaderClassName
{
color: #FCABB2;
}
.AnyTagClassName
{
color: #FCABB2;
}
</style>
background-color css
<style>
a { background-color: #FCABB2; }
a { background-color: rgb(252,171,178); }
div.DivClassName
{
background-color: #FCABB2;
}
.BgClassName
{
background-color: #FCABB2;
}
</style>
border-color css
<style>
span { border-color: #FCABB2; }
span { border-color: rgb(252,171,178); }
td.TdClassName
{
border-color: #FCABB2;
}
.TagClassName
{
border-color: #FCABB2;
}
</style>