Shades of Lavender Rose #FC9EF1
Tints of Lavender Rose #FC9EF1
RGB
CMYK
RGB Variations
Color information
#FC9EF1 (or 0xFC9EF1) is known color: Lavender Rose. HEX triplet: FC, 9E and F1. RGB value is (252,158,241). Sum of RGB (Red+Green+Blue) = 252+158+241=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 158 (62.11% from 255 or 24.27% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC9EF1 is #03610E. Grayscale: #C3C3C3. Windows color (decimal): -221455 or 15834876. OLE color: 15834876.
HSL color Cylindrical-coordinate representation of color #FC9EF1: hue angle of 307.02º 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 #FC9EF1 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 241 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.01 |
| HSL | 307.02º | 0.94% | 0.8% | - |
| HSV(B) | 307.02º | 0.37% | 0.99% | - |
| XYZ | 68.25 | 51.5 | 89.56 | - |
| YUV | 195.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 241 | 0 | 0.37 | 0.04 | 0.01 | 307.02 | 0.94 | 0.8 |
| Hex | FC | 9E | F1 | 0 | 25 | 4 | 1 | 133 | 5E | 50 |
| Octal | 374 | 236 | 361 | 0 | 45 | 4 | 1 | 463 | 136 | 120 |
| Binary | 11111100 | 10011110 | 11110001 | 0 | 100101 | 100 | 1 | 100110011 | 1011110 | 1010000 |
Color Harmonies of #FC9EF1
Complementary color
Monochromatic Colors of #FC9EF1
Black with #FC9EF1
Text Example
Text Example
White with #FC9EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9EF1; }
p { color: rgb(252,158,241); }
H1.HeaderClassName
{
color: #FC9EF1;
}
.AnyTagClassName
{
color: #FC9EF1;
}
</style>
background-color css
<style>
a { background-color: #FC9EF1; }
a { background-color: rgb(252,158,241); }
div.DivClassName
{
background-color: #FC9EF1;
}
.BgClassName
{
background-color: #FC9EF1;
}
</style>
border-color css
<style>
span { border-color: #FC9EF1; }
span { border-color: rgb(252,158,241); }
td.TdClassName
{
border-color: #FC9EF1;
}
.TagClassName
{
border-color: #FC9EF1;
}
</style>