Shades of Lavender Rose #F99BDD
Tints of Lavender Rose #F99BDD
RGB
CMYK
RGB Variations
Color information
#F99BDD (or 0xF99BDD) is known color: Lavender Rose. HEX triplet: F9, 9B and DD. RGB value is (249,155,221). Sum of RGB (Red+Green+Blue) = 249+155+221=625 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.84% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BDD is #066422. Grayscale: #BEBEBE. Windows color (decimal): -418851 or 14523385. OLE color: 14523385.
HSL color Cylindrical-coordinate representation of color #F99BDD: hue angle of 317.87º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99BDD is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 221 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.02 |
| HSL | 317.87º | 0.89% | 0.79% | - |
| HSV(B) | 317.87º | 0.38% | 0.98% | - |
| XYZ | 63.84 | 48.8 | 74.46 | - |
| YUV | 190.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 221 | 0 | 0.38 | 0.11 | 0.02 | 317.87 | 0.89 | 0.79 |
| Hex | F9 | 9B | DD | 0 | 26 | B | 2 | 13E | 59 | 4F |
| Octal | 371 | 233 | 335 | 0 | 46 | 13 | 2 | 476 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11011101 | 0 | 100110 | 1011 | 10 | 100111110 | 1011001 | 1001111 |
Color Harmonies of #F99BDD
Complementary color
Monochromatic Colors of #F99BDD
Black with #F99BDD
Text Example
Text Example
White with #F99BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BDD; }
p { color: rgb(249,155,221); }
H1.HeaderClassName
{
color: #F99BDD;
}
.AnyTagClassName
{
color: #F99BDD;
}
</style>
background-color css
<style>
a { background-color: #F99BDD; }
a { background-color: rgb(249,155,221); }
div.DivClassName
{
background-color: #F99BDD;
}
.BgClassName
{
background-color: #F99BDD;
}
</style>
border-color css
<style>
span { border-color: #F99BDD; }
span { border-color: rgb(249,155,221); }
td.TdClassName
{
border-color: #F99BDD;
}
.TagClassName
{
border-color: #F99BDD;
}
</style>