Shades of Lavender Rose #F995DC
Tints of Lavender Rose #F995DC
RGB
CMYK
RGB Variations
Color information
#F995DC (or 0xF995DC) is known color: Lavender Rose. HEX triplet: F9, 95 and DC. RGB value is (249,149,220). Sum of RGB (Red+Green+Blue) = 249+149+220=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F995DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995DC is #066A23. Grayscale: #BABABA. Windows color (decimal): -420388 or 14456313. OLE color: 14456313.
HSL color Cylindrical-coordinate representation of color #F995DC: hue angle of 317.4º 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 #F995DC is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 220 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.02 |
| HSL | 317.4º | 0.89% | 0.78% | - |
| HSV(B) | 317.4º | 0.4% | 0.98% | - |
| XYZ | 62.73 | 46.8 | 73.44 | - |
| YUV | 186.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 220 | 0 | 0.40 | 0.12 | 0.02 | 317.4 | 0.89 | 0.78 |
| Hex | F9 | 95 | DC | 0 | 28 | C | 2 | 13D | 59 | 4E |
| Octal | 371 | 225 | 334 | 0 | 50 | 14 | 2 | 475 | 131 | 116 |
| Binary | 11111001 | 10010101 | 11011100 | 0 | 101000 | 1100 | 10 | 100111101 | 1011001 | 1001110 |
Color Harmonies of #F995DC
Complementary color
Monochromatic Colors of #F995DC
Black with #F995DC
Text Example
Text Example
White with #F995DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F995DC; }
p { color: rgb(249,149,220); }
H1.HeaderClassName
{
color: #F995DC;
}
.AnyTagClassName
{
color: #F995DC;
}
</style>
background-color css
<style>
a { background-color: #F995DC; }
a { background-color: rgb(249,149,220); }
div.DivClassName
{
background-color: #F995DC;
}
.BgClassName
{
background-color: #F995DC;
}
</style>
border-color css
<style>
span { border-color: #F995DC; }
span { border-color: rgb(249,149,220); }
td.TdClassName
{
border-color: #F995DC;
}
.TagClassName
{
border-color: #F995DC;
}
</style>