Shades of Lavender Rose #F99ADD
Tints of Lavender Rose #F99ADD
RGB
CMYK
RGB Variations
Color information
#F99ADD (or 0xF99ADD) is known color: Lavender Rose. HEX triplet: F9, 9A and DD. RGB value is (249,154,221). Sum of RGB (Red+Green+Blue) = 249+154+221=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 154 (60.55% from 255 or 24.68% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ADD is #066522. Grayscale: #BDBDBD. Windows color (decimal): -419107 or 14523129. OLE color: 14523129.
HSL color Cylindrical-coordinate representation of color #F99ADD: hue angle of 317.68º 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 #F99ADD is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 221 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.02 |
| HSL | 317.68º | 0.89% | 0.79% | - |
| HSV(B) | 317.68º | 0.38% | 0.98% | - |
| XYZ | 63.67 | 48.47 | 74.41 | - |
| YUV | 190.04 | 145.47 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 221 | 0 | 0.38 | 0.11 | 0.02 | 317.68 | 0.89 | 0.79 |
| Hex | F9 | 9A | DD | 0 | 26 | B | 2 | 13E | 59 | 4F |
| Octal | 371 | 232 | 335 | 0 | 46 | 13 | 2 | 476 | 131 | 117 |
| Binary | 11111001 | 10011010 | 11011101 | 0 | 100110 | 1011 | 10 | 100111110 | 1011001 | 1001111 |
Color Harmonies of #F99ADD
Complementary color
Monochromatic Colors of #F99ADD
Black with #F99ADD
Text Example
Text Example
White with #F99ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99ADD; }
p { color: rgb(249,154,221); }
H1.HeaderClassName
{
color: #F99ADD;
}
.AnyTagClassName
{
color: #F99ADD;
}
</style>
background-color css
<style>
a { background-color: #F99ADD; }
a { background-color: rgb(249,154,221); }
div.DivClassName
{
background-color: #F99ADD;
}
.BgClassName
{
background-color: #F99ADD;
}
</style>
border-color css
<style>
span { border-color: #F99ADD; }
span { border-color: rgb(249,154,221); }
td.TdClassName
{
border-color: #F99ADD;
}
.TagClassName
{
border-color: #F99ADD;
}
</style>