Shades of Lavender Pink #FCABD5
Tints of Lavender Pink #FCABD5
RGB
CMYK
RGB Variations
Color information
#FCABD5 (or 0xFCABD5) is known color: Lavender Pink. HEX triplet: FC, AB and D5. RGB value is (252,171,213). Sum of RGB (Red+Green+Blue) = 252+171+213=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 171 (67.19% from 255 or 26.89% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABD5 is #03542A. Grayscale: #C7C7C7. Windows color (decimal): -218155 or 14003196. OLE color: 14003196.
HSL color Cylindrical-coordinate representation of color #FCABD5: hue angle of 328.89º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCABD5 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 213 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.01 |
| HSL | 328.89º | 0.93% | 0.83% | - |
| HSV(B) | 328.89º | 0.32% | 0.99% | - |
| XYZ | 66.72 | 54.63 | 69.98 | - |
| YUV | 200.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 213 | 0 | 0.32 | 0.15 | 0.01 | 328.89 | 0.93 | 0.83 |
| Hex | FC | AB | D5 | 0 | 20 | F | 1 | 149 | 5D | 53 |
| Octal | 374 | 253 | 325 | 0 | 40 | 17 | 1 | 511 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11010101 | 0 | 100000 | 1111 | 1 | 101001001 | 1011101 | 1010011 |
Color Harmonies of #FCABD5
Complementary color
Monochromatic Colors of #FCABD5
Black with #FCABD5
Text Example
Text Example
White with #FCABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABD5; }
p { color: rgb(252,171,213); }
H1.HeaderClassName
{
color: #FCABD5;
}
.AnyTagClassName
{
color: #FCABD5;
}
</style>
background-color css
<style>
a { background-color: #FCABD5; }
a { background-color: rgb(252,171,213); }
div.DivClassName
{
background-color: #FCABD5;
}
.BgClassName
{
background-color: #FCABD5;
}
</style>
border-color css
<style>
span { border-color: #FCABD5; }
span { border-color: rgb(252,171,213); }
td.TdClassName
{
border-color: #FCABD5;
}
.TagClassName
{
border-color: #FCABD5;
}
</style>