Shades of Lavender Rose #FC94EC
Tints of Lavender Rose #FC94EC
RGB
CMYK
RGB Variations
Color information
#FC94EC (or 0xFC94EC) is known color: Lavender Rose. HEX triplet: FC, 94 and EC. RGB value is (252,148,236). Sum of RGB (Red+Green+Blue) = 252+148+236=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 148 (58.20% from 255 or 23.27% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC94EC is #036B13. Grayscale: #BCBCBC. Windows color (decimal): -224020 or 15504636. OLE color: 15504636.
HSL color Cylindrical-coordinate representation of color #FC94EC: hue angle of 309.23º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC94EC is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 236 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.01 |
| HSL | 309.23º | 0.95% | 0.78% | - |
| HSV(B) | 309.23º | 0.41% | 0.99% | - |
| XYZ | 65.88 | 47.93 | 85.14 | - |
| YUV | 189.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 236 | 0 | 0.41 | 0.06 | 0.01 | 309.23 | 0.95 | 0.78 |
| Hex | FC | 94 | EC | 0 | 29 | 6 | 1 | 135 | 5F | 4E |
| Octal | 374 | 224 | 354 | 0 | 51 | 6 | 1 | 465 | 137 | 116 |
| Binary | 11111100 | 10010100 | 11101100 | 0 | 101001 | 110 | 1 | 100110101 | 1011111 | 1001110 |
Color Harmonies of #FC94EC
Complementary color
Monochromatic Colors of #FC94EC
Black with #FC94EC
Text Example
Text Example
White with #FC94EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC94EC; }
p { color: rgb(252,148,236); }
H1.HeaderClassName
{
color: #FC94EC;
}
.AnyTagClassName
{
color: #FC94EC;
}
</style>
background-color css
<style>
a { background-color: #FC94EC; }
a { background-color: rgb(252,148,236); }
div.DivClassName
{
background-color: #FC94EC;
}
.BgClassName
{
background-color: #FC94EC;
}
</style>
border-color css
<style>
span { border-color: #FC94EC; }
span { border-color: rgb(252,148,236); }
td.TdClassName
{
border-color: #FC94EC;
}
.TagClassName
{
border-color: #FC94EC;
}
</style>