Shades of Light Pink #FCAAB1
Tints of Light Pink #FCAAB1
RGB
CMYK
RGB Variations
Color information
#FCAAB1 (or 0xFCAAB1) is known color: Light Pink. HEX triplet: FC, AA and B1. RGB value is (252,170,177). Sum of RGB (Red+Green+Blue) = 252+170+177=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCAAB1 is #03554E. Grayscale: #C3C3C3. Windows color (decimal): -218447 or 11643644. OLE color: 11643644.
HSL color Cylindrical-coordinate representation of color #FCAAB1: hue angle of 354.88º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAAB1 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 177 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.01 |
| HSL | 354.88º | 0.93% | 0.83% | - |
| HSV(B) | 354.88º | 0.33% | 0.99% | - |
| XYZ | 62.46 | 52.62 | 48.46 | - |
| YUV | 195.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 177 | 0 | 0.33 | 0.30 | 0.01 | 354.88 | 0.93 | 0.83 |
| Hex | FC | AA | B1 | 0 | 21 | 1E | 1 | 163 | 5D | 53 |
| Octal | 374 | 252 | 261 | 0 | 41 | 36 | 1 | 543 | 135 | 123 |
| Binary | 11111100 | 10101010 | 10110001 | 0 | 100001 | 11110 | 1 | 101100011 | 1011101 | 1010011 |
Color Harmonies of #FCAAB1
Complementary color
Monochromatic Colors of #FCAAB1
Black with #FCAAB1
Text Example
Text Example
White with #FCAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAB1; }
p { color: rgb(252,170,177); }
H1.HeaderClassName
{
color: #FCAAB1;
}
.AnyTagClassName
{
color: #FCAAB1;
}
</style>
background-color css
<style>
a { background-color: #FCAAB1; }
a { background-color: rgb(252,170,177); }
div.DivClassName
{
background-color: #FCAAB1;
}
.BgClassName
{
background-color: #FCAAB1;
}
</style>
border-color css
<style>
span { border-color: #FCAAB1; }
span { border-color: rgb(252,170,177); }
td.TdClassName
{
border-color: #FCAAB1;
}
.TagClassName
{
border-color: #FCAAB1;
}
</style>