Shades of Light Pink #FCAABB
Tints of Light Pink #FCAABB
RGB
CMYK
RGB Variations
Color information
#FCAABB (or 0xFCAABB) is known color: Light Pink. HEX triplet: FC, AA and BB. RGB value is (252,170,187). Sum of RGB (Red+Green+Blue) = 252+170+187=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAABB is #035544. Grayscale: #C4C4C4. Windows color (decimal): -218437 or 12299004. OLE color: 12299004.
HSL color Cylindrical-coordinate representation of color #FCAABB: hue angle of 347.56º 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 #FCAABB is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 187 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.01 |
| HSL | 347.56º | 0.93% | 0.83% | - |
| HSV(B) | 347.56º | 0.33% | 0.99% | - |
| XYZ | 63.49 | 53.03 | 53.9 | - |
| YUV | 196.46 | 122.67 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 187 | 0 | 0.33 | 0.26 | 0.01 | 347.56 | 0.93 | 0.83 |
| Hex | FC | AA | BB | 0 | 21 | 1A | 1 | 15C | 5D | 53 |
| Octal | 374 | 252 | 273 | 0 | 41 | 32 | 1 | 534 | 135 | 123 |
| Binary | 11111100 | 10101010 | 10111011 | 0 | 100001 | 11010 | 1 | 101011100 | 1011101 | 1010011 |
Color Harmonies of #FCAABB
Complementary color
Monochromatic Colors of #FCAABB
Black with #FCAABB
Text Example
Text Example
White with #FCAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAABB; }
p { color: rgb(252,170,187); }
H1.HeaderClassName
{
color: #FCAABB;
}
.AnyTagClassName
{
color: #FCAABB;
}
</style>
background-color css
<style>
a { background-color: #FCAABB; }
a { background-color: rgb(252,170,187); }
div.DivClassName
{
background-color: #FCAABB;
}
.BgClassName
{
background-color: #FCAABB;
}
</style>
border-color css
<style>
span { border-color: #FCAABB; }
span { border-color: rgb(252,170,187); }
td.TdClassName
{
border-color: #FCAABB;
}
.TagClassName
{
border-color: #FCAABB;
}
</style>