Shades of Lavender Rose #FCABDE
Tints of Lavender Rose #FCABDE
RGB
CMYK
RGB Variations
Color information
#FCABDE (or 0xFCABDE) is known color: Lavender Rose. HEX triplet: FC, AB and DE. RGB value is (252,171,222). Sum of RGB (Red+Green+Blue) = 252+171+222=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 222 (87.11% from 255 or 34.42% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABDE is #035421. Grayscale: #C8C8C8. Windows color (decimal): -218146 or 14593020. OLE color: 14593020.
HSL color Cylindrical-coordinate representation of color #FCABDE: hue angle of 322.22º 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 #FCABDE is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 222 | - |
| CMYK | 0 | 0.32 | 0.12 | 0.01 |
| HSL | 322.22º | 0.93% | 0.83% | - |
| HSV(B) | 322.22º | 0.32% | 0.99% | - |
| XYZ | 67.89 | 55.1 | 76.16 | - |
| YUV | 201.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 222 | 0 | 0.32 | 0.12 | 0.01 | 322.22 | 0.93 | 0.83 |
| Hex | FC | AB | DE | 0 | 20 | C | 1 | 142 | 5D | 53 |
| Octal | 374 | 253 | 336 | 0 | 40 | 14 | 1 | 502 | 135 | 123 |
| Binary | 11111100 | 10101011 | 11011110 | 0 | 100000 | 1100 | 1 | 101000010 | 1011101 | 1010011 |
Color Harmonies of #FCABDE
Complementary color
Monochromatic Colors of #FCABDE
Black with #FCABDE
Text Example
Text Example
White with #FCABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCABDE; }
p { color: rgb(252,171,222); }
H1.HeaderClassName
{
color: #FCABDE;
}
.AnyTagClassName
{
color: #FCABDE;
}
</style>
background-color css
<style>
a { background-color: #FCABDE; }
a { background-color: rgb(252,171,222); }
div.DivClassName
{
background-color: #FCABDE;
}
.BgClassName
{
background-color: #FCABDE;
}
</style>
border-color css
<style>
span { border-color: #FCABDE; }
span { border-color: rgb(252,171,222); }
td.TdClassName
{
border-color: #FCABDE;
}
.TagClassName
{
border-color: #FCABDE;
}
</style>