Shades of Lavender Rose #FC96DB
Tints of Lavender Rose #FC96DB
RGB
CMYK
RGB Variations
Color information
#FC96DB (or 0xFC96DB) is known color: Lavender Rose. HEX triplet: FC, 96 and DB. RGB value is (252,150,219). Sum of RGB (Red+Green+Blue) = 252+150+219=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 150 (58.98% from 255 or 24.15% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC96DB is #036924. Grayscale: #BCBCBC. Windows color (decimal): -223525 or 14391036. OLE color: 14391036.
HSL color Cylindrical-coordinate representation of color #FC96DB: hue angle of 319.41º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC96DB is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 150 | 219 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.01 |
| HSL | 319.41º | 0.94% | 0.79% | - |
| HSV(B) | 319.41º | 0.4% | 0.99% | - |
| XYZ | 63.84 | 47.62 | 72.85 | - |
| YUV | 188.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 150 | 219 | 0 | 0.40 | 0.13 | 0.01 | 319.41 | 0.94 | 0.79 |
| Hex | FC | 96 | DB | 0 | 28 | D | 1 | 13F | 5E | 4F |
| Octal | 374 | 226 | 333 | 0 | 50 | 15 | 1 | 477 | 136 | 117 |
| Binary | 11111100 | 10010110 | 11011011 | 0 | 101000 | 1101 | 1 | 100111111 | 1011110 | 1001111 |
Color Harmonies of #FC96DB
Complementary color
Monochromatic Colors of #FC96DB
Black with #FC96DB
Text Example
Text Example
White with #FC96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC96DB; }
p { color: rgb(252,150,219); }
H1.HeaderClassName
{
color: #FC96DB;
}
.AnyTagClassName
{
color: #FC96DB;
}
</style>
background-color css
<style>
a { background-color: #FC96DB; }
a { background-color: rgb(252,150,219); }
div.DivClassName
{
background-color: #FC96DB;
}
.BgClassName
{
background-color: #FC96DB;
}
</style>
border-color css
<style>
span { border-color: #FC96DB; }
span { border-color: rgb(252,150,219); }
td.TdClassName
{
border-color: #FC96DB;
}
.TagClassName
{
border-color: #FC96DB;
}
</style>