Shades of Light Pink #FCA9BB
Tints of Light Pink #FCA9BB
RGB
CMYK
RGB Variations
Color information
#FCA9BB (or 0xFCA9BB) is known color: Light Pink. HEX triplet: FC, A9 and BB. RGB value is (252,169,187). Sum of RGB (Red+Green+Blue) = 252+169+187=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA9BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA9BB is #035644. Grayscale: #C3C3C3. Windows color (decimal): -218693 or 12298748. OLE color: 12298748.
HSL color Cylindrical-coordinate representation of color #FCA9BB: hue angle of 346.99º 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 #FCA9BB is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 169 | 187 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.01 |
| HSL | 346.99º | 0.93% | 0.83% | - |
| HSV(B) | 346.99º | 0.33% | 0.99% | - |
| XYZ | 63.3 | 52.66 | 53.84 | - |
| YUV | 195.87 | 123 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 169 | 187 | 0 | 0.33 | 0.26 | 0.01 | 346.99 | 0.93 | 0.83 |
| Hex | FC | A9 | BB | 0 | 21 | 1A | 1 | 15B | 5D | 53 |
| Octal | 374 | 251 | 273 | 0 | 41 | 32 | 1 | 533 | 135 | 123 |
| Binary | 11111100 | 10101001 | 10111011 | 0 | 100001 | 11010 | 1 | 101011011 | 1011101 | 1010011 |
Color Harmonies of #FCA9BB
Complementary color
Monochromatic Colors of #FCA9BB
Black with #FCA9BB
Text Example
Text Example
White with #FCA9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA9BB; }
p { color: rgb(252,169,187); }
H1.HeaderClassName
{
color: #FCA9BB;
}
.AnyTagClassName
{
color: #FCA9BB;
}
</style>
background-color css
<style>
a { background-color: #FCA9BB; }
a { background-color: rgb(252,169,187); }
div.DivClassName
{
background-color: #FCA9BB;
}
.BgClassName
{
background-color: #FCA9BB;
}
</style>
border-color css
<style>
span { border-color: #FCA9BB; }
span { border-color: rgb(252,169,187); }
td.TdClassName
{
border-color: #FCA9BB;
}
.TagClassName
{
border-color: #FCA9BB;
}
</style>