Shades of Light Pink #FCAAB5
Tints of Light Pink #FCAAB5
RGB
CMYK
RGB Variations
Color information
#FCAAB5 (or 0xFCAAB5) is known color: Light Pink. HEX triplet: FC, AA and B5. RGB value is (252,170,181). Sum of RGB (Red+Green+Blue) = 252+170+181=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAB5 is #03554A. Grayscale: #C3C3C3. Windows color (decimal): -218443 or 11905788. OLE color: 11905788.
HSL color Cylindrical-coordinate representation of color #FCAAB5: hue angle of 351.95º 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 #FCAAB5 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 181 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.01 |
| HSL | 351.95º | 0.93% | 0.83% | - |
| HSV(B) | 351.95º | 0.33% | 0.99% | - |
| XYZ | 62.86 | 52.78 | 50.59 | - |
| YUV | 195.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 181 | 0 | 0.33 | 0.28 | 0.01 | 351.95 | 0.93 | 0.83 |
| Hex | FC | AA | B5 | 0 | 21 | 1C | 1 | 160 | 5D | 53 |
| Octal | 374 | 252 | 265 | 0 | 41 | 34 | 1 | 540 | 135 | 123 |
| Binary | 11111100 | 10101010 | 10110101 | 0 | 100001 | 11100 | 1 | 101100000 | 1011101 | 1010011 |
Color Harmonies of #FCAAB5
Complementary color
Monochromatic Colors of #FCAAB5
Black with #FCAAB5
Text Example
Text Example
White with #FCAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAB5; }
p { color: rgb(252,170,181); }
H1.HeaderClassName
{
color: #FCAAB5;
}
.AnyTagClassName
{
color: #FCAAB5;
}
</style>
background-color css
<style>
a { background-color: #FCAAB5; }
a { background-color: rgb(252,170,181); }
div.DivClassName
{
background-color: #FCAAB5;
}
.BgClassName
{
background-color: #FCAAB5;
}
</style>
border-color css
<style>
span { border-color: #FCAAB5; }
span { border-color: rgb(252,170,181); }
td.TdClassName
{
border-color: #FCAAB5;
}
.TagClassName
{
border-color: #FCAAB5;
}
</style>