Shades of Lavender Rose #F99BDF
Tints of Lavender Rose #F99BDF
RGB
CMYK
RGB Variations
Color information
#F99BDF (or 0xF99BDF) is known color: Lavender Rose. HEX triplet: F9, 9B and DF. RGB value is (249,155,223). Sum of RGB (Red+Green+Blue) = 249+155+223=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 155 (60.94% from 255 or 24.72% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BDF is #066420. Grayscale: #BEBEBE. Windows color (decimal): -418849 or 14654457. OLE color: 14654457.
HSL color Cylindrical-coordinate representation of color #F99BDF: hue angle of 316.6º 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 #F99BDF is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 223 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.02 |
| HSL | 316.6º | 0.89% | 0.79% | - |
| HSV(B) | 316.6º | 0.38% | 0.98% | - |
| XYZ | 64.11 | 48.91 | 75.87 | - |
| YUV | 190.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 223 | 0 | 0.38 | 0.10 | 0.02 | 316.6 | 0.89 | 0.79 |
| Hex | F9 | 9B | DF | 0 | 26 | A | 2 | 13D | 59 | 4F |
| Octal | 371 | 233 | 337 | 0 | 46 | 12 | 2 | 475 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11011111 | 0 | 100110 | 1010 | 10 | 100111101 | 1011001 | 1001111 |
Color Harmonies of #F99BDF
Complementary color
Monochromatic Colors of #F99BDF
Black with #F99BDF
Text Example
Text Example
White with #F99BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BDF; }
p { color: rgb(249,155,223); }
H1.HeaderClassName
{
color: #F99BDF;
}
.AnyTagClassName
{
color: #F99BDF;
}
</style>
background-color css
<style>
a { background-color: #F99BDF; }
a { background-color: rgb(249,155,223); }
div.DivClassName
{
background-color: #F99BDF;
}
.BgClassName
{
background-color: #F99BDF;
}
</style>
border-color css
<style>
span { border-color: #F99BDF; }
span { border-color: rgb(249,155,223); }
td.TdClassName
{
border-color: #F99BDF;
}
.TagClassName
{
border-color: #F99BDF;
}
</style>