Shades of Lavender Rose #FC9EDA
Tints of Lavender Rose #FC9EDA
RGB
CMYK
RGB Variations
Color information
#FC9EDA (or 0xFC9EDA) is known color: Lavender Rose. HEX triplet: FC, 9E and DA. RGB value is (252,158,218). Sum of RGB (Red+Green+Blue) = 252+158+218=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EDA is #036125. Grayscale: #C0C0C0. Windows color (decimal): -221478 or 14327548. OLE color: 14327548.
HSL color Cylindrical-coordinate representation of color #FC9EDA: hue angle of 321.7º 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 #FC9EDA is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 218 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.01 |
| HSL | 321.7º | 0.94% | 0.8% | - |
| HSV(B) | 321.7º | 0.37% | 0.99% | - |
| XYZ | 65.03 | 50.21 | 72.59 | - |
| YUV | 192.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 218 | 0 | 0.37 | 0.13 | 0.01 | 321.7 | 0.94 | 0.8 |
| Hex | FC | 9E | DA | 0 | 25 | D | 1 | 142 | 5E | 50 |
| Octal | 374 | 236 | 332 | 0 | 45 | 15 | 1 | 502 | 136 | 120 |
| Binary | 11111100 | 10011110 | 11011010 | 0 | 100101 | 1101 | 1 | 101000010 | 1011110 | 1010000 |
Color Harmonies of #FC9EDA
Complementary color
Monochromatic Colors of #FC9EDA
Black with #FC9EDA
Text Example
Text Example
White with #FC9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9EDA; }
p { color: rgb(252,158,218); }
H1.HeaderClassName
{
color: #FC9EDA;
}
.AnyTagClassName
{
color: #FC9EDA;
}
</style>
background-color css
<style>
a { background-color: #FC9EDA; }
a { background-color: rgb(252,158,218); }
div.DivClassName
{
background-color: #FC9EDA;
}
.BgClassName
{
background-color: #FC9EDA;
}
</style>
border-color css
<style>
span { border-color: #FC9EDA; }
span { border-color: rgb(252,158,218); }
td.TdClassName
{
border-color: #FC9EDA;
}
.TagClassName
{
border-color: #FC9EDA;
}
</style>