Shades of Lavender Rose #FC9FDB
Tints of Lavender Rose #FC9FDB
RGB
CMYK
RGB Variations
Color information
#FC9FDB (or 0xFC9FDB) is known color: Lavender Rose. HEX triplet: FC, 9F and DB. RGB value is (252,159,219). Sum of RGB (Red+Green+Blue) = 252+159+219=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9FDB is #036024. Grayscale: #C1C1C1. Windows color (decimal): -221221 or 14393340. OLE color: 14393340.
HSL color Cylindrical-coordinate representation of color #FC9FDB: hue angle of 321.29º 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 #FC9FDB is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 159 | 219 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.01 |
| HSL | 321.29º | 0.94% | 0.81% | - |
| HSV(B) | 321.29º | 0.37% | 0.99% | - |
| XYZ | 65.33 | 50.61 | 73.34 | - |
| YUV | 193.65 | 142.31 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 159 | 219 | 0 | 0.37 | 0.13 | 0.01 | 321.29 | 0.94 | 0.81 |
| Hex | FC | 9F | DB | 0 | 25 | D | 1 | 141 | 5E | 51 |
| Octal | 374 | 237 | 333 | 0 | 45 | 15 | 1 | 501 | 136 | 121 |
| Binary | 11111100 | 10011111 | 11011011 | 0 | 100101 | 1101 | 1 | 101000001 | 1011110 | 1010001 |
Color Harmonies of #FC9FDB
Complementary color
Monochromatic Colors of #FC9FDB
Black with #FC9FDB
Text Example
Text Example
White with #FC9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9FDB; }
p { color: rgb(252,159,219); }
H1.HeaderClassName
{
color: #FC9FDB;
}
.AnyTagClassName
{
color: #FC9FDB;
}
</style>
background-color css
<style>
a { background-color: #FC9FDB; }
a { background-color: rgb(252,159,219); }
div.DivClassName
{
background-color: #FC9FDB;
}
.BgClassName
{
background-color: #FC9FDB;
}
</style>
border-color css
<style>
span { border-color: #FC9FDB; }
span { border-color: rgb(252,159,219); }
td.TdClassName
{
border-color: #FC9FDB;
}
.TagClassName
{
border-color: #FC9FDB;
}
</style>