Shades of Lavender Pink #FCABD1
Tints of Lavender Pink #FCABD1
RGB
CMYK
RGB Variations
Color information
#FCABD1 (or 0xFCABD1) is known color: Lavender Pink. HEX triplet: FC, AB and D1. RGB value is (252,171,209). Sum of RGB (Red+Green+Blue) = 252+171+209=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABD1 is #03542E. Grayscale: #C7C7C7. Windows color (decimal): -218159 or 13741052. OLE color: 13741052.
HSL color Cylindrical-coordinate representation of color #FCABD1: hue angle of 331.85º 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 #FCABD1 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 209 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.01 |
| HSL | 331.85º | 0.93% | 0.83% | - |
| HSV(B) | 331.85º | 0.32% | 0.99% | - |
| XYZ | 66.22 | 54.42 | 67.34 | - |
| YUV | 199.55 | 133.34 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 209 | 0 | 0.32 | 0.17 | 0.01 | 331.85 | 0.93 | 0.83 |
| Hex | FC | AB | D1 | 0 | 20 | 11 | 1 | 14C | 5D | 53 |
| Octal | 374 | 253 | 321 | 0 | 40 | 21 | 1 | 514 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11010001 | 0 | 100000 | 10001 | 1 | 101001100 | 1011101 | 1010011 |
Color Harmonies of #FCABD1
Complementary color
Monochromatic Colors of #FCABD1
Black with #FCABD1
Text Example
Text Example
White with #FCABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABD1; }
p { color: rgb(252,171,209); }
H1.HeaderClassName
{
color: #FCABD1;
}
.AnyTagClassName
{
color: #FCABD1;
}
</style>
background-color css
<style>
a { background-color: #FCABD1; }
a { background-color: rgb(252,171,209); }
div.DivClassName
{
background-color: #FCABD1;
}
.BgClassName
{
background-color: #FCABD1;
}
</style>
border-color css
<style>
span { border-color: #FCABD1; }
span { border-color: rgb(252,171,209); }
td.TdClassName
{
border-color: #FCABD1;
}
.TagClassName
{
border-color: #FCABD1;
}
</style>