Shades of Lavender Rose #FC94E5
Tints of Lavender Rose #FC94E5
RGB
CMYK
RGB Variations
Color information
#FC94E5 (or 0xFC94E5) is known color: Lavender Rose. HEX triplet: FC, 94 and E5. RGB value is (252,148,229). Sum of RGB (Red+Green+Blue) = 252+148+229=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 148 (58.20% from 255 or 23.53% from 629); Blue value is 229 (89.84% from 255 or 36.41% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC94E5 is #036B1A. Grayscale: #BCBCBC. Windows color (decimal): -224027 or 15045884. OLE color: 15045884.
HSL color Cylindrical-coordinate representation of color #FC94E5: hue angle of 313.27º 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 #FC94E5 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 229 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.01 |
| HSL | 313.27º | 0.95% | 0.78% | - |
| HSV(B) | 313.27º | 0.41% | 0.99% | - |
| XYZ | 64.88 | 47.53 | 79.88 | - |
| YUV | 188.33 | 150.96 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 229 | 0 | 0.41 | 0.09 | 0.01 | 313.27 | 0.95 | 0.78 |
| Hex | FC | 94 | E5 | 0 | 29 | 9 | 1 | 139 | 5F | 4E |
| Octal | 374 | 224 | 345 | 0 | 51 | 11 | 1 | 471 | 137 | 116 |
| Binary | 11111100 | 10010100 | 11100101 | 0 | 101001 | 1001 | 1 | 100111001 | 1011111 | 1001110 |
Color Harmonies of #FC94E5
Complementary color
Monochromatic Colors of #FC94E5
Black with #FC94E5
Text Example
Text Example
White with #FC94E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC94E5; }
p { color: rgb(252,148,229); }
H1.HeaderClassName
{
color: #FC94E5;
}
.AnyTagClassName
{
color: #FC94E5;
}
</style>
background-color css
<style>
a { background-color: #FC94E5; }
a { background-color: rgb(252,148,229); }
div.DivClassName
{
background-color: #FC94E5;
}
.BgClassName
{
background-color: #FC94E5;
}
</style>
border-color css
<style>
span { border-color: #FC94E5; }
span { border-color: rgb(252,148,229); }
td.TdClassName
{
border-color: #FC94E5;
}
.TagClassName
{
border-color: #FC94E5;
}
</style>