Shades of Lavender Rose #FF95EC
Tints of Lavender Rose #FF95EC
RGB
CMYK
RGB Variations
Color information
#FF95EC (or 0xFF95EC) is known color: Lavender Rose. HEX triplet: FF, 95 and EC. RGB value is (255,149,236). Sum of RGB (Red+Green+Blue) = 255+149+236=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 149 (58.59% from 255 or 23.28% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF95EC is #006A13. Grayscale: #BEBEBE. Windows color (decimal): -27156 or 15504895. OLE color: 15504895.
HSL color Cylindrical-coordinate representation of color #FF95EC: hue angle of 310.75º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF95EC is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 236 | - |
| CMYK | 0 | 0.42 | 0.07 | 0 |
| HSL | 310.75º | 1% | 0.79% | - |
| HSV(B) | 310.75º | 0.42% | 1% | - |
| XYZ | 67.13 | 48.81 | 85.24 | - |
| YUV | 190.61 | 153.62 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 236 | 0 | 0.42 | 0.07 | 0 | 310.75 | 1 | 0.79 |
| Hex | FF | 95 | EC | 0 | 2A | 7 | 0 | 137 | 64 | 4F |
| Octal | 377 | 225 | 354 | 0 | 52 | 7 | 0 | 467 | 144 | 117 |
| Binary | 11111111 | 10010101 | 11101100 | 0 | 101010 | 111 | 0 | 100110111 | 1100100 | 1001111 |
Color Harmonies of #FF95EC
Complementary color
Monochromatic Colors of #FF95EC
Black with #FF95EC
Text Example
Text Example
White with #FF95EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF95EC; }
p { color: rgb(255,149,236); }
H1.HeaderClassName
{
color: #FF95EC;
}
.AnyTagClassName
{
color: #FF95EC;
}
</style>
background-color css
<style>
a { background-color: #FF95EC; }
a { background-color: rgb(255,149,236); }
div.DivClassName
{
background-color: #FF95EC;
}
.BgClassName
{
background-color: #FF95EC;
}
</style>
border-color css
<style>
span { border-color: #FF95EC; }
span { border-color: rgb(255,149,236); }
td.TdClassName
{
border-color: #FF95EC;
}
.TagClassName
{
border-color: #FF95EC;
}
</style>