Shades of Lavender Rose #F99DD7
Tints of Lavender Rose #F99DD7
RGB
CMYK
RGB Variations
Color information
#F99DD7 (or 0xF99DD7) is known color: Lavender Rose. HEX triplet: F9, 9D and D7. RGB value is (249,157,215). Sum of RGB (Red+Green+Blue) = 249+157+215=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DD7 is #066228. Grayscale: #BEBEBE. Windows color (decimal): -418345 or 14130681. OLE color: 14130681.
HSL color Cylindrical-coordinate representation of color #F99DD7: hue angle of 322.17º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99DD7 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 215 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.02 |
| HSL | 322.17º | 0.88% | 0.8% | - |
| HSV(B) | 322.17º | 0.37% | 0.98% | - |
| XYZ | 63.39 | 49.16 | 70.44 | - |
| YUV | 191.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 215 | 0 | 0.37 | 0.14 | 0.02 | 322.17 | 0.88 | 0.8 |
| Hex | F9 | 9D | D7 | 0 | 25 | E | 2 | 142 | 58 | 50 |
| Octal | 371 | 235 | 327 | 0 | 45 | 16 | 2 | 502 | 130 | 120 |
| Binary | 11111001 | 10011101 | 11010111 | 0 | 100101 | 1110 | 10 | 101000010 | 1011000 | 1010000 |
Color Harmonies of #F99DD7
Complementary color
Monochromatic Colors of #F99DD7
Black with #F99DD7
Text Example
Text Example
White with #F99DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DD7; }
p { color: rgb(249,157,215); }
H1.HeaderClassName
{
color: #F99DD7;
}
.AnyTagClassName
{
color: #F99DD7;
}
</style>
background-color css
<style>
a { background-color: #F99DD7; }
a { background-color: rgb(249,157,215); }
div.DivClassName
{
background-color: #F99DD7;
}
.BgClassName
{
background-color: #F99DD7;
}
</style>
border-color css
<style>
span { border-color: #F99DD7; }
span { border-color: rgb(249,157,215); }
td.TdClassName
{
border-color: #F99DD7;
}
.TagClassName
{
border-color: #F99DD7;
}
</style>