Shades of Lavender Rose #FC93E8
Tints of Lavender Rose #FC93E8
RGB
CMYK
RGB Variations
Color information
#FC93E8 (or 0xFC93E8) is known color: Lavender Rose. HEX triplet: FC, 93 and E8. RGB value is (252,147,232). Sum of RGB (Red+Green+Blue) = 252+147+232=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 147 (57.81% from 255 or 23.30% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC93E8 is #036C17. Grayscale: #BBBBBB. Windows color (decimal): -224280 or 15242236. OLE color: 15242236.
HSL color Cylindrical-coordinate representation of color #FC93E8: hue angle of 311.43º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC93E8 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 232 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.01 |
| HSL | 311.43º | 0.95% | 0.78% | - |
| HSV(B) | 311.43º | 0.42% | 0.99% | - |
| XYZ | 65.14 | 47.39 | 82.06 | - |
| YUV | 188.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 232 | 0 | 0.42 | 0.08 | 0.01 | 311.43 | 0.95 | 0.78 |
| Hex | FC | 93 | E8 | 0 | 2A | 8 | 1 | 137 | 5F | 4E |
| Octal | 374 | 223 | 350 | 0 | 52 | 10 | 1 | 467 | 137 | 116 |
| Binary | 11111100 | 10010011 | 11101000 | 0 | 101010 | 1000 | 1 | 100110111 | 1011111 | 1001110 |
Color Harmonies of #FC93E8
Complementary color
Monochromatic Colors of #FC93E8
Black with #FC93E8
Text Example
Text Example
White with #FC93E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC93E8; }
p { color: rgb(252,147,232); }
H1.HeaderClassName
{
color: #FC93E8;
}
.AnyTagClassName
{
color: #FC93E8;
}
</style>
background-color css
<style>
a { background-color: #FC93E8; }
a { background-color: rgb(252,147,232); }
div.DivClassName
{
background-color: #FC93E8;
}
.BgClassName
{
background-color: #FC93E8;
}
</style>
border-color css
<style>
span { border-color: #FC93E8; }
span { border-color: rgb(252,147,232); }
td.TdClassName
{
border-color: #FC93E8;
}
.TagClassName
{
border-color: #FC93E8;
}
</style>