Shades of Lavender Rose #FC94EA
Tints of Lavender Rose #FC94EA
RGB
CMYK
RGB Variations
Color information
#FC94EA (or 0xFC94EA) is known color: Lavender Rose. HEX triplet: FC, 94 and EA. RGB value is (252,148,234). Sum of RGB (Red+Green+Blue) = 252+148+234=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 148 (58.20% from 255 or 23.34% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC94EA is #036B15. Grayscale: #BCBCBC. Windows color (decimal): -224022 or 15373564. OLE color: 15373564.
HSL color Cylindrical-coordinate representation of color #FC94EA: hue angle of 310.38º 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 #FC94EA is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 234 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.01 |
| HSL | 310.38º | 0.95% | 0.78% | - |
| HSV(B) | 310.38º | 0.41% | 0.99% | - |
| XYZ | 65.59 | 47.82 | 83.61 | - |
| YUV | 188.9 | 153.46 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 234 | 0 | 0.41 | 0.07 | 0.01 | 310.38 | 0.95 | 0.78 |
| Hex | FC | 94 | EA | 0 | 29 | 7 | 1 | 136 | 5F | 4E |
| Octal | 374 | 224 | 352 | 0 | 51 | 7 | 1 | 466 | 137 | 116 |
| Binary | 11111100 | 10010100 | 11101010 | 0 | 101001 | 111 | 1 | 100110110 | 1011111 | 1001110 |
Color Harmonies of #FC94EA
Complementary color
Monochromatic Colors of #FC94EA
Black with #FC94EA
Text Example
Text Example
White with #FC94EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC94EA; }
p { color: rgb(252,148,234); }
H1.HeaderClassName
{
color: #FC94EA;
}
.AnyTagClassName
{
color: #FC94EA;
}
</style>
background-color css
<style>
a { background-color: #FC94EA; }
a { background-color: rgb(252,148,234); }
div.DivClassName
{
background-color: #FC94EA;
}
.BgClassName
{
background-color: #FC94EA;
}
</style>
border-color css
<style>
span { border-color: #FC94EA; }
span { border-color: rgb(252,148,234); }
td.TdClassName
{
border-color: #FC94EA;
}
.TagClassName
{
border-color: #FC94EA;
}
</style>