Shades of Lavender Rose #FC9EDE
Tints of Lavender Rose #FC9EDE
RGB
CMYK
RGB Variations
Color information
#FC9EDE (or 0xFC9EDE) is known color: Lavender Rose. HEX triplet: FC, 9E and DE. RGB value is (252,158,222). Sum of RGB (Red+Green+Blue) = 252+158+222=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EDE is #036121. Grayscale: #C1C1C1. Windows color (decimal): -221474 or 14589692. OLE color: 14589692.
HSL color Cylindrical-coordinate representation of color #FC9EDE: hue angle of 319.15º 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 #FC9EDE is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 222 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.01 |
| HSL | 319.15º | 0.94% | 0.8% | - |
| HSV(B) | 319.15º | 0.37% | 0.99% | - |
| XYZ | 65.56 | 50.42 | 75.38 | - |
| YUV | 193.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 222 | 0 | 0.37 | 0.12 | 0.01 | 319.15 | 0.94 | 0.8 |
| Hex | FC | 9E | DE | 0 | 25 | C | 1 | 13F | 5E | 50 |
| Octal | 374 | 236 | 336 | 0 | 45 | 14 | 1 | 477 | 136 | 120 |
| Binary | 11111100 | 10011110 | 11011110 | 0 | 100101 | 1100 | 1 | 100111111 | 1011110 | 1010000 |
Color Harmonies of #FC9EDE
Complementary color
Monochromatic Colors of #FC9EDE
Black with #FC9EDE
Text Example
Text Example
White with #FC9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9EDE; }
p { color: rgb(252,158,222); }
H1.HeaderClassName
{
color: #FC9EDE;
}
.AnyTagClassName
{
color: #FC9EDE;
}
</style>
background-color css
<style>
a { background-color: #FC9EDE; }
a { background-color: rgb(252,158,222); }
div.DivClassName
{
background-color: #FC9EDE;
}
.BgClassName
{
background-color: #FC9EDE;
}
</style>
border-color css
<style>
span { border-color: #FC9EDE; }
span { border-color: rgb(252,158,222); }
td.TdClassName
{
border-color: #FC9EDE;
}
.TagClassName
{
border-color: #FC9EDE;
}
</style>