Shades of Lavender Rose #FC9EF2
Tints of Lavender Rose #FC9EF2
RGB
CMYK
RGB Variations
Color information
#FC9EF2 (or 0xFC9EF2) is known color: Lavender Rose. HEX triplet: FC, 9E and F2. RGB value is (252,158,242). Sum of RGB (Red+Green+Blue) = 252+158+242=652 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.65% from 652); Green value is 158 (62.11% from 255 or 24.23% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9EF2 is #03610D. Grayscale: #C3C3C3. Windows color (decimal): -221454 or 15900412. OLE color: 15900412.
HSL color Cylindrical-coordinate representation of color #FC9EF2: hue angle of 306.38º 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 #FC9EF2 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 242 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.01 |
| HSL | 306.38º | 0.94% | 0.8% | - |
| HSV(B) | 306.38º | 0.37% | 0.99% | - |
| XYZ | 68.4 | 51.56 | 90.35 | - |
| YUV | 195.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 242 | 0 | 0.37 | 0.04 | 0.01 | 306.38 | 0.94 | 0.8 |
| Hex | FC | 9E | F2 | 0 | 25 | 4 | 1 | 132 | 5E | 50 |
| Octal | 374 | 236 | 362 | 0 | 45 | 4 | 1 | 462 | 136 | 120 |
| Binary | 11111100 | 10011110 | 11110010 | 0 | 100101 | 100 | 1 | 100110010 | 1011110 | 1010000 |
Color Harmonies of #FC9EF2
Complementary color
Monochromatic Colors of #FC9EF2
Black with #FC9EF2
Text Example
Text Example
White with #FC9EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9EF2; }
p { color: rgb(252,158,242); }
H1.HeaderClassName
{
color: #FC9EF2;
}
.AnyTagClassName
{
color: #FC9EF2;
}
</style>
background-color css
<style>
a { background-color: #FC9EF2; }
a { background-color: rgb(252,158,242); }
div.DivClassName
{
background-color: #FC9EF2;
}
.BgClassName
{
background-color: #FC9EF2;
}
</style>
border-color css
<style>
span { border-color: #FC9EF2; }
span { border-color: rgb(252,158,242); }
td.TdClassName
{
border-color: #FC9EF2;
}
.TagClassName
{
border-color: #FC9EF2;
}
</style>