Shades of Lavender Rose #F99AD2
Tints of Lavender Rose #F99AD2
RGB
CMYK
RGB Variations
Color information
#F99AD2 (or 0xF99AD2) is known color: Lavender Rose. HEX triplet: F9, 9A and D2. RGB value is (249,154,210). Sum of RGB (Red+Green+Blue) = 249+154+210=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 154 (60.55% from 255 or 25.12% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F99AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99AD2 is #06652D. Grayscale: #BCBCBC. Windows color (decimal): -419118 or 13802233. OLE color: 13802233.
HSL color Cylindrical-coordinate representation of color #F99AD2: hue angle of 324.63º 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 #F99AD2 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 210 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.02 |
| HSL | 324.63º | 0.89% | 0.79% | - |
| HSV(B) | 324.63º | 0.38% | 0.98% | - |
| XYZ | 62.26 | 47.9 | 66.94 | - |
| YUV | 188.79 | 139.97 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 210 | 0 | 0.38 | 0.16 | 0.02 | 324.63 | 0.89 | 0.79 |
| Hex | F9 | 9A | D2 | 0 | 26 | 10 | 2 | 145 | 59 | 4F |
| Octal | 371 | 232 | 322 | 0 | 46 | 20 | 2 | 505 | 131 | 117 |
| Binary | 11111001 | 10011010 | 11010010 | 0 | 100110 | 10000 | 10 | 101000101 | 1011001 | 1001111 |
Color Harmonies of #F99AD2
Complementary color
Monochromatic Colors of #F99AD2
Black with #F99AD2
Text Example
Text Example
White with #F99AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99AD2; }
p { color: rgb(249,154,210); }
H1.HeaderClassName
{
color: #F99AD2;
}
.AnyTagClassName
{
color: #F99AD2;
}
</style>
background-color css
<style>
a { background-color: #F99AD2; }
a { background-color: rgb(249,154,210); }
div.DivClassName
{
background-color: #F99AD2;
}
.BgClassName
{
background-color: #F99AD2;
}
</style>
border-color css
<style>
span { border-color: #F99AD2; }
span { border-color: rgb(249,154,210); }
td.TdClassName
{
border-color: #F99AD2;
}
.TagClassName
{
border-color: #F99AD2;
}
</style>