Shades of Lavender Rose #F99DF3
Tints of Lavender Rose #F99DF3
RGB
CMYK
RGB Variations
Color information
#F99DF3 (or 0xF99DF3) is known color: Lavender Rose. HEX triplet: F9, 9D and F3. RGB value is (249,157,243). Sum of RGB (Red+Green+Blue) = 249+157+243=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 157 (61.72% from 255 or 24.19% from 649); Blue value is 243 (95.31% from 255 or 37.44% from 649); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99DF3 is #06620C. Grayscale: #C2C2C2. Windows color (decimal): -418317 or 15965689. OLE color: 15965689.
HSL color Cylindrical-coordinate representation of color #F99DF3: hue angle of 303.91º 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 #F99DF3 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 243 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.02 |
| HSL | 303.91º | 0.88% | 0.8% | - |
| HSV(B) | 303.91º | 0.37% | 0.98% | - |
| XYZ | 67.3 | 50.72 | 91.04 | - |
| YUV | 194.31 | 155.48 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 243 | 0 | 0.37 | 0.02 | 0.02 | 303.91 | 0.88 | 0.8 |
| Hex | F9 | 9D | F3 | 0 | 25 | 2 | 2 | 130 | 58 | 50 |
| Octal | 371 | 235 | 363 | 0 | 45 | 2 | 2 | 460 | 130 | 120 |
| Binary | 11111001 | 10011101 | 11110011 | 0 | 100101 | 10 | 10 | 100110000 | 1011000 | 1010000 |
Color Harmonies of #F99DF3
Complementary color
Monochromatic Colors of #F99DF3
Black with #F99DF3
Text Example
Text Example
White with #F99DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DF3; }
p { color: rgb(249,157,243); }
H1.HeaderClassName
{
color: #F99DF3;
}
.AnyTagClassName
{
color: #F99DF3;
}
</style>
background-color css
<style>
a { background-color: #F99DF3; }
a { background-color: rgb(249,157,243); }
div.DivClassName
{
background-color: #F99DF3;
}
.BgClassName
{
background-color: #F99DF3;
}
</style>
border-color css
<style>
span { border-color: #F99DF3; }
span { border-color: rgb(249,157,243); }
td.TdClassName
{
border-color: #F99DF3;
}
.TagClassName
{
border-color: #F99DF3;
}
</style>