Shades of Lavender Rose #FF95D5
Tints of Lavender Rose #FF95D5
RGB
CMYK
RGB Variations
Color information
#FF95D5 (or 0xFF95D5) is known color: Lavender Rose. HEX triplet: FF, 95 and D5. RGB value is (255,149,213). Sum of RGB (Red+Green+Blue) = 255+149+213=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95D5 is #006A2A. Grayscale: #BBBBBB. Windows color (decimal): -27179 or 13997567. OLE color: 13997567.
HSL color Cylindrical-coordinate representation of color #FF95D5: hue angle of 323.77º 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 #FF95D5 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 213 | - |
| CMYK | 0 | 0.42 | 0.16 | 0 |
| HSL | 323.77º | 1% | 0.79% | - |
| HSV(B) | 323.77º | 0.42% | 1% | - |
| XYZ | 64 | 47.56 | 68.76 | - |
| YUV | 187.99 | 142.12 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 213 | 0 | 0.42 | 0.16 | 0 | 323.77 | 1 | 0.79 |
| Hex | FF | 95 | D5 | 0 | 2A | 10 | 0 | 144 | 64 | 4F |
| Octal | 377 | 225 | 325 | 0 | 52 | 20 | 0 | 504 | 144 | 117 |
| Binary | 11111111 | 10010101 | 11010101 | 0 | 101010 | 10000 | 0 | 101000100 | 1100100 | 1001111 |
Color Harmonies of #FF95D5
Complementary color
Monochromatic Colors of #FF95D5
Black with #FF95D5
Text Example
Text Example
White with #FF95D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF95D5; }
p { color: rgb(255,149,213); }
H1.HeaderClassName
{
color: #FF95D5;
}
.AnyTagClassName
{
color: #FF95D5;
}
</style>
background-color css
<style>
a { background-color: #FF95D5; }
a { background-color: rgb(255,149,213); }
div.DivClassName
{
background-color: #FF95D5;
}
.BgClassName
{
background-color: #FF95D5;
}
</style>
border-color css
<style>
span { border-color: #FF95D5; }
span { border-color: rgb(255,149,213); }
td.TdClassName
{
border-color: #FF95D5;
}
.TagClassName
{
border-color: #FF95D5;
}
</style>