Shades of Lavender Pink #FCABDB
Tints of Lavender Pink #FCABDB
RGB
CMYK
RGB Variations
Color information
#FCABDB (or 0xFCABDB) is known color: Lavender Pink. HEX triplet: FC, AB and DB. RGB value is (252,171,219). Sum of RGB (Red+Green+Blue) = 252+171+219=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABDB is #035424. Grayscale: #C8C8C8. Windows color (decimal): -218149 or 14396412. OLE color: 14396412.
HSL color Cylindrical-coordinate representation of color #FCABDB: hue angle of 324.44º 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 #FCABDB is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 219 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.01 |
| HSL | 324.44º | 0.93% | 0.83% | - |
| HSV(B) | 324.44º | 0.32% | 0.99% | - |
| XYZ | 67.49 | 54.94 | 74.06 | - |
| YUV | 200.69 | 138.34 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 219 | 0 | 0.32 | 0.13 | 0.01 | 324.44 | 0.93 | 0.83 |
| Hex | FC | AB | DB | 0 | 20 | D | 1 | 144 | 5D | 53 |
| Octal | 374 | 253 | 333 | 0 | 40 | 15 | 1 | 504 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11011011 | 0 | 100000 | 1101 | 1 | 101000100 | 1011101 | 1010011 |
Color Harmonies of #FCABDB
Complementary color
Monochromatic Colors of #FCABDB
Black with #FCABDB
Text Example
Text Example
White with #FCABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABDB; }
p { color: rgb(252,171,219); }
H1.HeaderClassName
{
color: #FCABDB;
}
.AnyTagClassName
{
color: #FCABDB;
}
</style>
background-color css
<style>
a { background-color: #FCABDB; }
a { background-color: rgb(252,171,219); }
div.DivClassName
{
background-color: #FCABDB;
}
.BgClassName
{
background-color: #FCABDB;
}
</style>
border-color css
<style>
span { border-color: #FCABDB; }
span { border-color: rgb(252,171,219); }
td.TdClassName
{
border-color: #FCABDB;
}
.TagClassName
{
border-color: #FCABDB;
}
</style>