Shades of Light Pink #FCAABC
Tints of Light Pink #FCAABC
RGB
CMYK
RGB Variations
Color information
#FCAABC (or 0xFCAABC) is known color: Light Pink. HEX triplet: FC, AA and BC. RGB value is (252,170,188). Sum of RGB (Red+Green+Blue) = 252+170+188=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAABC is #035543. Grayscale: #C4C4C4. Windows color (decimal): -218436 or 12364540. OLE color: 12364540.
HSL color Cylindrical-coordinate representation of color #FCAABC: hue angle of 346.83º 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 #FCAABC is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 188 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.01 |
| HSL | 346.83º | 0.93% | 0.83% | - |
| HSV(B) | 346.83º | 0.33% | 0.99% | - |
| XYZ | 63.6 | 53.08 | 54.47 | - |
| YUV | 196.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 188 | 0 | 0.33 | 0.25 | 0.01 | 346.83 | 0.93 | 0.83 |
| Hex | FC | AA | BC | 0 | 21 | 19 | 1 | 15B | 5D | 53 |
| Octal | 374 | 252 | 274 | 0 | 41 | 31 | 1 | 533 | 135 | 123 |
| Binary | 11111100 | 10101010 | 10111100 | 0 | 100001 | 11001 | 1 | 101011011 | 1011101 | 1010011 |
Color Harmonies of #FCAABC
Complementary color
Monochromatic Colors of #FCAABC
Black with #FCAABC
Text Example
Text Example
White with #FCAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAABC; }
p { color: rgb(252,170,188); }
H1.HeaderClassName
{
color: #FCAABC;
}
.AnyTagClassName
{
color: #FCAABC;
}
</style>
background-color css
<style>
a { background-color: #FCAABC; }
a { background-color: rgb(252,170,188); }
div.DivClassName
{
background-color: #FCAABC;
}
.BgClassName
{
background-color: #FCAABC;
}
</style>
border-color css
<style>
span { border-color: #FCAABC; }
span { border-color: rgb(252,170,188); }
td.TdClassName
{
border-color: #FCAABC;
}
.TagClassName
{
border-color: #FCAABC;
}
</style>