Shades of Lavender Pink #FCABD4
Tints of Lavender Pink #FCABD4
RGB
CMYK
RGB Variations
Color information
#FCABD4 (or 0xFCABD4) is known color: Lavender Pink. HEX triplet: FC, AB and D4. RGB value is (252,171,212). Sum of RGB (Red+Green+Blue) = 252+171+212=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABD4 is #03542B. Grayscale: #C7C7C7. Windows color (decimal): -218156 or 13937660. OLE color: 13937660.
HSL color Cylindrical-coordinate representation of color #FCABD4: hue angle of 329.63º 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 #FCABD4 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 212 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.01 |
| HSL | 329.63º | 0.93% | 0.83% | - |
| HSV(B) | 329.63º | 0.32% | 0.99% | - |
| XYZ | 66.59 | 54.57 | 69.31 | - |
| YUV | 199.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 212 | 0 | 0.32 | 0.16 | 0.01 | 329.63 | 0.93 | 0.83 |
| Hex | FC | AB | D4 | 0 | 20 | 10 | 1 | 14A | 5D | 53 |
| Octal | 374 | 253 | 324 | 0 | 40 | 20 | 1 | 512 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11010100 | 0 | 100000 | 10000 | 1 | 101001010 | 1011101 | 1010011 |
Color Harmonies of #FCABD4
Complementary color
Monochromatic Colors of #FCABD4
Black with #FCABD4
Text Example
Text Example
White with #FCABD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABD4; }
p { color: rgb(252,171,212); }
H1.HeaderClassName
{
color: #FCABD4;
}
.AnyTagClassName
{
color: #FCABD4;
}
</style>
background-color css
<style>
a { background-color: #FCABD4; }
a { background-color: rgb(252,171,212); }
div.DivClassName
{
background-color: #FCABD4;
}
.BgClassName
{
background-color: #FCABD4;
}
</style>
border-color css
<style>
span { border-color: #FCABD4; }
span { border-color: rgb(252,171,212); }
td.TdClassName
{
border-color: #FCABD4;
}
.TagClassName
{
border-color: #FCABD4;
}
</style>