Shades of Lavender Rose #F99DD6
Tints of Lavender Rose #F99DD6
RGB
CMYK
RGB Variations
Color information
#F99DD6 (or 0xF99DD6) is known color: Lavender Rose. HEX triplet: F9, 9D and D6. RGB value is (249,157,214). Sum of RGB (Red+Green+Blue) = 249+157+214=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 157 (61.72% from 255 or 25.32% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99DD6 is #066229. Grayscale: #BEBEBE. Windows color (decimal): -418346 or 14065145. OLE color: 14065145.
HSL color Cylindrical-coordinate representation of color #F99DD6: hue angle of 322.83º 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 #F99DD6 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 214 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.02 |
| HSL | 322.83º | 0.88% | 0.8% | - |
| HSV(B) | 322.83º | 0.37% | 0.98% | - |
| XYZ | 63.26 | 49.11 | 69.76 | - |
| YUV | 191.01 | 140.98 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 214 | 0 | 0.37 | 0.14 | 0.02 | 322.83 | 0.88 | 0.8 |
| Hex | F9 | 9D | D6 | 0 | 25 | E | 2 | 143 | 58 | 50 |
| Octal | 371 | 235 | 326 | 0 | 45 | 16 | 2 | 503 | 130 | 120 |
| Binary | 11111001 | 10011101 | 11010110 | 0 | 100101 | 1110 | 10 | 101000011 | 1011000 | 1010000 |
Color Harmonies of #F99DD6
Complementary color
Monochromatic Colors of #F99DD6
Black with #F99DD6
Text Example
Text Example
White with #F99DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DD6; }
p { color: rgb(249,157,214); }
H1.HeaderClassName
{
color: #F99DD6;
}
.AnyTagClassName
{
color: #F99DD6;
}
</style>
background-color css
<style>
a { background-color: #F99DD6; }
a { background-color: rgb(249,157,214); }
div.DivClassName
{
background-color: #F99DD6;
}
.BgClassName
{
background-color: #F99DD6;
}
</style>
border-color css
<style>
span { border-color: #F99DD6; }
span { border-color: rgb(249,157,214); }
td.TdClassName
{
border-color: #F99DD6;
}
.TagClassName
{
border-color: #F99DD6;
}
</style>