Shades of Lavender Rose #FF95E2
Tints of Lavender Rose #FF95E2
RGB
CMYK
RGB Variations
Color information
#FF95E2 (or 0xFF95E2) is known color: Lavender Rose. HEX triplet: FF, 95 and E2. RGB value is (255,149,226). Sum of RGB (Red+Green+Blue) = 255+149+226=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 149 (58.59% from 255 or 23.65% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95E2 is #006A1D. Grayscale: #BDBDBD. Windows color (decimal): -27166 or 14849535. OLE color: 14849535.
HSL color Cylindrical-coordinate representation of color #FF95E2: hue angle of 316.42º 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 #FF95E2 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 226 | - |
| CMYK | 0 | 0.42 | 0.11 | 0 |
| HSL | 316.42º | 1% | 0.79% | - |
| HSV(B) | 316.42º | 0.42% | 1% | - |
| XYZ | 65.71 | 48.25 | 77.8 | - |
| YUV | 189.47 | 148.62 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 226 | 0 | 0.42 | 0.11 | 0 | 316.42 | 1 | 0.79 |
| Hex | FF | 95 | E2 | 0 | 2A | B | 0 | 13C | 64 | 4F |
| Octal | 377 | 225 | 342 | 0 | 52 | 13 | 0 | 474 | 144 | 117 |
| Binary | 11111111 | 10010101 | 11100010 | 0 | 101010 | 1011 | 0 | 100111100 | 1100100 | 1001111 |
Color Harmonies of #FF95E2
Complementary color
Monochromatic Colors of #FF95E2
Black with #FF95E2
Text Example
Text Example
White with #FF95E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF95E2; }
p { color: rgb(255,149,226); }
H1.HeaderClassName
{
color: #FF95E2;
}
.AnyTagClassName
{
color: #FF95E2;
}
</style>
background-color css
<style>
a { background-color: #FF95E2; }
a { background-color: rgb(255,149,226); }
div.DivClassName
{
background-color: #FF95E2;
}
.BgClassName
{
background-color: #FF95E2;
}
</style>
border-color css
<style>
span { border-color: #FF95E2; }
span { border-color: rgb(255,149,226); }
td.TdClassName
{
border-color: #FF95E2;
}
.TagClassName
{
border-color: #FF95E2;
}
</style>