Shades of Light Pink #FCA6AB
Tints of Light Pink #FCA6AB
RGB
CMYK
RGB Variations
Color information
#FCA6AB (or 0xFCA6AB) is known color: Light Pink. HEX triplet: FC, A6 and AB. RGB value is (252,166,171). Sum of RGB (Red+Green+Blue) = 252+166+171=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA6AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA6AB is #035954. Grayscale: #C0C0C0. Windows color (decimal): -219477 or 11249404. OLE color: 11249404.
HSL color Cylindrical-coordinate representation of color #FCA6AB: hue angle of 356.51º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCA6AB is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 166 | 171 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.01 |
| HSL | 356.51º | 0.93% | 0.82% | - |
| HSV(B) | 356.51º | 0.34% | 0.99% | - |
| XYZ | 61.13 | 50.91 | 45.13 | - |
| YUV | 192.28 | 115.99 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 166 | 171 | 0 | 0.34 | 0.32 | 0.01 | 356.51 | 0.93 | 0.82 |
| Hex | FC | A6 | AB | 0 | 22 | 20 | 1 | 165 | 5D | 52 |
| Octal | 374 | 246 | 253 | 0 | 42 | 40 | 1 | 545 | 135 | 122 |
| Binary | 11111100 | 10100110 | 10101011 | 0 | 100010 | 100000 | 1 | 101100101 | 1011101 | 1010010 |
Color Harmonies of #FCA6AB
Complementary color
Monochromatic Colors of #FCA6AB
Black with #FCA6AB
Text Example
Text Example
White with #FCA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA6AB; }
p { color: rgb(252,166,171); }
H1.HeaderClassName
{
color: #FCA6AB;
}
.AnyTagClassName
{
color: #FCA6AB;
}
</style>
background-color css
<style>
a { background-color: #FCA6AB; }
a { background-color: rgb(252,166,171); }
div.DivClassName
{
background-color: #FCA6AB;
}
.BgClassName
{
background-color: #FCA6AB;
}
</style>
border-color css
<style>
span { border-color: #FCA6AB; }
span { border-color: rgb(252,166,171); }
td.TdClassName
{
border-color: #FCA6AB;
}
.TagClassName
{
border-color: #FCA6AB;
}
</style>