Shades of Light Pink #FCAAB9
Tints of Light Pink #FCAAB9
RGB
CMYK
RGB Variations
Color information
#FCAAB9 (or 0xFCAAB9) is known color: Light Pink. HEX triplet: FC, AA and B9. RGB value is (252,170,185). Sum of RGB (Red+Green+Blue) = 252+170+185=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAB9 is #035546. Grayscale: #C4C4C4. Windows color (decimal): -218439 or 12167932. OLE color: 12167932.
HSL color Cylindrical-coordinate representation of color #FCAAB9: hue angle of 349.02º 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 #FCAAB9 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 185 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.01 |
| HSL | 349.02º | 0.93% | 0.83% | - |
| HSV(B) | 349.02º | 0.33% | 0.99% | - |
| XYZ | 63.28 | 52.95 | 52.78 | - |
| YUV | 196.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 185 | 0 | 0.33 | 0.27 | 0.01 | 349.02 | 0.93 | 0.83 |
| Hex | FC | AA | B9 | 0 | 21 | 1B | 1 | 15D | 5D | 53 |
| Octal | 374 | 252 | 271 | 0 | 41 | 33 | 1 | 535 | 135 | 123 |
| Binary | 11111100 | 10101010 | 10111001 | 0 | 100001 | 11011 | 1 | 101011101 | 1011101 | 1010011 |
Color Harmonies of #FCAAB9
Complementary color
Monochromatic Colors of #FCAAB9
Black with #FCAAB9
Text Example
Text Example
White with #FCAAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAB9; }
p { color: rgb(252,170,185); }
H1.HeaderClassName
{
color: #FCAAB9;
}
.AnyTagClassName
{
color: #FCAAB9;
}
</style>
background-color css
<style>
a { background-color: #FCAAB9; }
a { background-color: rgb(252,170,185); }
div.DivClassName
{
background-color: #FCAAB9;
}
.BgClassName
{
background-color: #FCAAB9;
}
</style>
border-color css
<style>
span { border-color: #FCAAB9; }
span { border-color: rgb(252,170,185); }
td.TdClassName
{
border-color: #FCAAB9;
}
.TagClassName
{
border-color: #FCAAB9;
}
</style>