Shades of Lavender Rose #FC9EE5
Tints of Lavender Rose #FC9EE5
RGB
CMYK
RGB Variations
Color information
#FC9EE5 (or 0xFC9EE5) is known color: Lavender Rose. HEX triplet: FC, 9E and E5. RGB value is (252,158,229). Sum of RGB (Red+Green+Blue) = 252+158+229=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 158 (62.11% from 255 or 24.73% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EE5 is #03611A. Grayscale: #C2C2C2. Windows color (decimal): -221467 or 15048444. OLE color: 15048444.
HSL color Cylindrical-coordinate representation of color #FC9EE5: hue angle of 314.68º 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 #FC9EE5 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 229 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.01 |
| HSL | 314.68º | 0.94% | 0.8% | - |
| HSV(B) | 314.68º | 0.37% | 0.99% | - |
| XYZ | 66.51 | 50.81 | 80.43 | - |
| YUV | 194.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 229 | 0 | 0.37 | 0.09 | 0.01 | 314.68 | 0.94 | 0.8 |
| Hex | FC | 9E | E5 | 0 | 25 | 9 | 1 | 13B | 5E | 50 |
| Octal | 374 | 236 | 345 | 0 | 45 | 11 | 1 | 473 | 136 | 120 |
| Binary | 11111100 | 10011110 | 11100101 | 0 | 100101 | 1001 | 1 | 100111011 | 1011110 | 1010000 |
Color Harmonies of #FC9EE5
Complementary color
Monochromatic Colors of #FC9EE5
Black with #FC9EE5
Text Example
Text Example
White with #FC9EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9EE5; }
p { color: rgb(252,158,229); }
H1.HeaderClassName
{
color: #FC9EE5;
}
.AnyTagClassName
{
color: #FC9EE5;
}
</style>
background-color css
<style>
a { background-color: #FC9EE5; }
a { background-color: rgb(252,158,229); }
div.DivClassName
{
background-color: #FC9EE5;
}
.BgClassName
{
background-color: #FC9EE5;
}
</style>
border-color css
<style>
span { border-color: #FC9EE5; }
span { border-color: rgb(252,158,229); }
td.TdClassName
{
border-color: #FC9EE5;
}
.TagClassName
{
border-color: #FC9EE5;
}
</style>