Shades of Lavender Rose #F995DD
Tints of Lavender Rose #F995DD
RGB
CMYK
RGB Variations
Color information
#F995DD (or 0xF995DD) is known color: Lavender Rose. HEX triplet: F9, 95 and DD. RGB value is (249,149,221). Sum of RGB (Red+Green+Blue) = 249+149+221=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F995DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995DD is #066A22. Grayscale: #BABABA. Windows color (decimal): -420387 or 14521849. OLE color: 14521849.
HSL color Cylindrical-coordinate representation of color #F995DD: hue angle of 316.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F995DD is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 221 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.02 |
| HSL | 316.8º | 0.89% | 0.78% | - |
| HSV(B) | 316.8º | 0.4% | 0.98% | - |
| XYZ | 62.87 | 46.86 | 74.14 | - |
| YUV | 187.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 221 | 0 | 0.40 | 0.11 | 0.02 | 316.8 | 0.89 | 0.78 |
| Hex | F9 | 95 | DD | 0 | 28 | B | 2 | 13D | 59 | 4E |
| Octal | 371 | 225 | 335 | 0 | 50 | 13 | 2 | 475 | 131 | 116 |
| Binary | 11111001 | 10010101 | 11011101 | 0 | 101000 | 1011 | 10 | 100111101 | 1011001 | 1001110 |
Color Harmonies of #F995DD
Complementary color
Monochromatic Colors of #F995DD
Black with #F995DD
Text Example
Text Example
White with #F995DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F995DD; }
p { color: rgb(249,149,221); }
H1.HeaderClassName
{
color: #F995DD;
}
.AnyTagClassName
{
color: #F995DD;
}
</style>
background-color css
<style>
a { background-color: #F995DD; }
a { background-color: rgb(249,149,221); }
div.DivClassName
{
background-color: #F995DD;
}
.BgClassName
{
background-color: #F995DD;
}
</style>
border-color css
<style>
span { border-color: #F995DD; }
span { border-color: rgb(249,149,221); }
td.TdClassName
{
border-color: #F995DD;
}
.TagClassName
{
border-color: #F995DD;
}
</style>