Shades of Lavender Rose #F99BD5
Tints of Lavender Rose #F99BD5
RGB
CMYK
RGB Variations
Color information
#F99BD5 (or 0xF99BD5) is known color: Lavender Rose. HEX triplet: F9, 9B and D5. RGB value is (249,155,213). Sum of RGB (Red+Green+Blue) = 249+155+213=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 155 (60.94% from 255 or 25.12% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BD5 is #06642A. Grayscale: #BDBDBD. Windows color (decimal): -418859 or 13999097. OLE color: 13999097.
HSL color Cylindrical-coordinate representation of color #F99BD5: hue angle of 322.98º 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 #F99BD5 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 213 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.02 |
| HSL | 322.98º | 0.89% | 0.79% | - |
| HSV(B) | 322.98º | 0.38% | 0.98% | - |
| XYZ | 62.8 | 48.39 | 68.98 | - |
| YUV | 189.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 213 | 0 | 0.38 | 0.14 | 0.02 | 322.98 | 0.89 | 0.79 |
| Hex | F9 | 9B | D5 | 0 | 26 | E | 2 | 143 | 59 | 4F |
| Octal | 371 | 233 | 325 | 0 | 46 | 16 | 2 | 503 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11010101 | 0 | 100110 | 1110 | 10 | 101000011 | 1011001 | 1001111 |
Color Harmonies of #F99BD5
Complementary color
Monochromatic Colors of #F99BD5
Black with #F99BD5
Text Example
Text Example
White with #F99BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BD5; }
p { color: rgb(249,155,213); }
H1.HeaderClassName
{
color: #F99BD5;
}
.AnyTagClassName
{
color: #F99BD5;
}
</style>
background-color css
<style>
a { background-color: #F99BD5; }
a { background-color: rgb(249,155,213); }
div.DivClassName
{
background-color: #F99BD5;
}
.BgClassName
{
background-color: #F99BD5;
}
</style>
border-color css
<style>
span { border-color: #F99BD5; }
span { border-color: rgb(249,155,213); }
td.TdClassName
{
border-color: #F99BD5;
}
.TagClassName
{
border-color: #F99BD5;
}
</style>