Shades of Light Pink #FCAAB6
Tints of Light Pink #FCAAB6
RGB
CMYK
RGB Variations
Color information
#FCAAB6 (or 0xFCAAB6) is known color: Light Pink. HEX triplet: FC, AA and B6. RGB value is (252,170,182). Sum of RGB (Red+Green+Blue) = 252+170+182=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAB6 is #035549. Grayscale: #C3C3C3. Windows color (decimal): -218442 or 11971324. OLE color: 11971324.
HSL color Cylindrical-coordinate representation of color #FCAAB6: hue angle of 351.22º 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 #FCAAB6 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 182 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.01 |
| HSL | 351.22º | 0.93% | 0.83% | - |
| HSV(B) | 351.22º | 0.33% | 0.99% | - |
| XYZ | 62.96 | 52.82 | 51.13 | - |
| YUV | 195.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 182 | 0 | 0.33 | 0.28 | 0.01 | 351.22 | 0.93 | 0.83 |
| Hex | FC | AA | B6 | 0 | 21 | 1C | 1 | 15F | 5D | 53 |
| Octal | 374 | 252 | 266 | 0 | 41 | 34 | 1 | 537 | 135 | 123 |
| Binary | 11111100 | 10101010 | 10110110 | 0 | 100001 | 11100 | 1 | 101011111 | 1011101 | 1010011 |
Color Harmonies of #FCAAB6
Complementary color
Monochromatic Colors of #FCAAB6
Black with #FCAAB6
Text Example
Text Example
White with #FCAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAB6; }
p { color: rgb(252,170,182); }
H1.HeaderClassName
{
color: #FCAAB6;
}
.AnyTagClassName
{
color: #FCAAB6;
}
</style>
background-color css
<style>
a { background-color: #FCAAB6; }
a { background-color: rgb(252,170,182); }
div.DivClassName
{
background-color: #FCAAB6;
}
.BgClassName
{
background-color: #FCAAB6;
}
</style>
border-color css
<style>
span { border-color: #FCAAB6; }
span { border-color: rgb(252,170,182); }
td.TdClassName
{
border-color: #FCAAB6;
}
.TagClassName
{
border-color: #FCAAB6;
}
</style>