Shades of Lavender Rose #FCABDD
Tints of Lavender Rose #FCABDD
RGB
CMYK
RGB Variations
Color information
#FCABDD (or 0xFCABDD) is known color: Lavender Rose. HEX triplet: FC, AB and DD. RGB value is (252,171,221). Sum of RGB (Red+Green+Blue) = 252+171+221=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 171 (67.19% from 255 or 26.55% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABDD is #035422. Grayscale: #C8C8C8. Windows color (decimal): -218147 or 14527484. OLE color: 14527484.
HSL color Cylindrical-coordinate representation of color #FCABDD: hue angle of 322.96º 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 #FCABDD is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 221 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.01 |
| HSL | 322.96º | 0.93% | 0.83% | - |
| HSV(B) | 322.96º | 0.32% | 0.99% | - |
| XYZ | 67.76 | 55.04 | 75.46 | - |
| YUV | 200.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 221 | 0 | 0.32 | 0.12 | 0.01 | 322.96 | 0.93 | 0.83 |
| Hex | FC | AB | DD | 0 | 20 | C | 1 | 143 | 5D | 53 |
| Octal | 374 | 253 | 335 | 0 | 40 | 14 | 1 | 503 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11011101 | 0 | 100000 | 1100 | 1 | 101000011 | 1011101 | 1010011 |
Color Harmonies of #FCABDD
Complementary color
Monochromatic Colors of #FCABDD
Black with #FCABDD
Text Example
Text Example
White with #FCABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABDD; }
p { color: rgb(252,171,221); }
H1.HeaderClassName
{
color: #FCABDD;
}
.AnyTagClassName
{
color: #FCABDD;
}
</style>
background-color css
<style>
a { background-color: #FCABDD; }
a { background-color: rgb(252,171,221); }
div.DivClassName
{
background-color: #FCABDD;
}
.BgClassName
{
background-color: #FCABDD;
}
</style>
border-color css
<style>
span { border-color: #FCABDD; }
span { border-color: rgb(252,171,221); }
td.TdClassName
{
border-color: #FCABDD;
}
.TagClassName
{
border-color: #FCABDD;
}
</style>