Shades of Lavender Rose #FCA0DB
Tints of Lavender Rose #FCA0DB
RGB
CMYK
RGB Variations
Color information
#FCA0DB (or 0xFCA0DB) is known color: Lavender Rose. HEX triplet: FC, A0 and DB. RGB value is (252,160,219). Sum of RGB (Red+Green+Blue) = 252+160+219=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 160 (62.89% from 255 or 25.36% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA0DB is #035F24. Grayscale: #C2C2C2. Windows color (decimal): -220965 or 14393596. OLE color: 14393596.
HSL color Cylindrical-coordinate representation of color #FCA0DB: hue angle of 321.52º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCA0DB is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 219 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.01 |
| HSL | 321.52º | 0.94% | 0.81% | - |
| HSV(B) | 321.52º | 0.37% | 0.99% | - |
| XYZ | 65.5 | 50.95 | 73.4 | - |
| YUV | 194.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 219 | 0 | 0.37 | 0.13 | 0.01 | 321.52 | 0.94 | 0.81 |
| Hex | FC | A0 | DB | 0 | 25 | D | 1 | 142 | 5E | 51 |
| Octal | 374 | 240 | 333 | 0 | 45 | 15 | 1 | 502 | 136 | 121 |
| Binary | 11111100 | 10100000 | 11011011 | 0 | 100101 | 1101 | 1 | 101000010 | 1011110 | 1010001 |
Color Harmonies of #FCA0DB
Complementary color
Monochromatic Colors of #FCA0DB
Black with #FCA0DB
Text Example
Text Example
White with #FCA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA0DB; }
p { color: rgb(252,160,219); }
H1.HeaderClassName
{
color: #FCA0DB;
}
.AnyTagClassName
{
color: #FCA0DB;
}
</style>
background-color css
<style>
a { background-color: #FCA0DB; }
a { background-color: rgb(252,160,219); }
div.DivClassName
{
background-color: #FCA0DB;
}
.BgClassName
{
background-color: #FCA0DB;
}
</style>
border-color css
<style>
span { border-color: #FCA0DB; }
span { border-color: rgb(252,160,219); }
td.TdClassName
{
border-color: #FCA0DB;
}
.TagClassName
{
border-color: #FCA0DB;
}
</style>