Shades of Light Pink #FCAAB7
Tints of Light Pink #FCAAB7
RGB
CMYK
RGB Variations
Color information
#FCAAB7 (or 0xFCAAB7) is known color: Light Pink. HEX triplet: FC, AA and B7. RGB value is (252,170,183). Sum of RGB (Red+Green+Blue) = 252+170+183=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAB7 is #035548. Grayscale: #C4C4C4. Windows color (decimal): -218441 or 12036860. OLE color: 12036860.
HSL color Cylindrical-coordinate representation of color #FCAAB7: hue angle of 350.49º 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 #FCAAB7 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 183 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.01 |
| HSL | 350.49º | 0.93% | 0.83% | - |
| HSV(B) | 350.49º | 0.33% | 0.99% | - |
| XYZ | 63.07 | 52.86 | 51.68 | - |
| YUV | 196 | 120.67 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 183 | 0 | 0.33 | 0.27 | 0.01 | 350.49 | 0.93 | 0.83 |
| Hex | FC | AA | B7 | 0 | 21 | 1B | 1 | 15E | 5D | 53 |
| Octal | 374 | 252 | 267 | 0 | 41 | 33 | 1 | 536 | 135 | 123 |
| Binary | 11111100 | 10101010 | 10110111 | 0 | 100001 | 11011 | 1 | 101011110 | 1011101 | 1010011 |
Color Harmonies of #FCAAB7
Complementary color
Monochromatic Colors of #FCAAB7
Black with #FCAAB7
Text Example
Text Example
White with #FCAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAB7; }
p { color: rgb(252,170,183); }
H1.HeaderClassName
{
color: #FCAAB7;
}
.AnyTagClassName
{
color: #FCAAB7;
}
</style>
background-color css
<style>
a { background-color: #FCAAB7; }
a { background-color: rgb(252,170,183); }
div.DivClassName
{
background-color: #FCAAB7;
}
.BgClassName
{
background-color: #FCAAB7;
}
</style>
border-color css
<style>
span { border-color: #FCAAB7; }
span { border-color: rgb(252,170,183); }
td.TdClassName
{
border-color: #FCAAB7;
}
.TagClassName
{
border-color: #FCAAB7;
}
</style>