Shades of Lavender Rose #FC9EDF
Tints of Lavender Rose #FC9EDF
RGB
CMYK
RGB Variations
Color information
#FC9EDF (or 0xFC9EDF) is known color: Lavender Rose. HEX triplet: FC, 9E and DF. RGB value is (252,158,223). Sum of RGB (Red+Green+Blue) = 252+158+223=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9EDF is #036120. Grayscale: #C1C1C1. Windows color (decimal): -221473 or 14655228. OLE color: 14655228.
HSL color Cylindrical-coordinate representation of color #FC9EDF: hue angle of 318.51º 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 #FC9EDF is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 223 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.01 |
| HSL | 318.51º | 0.94% | 0.8% | - |
| HSV(B) | 318.51º | 0.37% | 0.99% | - |
| XYZ | 65.69 | 50.48 | 76.09 | - |
| YUV | 193.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 223 | 0 | 0.37 | 0.12 | 0.01 | 318.51 | 0.94 | 0.8 |
| Hex | FC | 9E | DF | 0 | 25 | C | 1 | 13F | 5E | 50 |
| Octal | 374 | 236 | 337 | 0 | 45 | 14 | 1 | 477 | 136 | 120 |
| Binary | 11111100 | 10011110 | 11011111 | 0 | 100101 | 1100 | 1 | 100111111 | 1011110 | 1010000 |
Color Harmonies of #FC9EDF
Complementary color
Monochromatic Colors of #FC9EDF
Black with #FC9EDF
Text Example
Text Example
White with #FC9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9EDF; }
p { color: rgb(252,158,223); }
H1.HeaderClassName
{
color: #FC9EDF;
}
.AnyTagClassName
{
color: #FC9EDF;
}
</style>
background-color css
<style>
a { background-color: #FC9EDF; }
a { background-color: rgb(252,158,223); }
div.DivClassName
{
background-color: #FC9EDF;
}
.BgClassName
{
background-color: #FC9EDF;
}
</style>
border-color css
<style>
span { border-color: #FC9EDF; }
span { border-color: rgb(252,158,223); }
td.TdClassName
{
border-color: #FC9EDF;
}
.TagClassName
{
border-color: #FC9EDF;
}
</style>