Shades of Lavender Rose #F99BD3
Tints of Lavender Rose #F99BD3
RGB
CMYK
RGB Variations
Color information
#F99BD3 (or 0xF99BD3) is known color: Lavender Rose. HEX triplet: F9, 9B and D3. RGB value is (249,155,211). Sum of RGB (Red+Green+Blue) = 249+155+211=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99BD3 is #06642C. Grayscale: #BDBDBD. Windows color (decimal): -418861 or 13868025. OLE color: 13868025.
HSL color Cylindrical-coordinate representation of color #F99BD3: hue angle of 324.26º 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 #F99BD3 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 155 | 211 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.02 |
| HSL | 324.26º | 0.89% | 0.79% | - |
| HSV(B) | 324.26º | 0.38% | 0.98% | - |
| XYZ | 62.55 | 48.29 | 67.65 | - |
| YUV | 189.49 | 140.14 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 155 | 211 | 0 | 0.38 | 0.15 | 0.02 | 324.26 | 0.89 | 0.79 |
| Hex | F9 | 9B | D3 | 0 | 26 | F | 2 | 144 | 59 | 4F |
| Octal | 371 | 233 | 323 | 0 | 46 | 17 | 2 | 504 | 131 | 117 |
| Binary | 11111001 | 10011011 | 11010011 | 0 | 100110 | 1111 | 10 | 101000100 | 1011001 | 1001111 |
Color Harmonies of #F99BD3
Complementary color
Monochromatic Colors of #F99BD3
Black with #F99BD3
Text Example
Text Example
White with #F99BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99BD3; }
p { color: rgb(249,155,211); }
H1.HeaderClassName
{
color: #F99BD3;
}
.AnyTagClassName
{
color: #F99BD3;
}
</style>
background-color css
<style>
a { background-color: #F99BD3; }
a { background-color: rgb(249,155,211); }
div.DivClassName
{
background-color: #F99BD3;
}
.BgClassName
{
background-color: #F99BD3;
}
</style>
border-color css
<style>
span { border-color: #F99BD3; }
span { border-color: rgb(249,155,211); }
td.TdClassName
{
border-color: #F99BD3;
}
.TagClassName
{
border-color: #F99BD3;
}
</style>