Shades of Lavender Rose #FF95DD
Tints of Lavender Rose #FF95DD
RGB
CMYK
RGB Variations
Color information
#FF95DD (or 0xFF95DD) is known color: Lavender Rose. HEX triplet: FF, 95 and DD. RGB value is (255,149,221). Sum of RGB (Red+Green+Blue) = 255+149+221=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 149 (58.59% from 255 or 23.84% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF95DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF95DD is #006A22. Grayscale: #BCBCBC. Windows color (decimal): -27171 or 14521855. OLE color: 14521855.
HSL color Cylindrical-coordinate representation of color #FF95DD: hue angle of 319.25º 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 #FF95DD is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 221 | - |
| CMYK | 0 | 0.42 | 0.13 | 0 |
| HSL | 319.25º | 1% | 0.79% | - |
| HSV(B) | 319.25º | 0.42% | 1% | - |
| XYZ | 65.04 | 47.98 | 74.24 | - |
| YUV | 188.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 221 | 0 | 0.42 | 0.13 | 0 | 319.25 | 1 | 0.79 |
| Hex | FF | 95 | DD | 0 | 2A | D | 0 | 13F | 64 | 4F |
| Octal | 377 | 225 | 335 | 0 | 52 | 15 | 0 | 477 | 144 | 117 |
| Binary | 11111111 | 10010101 | 11011101 | 0 | 101010 | 1101 | 0 | 100111111 | 1100100 | 1001111 |
Color Harmonies of #FF95DD
Complementary color
Monochromatic Colors of #FF95DD
Black with #FF95DD
Text Example
Text Example
White with #FF95DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF95DD; }
p { color: rgb(255,149,221); }
H1.HeaderClassName
{
color: #FF95DD;
}
.AnyTagClassName
{
color: #FF95DD;
}
</style>
background-color css
<style>
a { background-color: #FF95DD; }
a { background-color: rgb(255,149,221); }
div.DivClassName
{
background-color: #FF95DD;
}
.BgClassName
{
background-color: #FF95DD;
}
</style>
border-color css
<style>
span { border-color: #FF95DD; }
span { border-color: rgb(255,149,221); }
td.TdClassName
{
border-color: #FF95DD;
}
.TagClassName
{
border-color: #FF95DD;
}
</style>