Shades of Light Pink #FCA5B8
Tints of Light Pink #FCA5B8
RGB
CMYK
RGB Variations
Color information
#FCA5B8 (or 0xFCA5B8) is known color: Light Pink. HEX triplet: FC, A5 and B8. RGB value is (252,165,184). Sum of RGB (Red+Green+Blue) = 252+165+184=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 165 (64.84% from 255 or 27.45% from 601); Blue value is 184 (72.27% from 255 or 30.62% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA5B8 is #035A47. Grayscale: #C1C1C1. Windows color (decimal): -219720 or 12101116. OLE color: 12101116.
HSL color Cylindrical-coordinate representation of color #FCA5B8: hue angle of 346.9º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA5B8 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 165 | 184 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.01 |
| HSL | 346.9º | 0.94% | 0.82% | - |
| HSV(B) | 346.9º | 0.35% | 0.99% | - |
| XYZ | 62.25 | 51.07 | 51.92 | - |
| YUV | 193.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 165 | 184 | 0 | 0.35 | 0.27 | 0.01 | 346.9 | 0.94 | 0.82 |
| Hex | FC | A5 | B8 | 0 | 23 | 1B | 1 | 15B | 5E | 52 |
| Octal | 374 | 245 | 270 | 0 | 43 | 33 | 1 | 533 | 136 | 122 |
| Binary | 11111100 | 10100101 | 10111000 | 0 | 100011 | 11011 | 1 | 101011011 | 1011110 | 1010010 |
Color Harmonies of #FCA5B8
Complementary color
Monochromatic Colors of #FCA5B8
Black with #FCA5B8
Text Example
Text Example
White with #FCA5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA5B8; }
p { color: rgb(252,165,184); }
H1.HeaderClassName
{
color: #FCA5B8;
}
.AnyTagClassName
{
color: #FCA5B8;
}
</style>
background-color css
<style>
a { background-color: #FCA5B8; }
a { background-color: rgb(252,165,184); }
div.DivClassName
{
background-color: #FCA5B8;
}
.BgClassName
{
background-color: #FCA5B8;
}
</style>
border-color css
<style>
span { border-color: #FCA5B8; }
span { border-color: rgb(252,165,184); }
td.TdClassName
{
border-color: #FCA5B8;
}
.TagClassName
{
border-color: #FCA5B8;
}
</style>