Shades of Lavender Rose #FC9EDB
Tints of Lavender Rose #FC9EDB
RGB
CMYK
RGB Variations
Color information
#FC9EDB (or 0xFC9EDB) is known color: Lavender Rose. HEX triplet: FC, 9E and DB. RGB value is (252,158,219). Sum of RGB (Red+Green+Blue) = 252+158+219=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EDB is #036124. Grayscale: #C0C0C0. Windows color (decimal): -221477 or 14393084. OLE color: 14393084.
HSL color Cylindrical-coordinate representation of color #FC9EDB: hue angle of 321.06º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FC9EDB is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 219 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.01 |
| HSL | 321.06º | 0.94% | 0.8% | - |
| HSV(B) | 321.06º | 0.37% | 0.99% | - |
| XYZ | 65.16 | 50.26 | 73.29 | - |
| YUV | 193.06 | 142.64 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 219 | 0 | 0.37 | 0.13 | 0.01 | 321.06 | 0.94 | 0.8 |
| Hex | FC | 9E | DB | 0 | 25 | D | 1 | 141 | 5E | 50 |
| Octal | 374 | 236 | 333 | 0 | 45 | 15 | 1 | 501 | 136 | 120 |
| Binary | 11111100 | 10011110 | 11011011 | 0 | 100101 | 1101 | 1 | 101000001 | 1011110 | 1010000 |
Color Harmonies of #FC9EDB
Complementary color
Monochromatic Colors of #FC9EDB
Black with #FC9EDB
Text Example
Text Example
White with #FC9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9EDB; }
p { color: rgb(252,158,219); }
H1.HeaderClassName
{
color: #FC9EDB;
}
.AnyTagClassName
{
color: #FC9EDB;
}
</style>
background-color css
<style>
a { background-color: #FC9EDB; }
a { background-color: rgb(252,158,219); }
div.DivClassName
{
background-color: #FC9EDB;
}
.BgClassName
{
background-color: #FC9EDB;
}
</style>
border-color css
<style>
span { border-color: #FC9EDB; }
span { border-color: rgb(252,158,219); }
td.TdClassName
{
border-color: #FC9EDB;
}
.TagClassName
{
border-color: #FC9EDB;
}
</style>