Shades of Lavender Rose #FC9BDB
Tints of Lavender Rose #FC9BDB
RGB
CMYK
RGB Variations
Color information
#FC9BDB (or 0xFC9BDB) is known color: Lavender Rose. HEX triplet: FC, 9B and DB. RGB value is (252,155,219). Sum of RGB (Red+Green+Blue) = 252+155+219=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9BDB is #036424. Grayscale: #BFBFBF. Windows color (decimal): -222245 or 14392316. OLE color: 14392316.
HSL color Cylindrical-coordinate representation of color #FC9BDB: hue angle of 320.41º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9BDB is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 155 | 219 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.01 |
| HSL | 320.41º | 0.94% | 0.8% | - |
| HSV(B) | 320.41º | 0.38% | 0.99% | - |
| XYZ | 64.65 | 49.25 | 73.12 | - |
| YUV | 191.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 155 | 219 | 0 | 0.38 | 0.13 | 0.01 | 320.41 | 0.94 | 0.8 |
| Hex | FC | 9B | DB | 0 | 26 | D | 1 | 140 | 5E | 50 |
| Octal | 374 | 233 | 333 | 0 | 46 | 15 | 1 | 500 | 136 | 120 |
| Binary | 11111100 | 10011011 | 11011011 | 0 | 100110 | 1101 | 1 | 101000000 | 1011110 | 1010000 |
Color Harmonies of #FC9BDB
Complementary color
Monochromatic Colors of #FC9BDB
Black with #FC9BDB
Text Example
Text Example
White with #FC9BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9BDB; }
p { color: rgb(252,155,219); }
H1.HeaderClassName
{
color: #FC9BDB;
}
.AnyTagClassName
{
color: #FC9BDB;
}
</style>
background-color css
<style>
a { background-color: #FC9BDB; }
a { background-color: rgb(252,155,219); }
div.DivClassName
{
background-color: #FC9BDB;
}
.BgClassName
{
background-color: #FC9BDB;
}
</style>
border-color css
<style>
span { border-color: #FC9BDB; }
span { border-color: rgb(252,155,219); }
td.TdClassName
{
border-color: #FC9BDB;
}
.TagClassName
{
border-color: #FC9BDB;
}
</style>