Shades of Lavender Rose #FC9EDC
Tints of Lavender Rose #FC9EDC
RGB
CMYK
RGB Variations
Color information
#FC9EDC (or 0xFC9EDC) is known color: Lavender Rose. HEX triplet: FC, 9E and DC. RGB value is (252,158,220). Sum of RGB (Red+Green+Blue) = 252+158+220=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 158 (62.11% from 255 or 25.08% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EDC is #036123. Grayscale: #C1C1C1. Windows color (decimal): -221476 or 14458620. OLE color: 14458620.
HSL color Cylindrical-coordinate representation of color #FC9EDC: hue angle of 320.43º 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 #FC9EDC is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 220 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.01 |
| HSL | 320.43º | 0.94% | 0.8% | - |
| HSV(B) | 320.43º | 0.37% | 0.99% | - |
| XYZ | 65.29 | 50.32 | 73.98 | - |
| YUV | 193.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 220 | 0 | 0.37 | 0.13 | 0.01 | 320.43 | 0.94 | 0.8 |
| Hex | FC | 9E | DC | 0 | 25 | D | 1 | 140 | 5E | 50 |
| Octal | 374 | 236 | 334 | 0 | 45 | 15 | 1 | 500 | 136 | 120 |
| Binary | 11111100 | 10011110 | 11011100 | 0 | 100101 | 1101 | 1 | 101000000 | 1011110 | 1010000 |
Color Harmonies of #FC9EDC
Complementary color
Monochromatic Colors of #FC9EDC
Black with #FC9EDC
Text Example
Text Example
White with #FC9EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9EDC; }
p { color: rgb(252,158,220); }
H1.HeaderClassName
{
color: #FC9EDC;
}
.AnyTagClassName
{
color: #FC9EDC;
}
</style>
background-color css
<style>
a { background-color: #FC9EDC; }
a { background-color: rgb(252,158,220); }
div.DivClassName
{
background-color: #FC9EDC;
}
.BgClassName
{
background-color: #FC9EDC;
}
</style>
border-color css
<style>
span { border-color: #FC9EDC; }
span { border-color: rgb(252,158,220); }
td.TdClassName
{
border-color: #FC9EDC;
}
.TagClassName
{
border-color: #FC9EDC;
}
</style>