Shades of Lavender Rose #F995DB
Tints of Lavender Rose #F995DB
RGB
CMYK
RGB Variations
Color information
#F995DB (or 0xF995DB) is known color: Lavender Rose. HEX triplet: F9, 95 and DB. RGB value is (249,149,219). Sum of RGB (Red+Green+Blue) = 249+149+219=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 149 (58.59% from 255 or 24.15% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F995DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F995DB is #066A24. Grayscale: #BABABA. Windows color (decimal): -420389 or 14390777. OLE color: 14390777.
HSL color Cylindrical-coordinate representation of color #F995DB: hue angle of 318º 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 #F995DB is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 219 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.02 |
| HSL | 318º | 0.89% | 0.78% | - |
| HSV(B) | 318º | 0.4% | 0.98% | - |
| XYZ | 62.6 | 46.75 | 72.74 | - |
| YUV | 186.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 219 | 0 | 0.40 | 0.12 | 0.02 | 318 | 0.89 | 0.78 |
| Hex | F9 | 95 | DB | 0 | 28 | C | 2 | 13E | 59 | 4E |
| Octal | 371 | 225 | 333 | 0 | 50 | 14 | 2 | 476 | 131 | 116 |
| Binary | 11111001 | 10010101 | 11011011 | 0 | 101000 | 1100 | 10 | 100111110 | 1011001 | 1001110 |
Color Harmonies of #F995DB
Complementary color
Monochromatic Colors of #F995DB
Black with #F995DB
Text Example
Text Example
White with #F995DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F995DB; }
p { color: rgb(249,149,219); }
H1.HeaderClassName
{
color: #F995DB;
}
.AnyTagClassName
{
color: #F995DB;
}
</style>
background-color css
<style>
a { background-color: #F995DB; }
a { background-color: rgb(249,149,219); }
div.DivClassName
{
background-color: #F995DB;
}
.BgClassName
{
background-color: #F995DB;
}
</style>
border-color css
<style>
span { border-color: #F995DB; }
span { border-color: rgb(249,149,219); }
td.TdClassName
{
border-color: #F995DB;
}
.TagClassName
{
border-color: #F995DB;
}
</style>