Shades of Lavender Rose #F99ADF
Tints of Lavender Rose #F99ADF
RGB
CMYK
RGB Variations
Color information
#F99ADF (or 0xF99ADF) is known color: Lavender Rose. HEX triplet: F9, 9A and DF. RGB value is (249,154,223). Sum of RGB (Red+Green+Blue) = 249+154+223=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F99ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99ADF is #066520. Grayscale: #BEBEBE. Windows color (decimal): -419105 or 14654201. OLE color: 14654201.
HSL color Cylindrical-coordinate representation of color #F99ADF: hue angle of 316.42º 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 #F99ADF is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 223 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.02 |
| HSL | 316.42º | 0.89% | 0.79% | - |
| HSV(B) | 316.42º | 0.38% | 0.98% | - |
| XYZ | 63.94 | 48.58 | 75.82 | - |
| YUV | 190.27 | 146.47 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 223 | 0 | 0.38 | 0.10 | 0.02 | 316.42 | 0.89 | 0.79 |
| Hex | F9 | 9A | DF | 0 | 26 | A | 2 | 13C | 59 | 4F |
| Octal | 371 | 232 | 337 | 0 | 46 | 12 | 2 | 474 | 131 | 117 |
| Binary | 11111001 | 10011010 | 11011111 | 0 | 100110 | 1010 | 10 | 100111100 | 1011001 | 1001111 |
Color Harmonies of #F99ADF
Complementary color
Monochromatic Colors of #F99ADF
Black with #F99ADF
Text Example
Text Example
White with #F99ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99ADF; }
p { color: rgb(249,154,223); }
H1.HeaderClassName
{
color: #F99ADF;
}
.AnyTagClassName
{
color: #F99ADF;
}
</style>
background-color css
<style>
a { background-color: #F99ADF; }
a { background-color: rgb(249,154,223); }
div.DivClassName
{
background-color: #F99ADF;
}
.BgClassName
{
background-color: #F99ADF;
}
</style>
border-color css
<style>
span { border-color: #F99ADF; }
span { border-color: rgb(249,154,223); }
td.TdClassName
{
border-color: #F99ADF;
}
.TagClassName
{
border-color: #F99ADF;
}
</style>