Shades of Lavender Rose #F99FDD
Tints of Lavender Rose #F99FDD
RGB
CMYK
RGB Variations
Color information
#F99FDD (or 0xF99FDD) is known color: Lavender Rose. HEX triplet: F9, 9F and DD. RGB value is (249,159,221). Sum of RGB (Red+Green+Blue) = 249+159+221=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F99FDD is #066022. Grayscale: #C0C0C0. Windows color (decimal): -417827 or 14524409. OLE color: 14524409.
HSL color Cylindrical-coordinate representation of color #F99FDD: hue angle of 318.67º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F99FDD is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 221 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.02 |
| HSL | 318.67º | 0.88% | 0.8% | - |
| HSV(B) | 318.67º | 0.36% | 0.98% | - |
| XYZ | 64.52 | 50.16 | 74.69 | - |
| YUV | 192.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 221 | 0 | 0.36 | 0.11 | 0.02 | 318.67 | 0.88 | 0.8 |
| Hex | F9 | 9F | DD | 0 | 24 | B | 2 | 13F | 58 | 50 |
| Octal | 371 | 237 | 335 | 0 | 44 | 13 | 2 | 477 | 130 | 120 |
| Binary | 11111001 | 10011111 | 11011101 | 0 | 100100 | 1011 | 10 | 100111111 | 1011000 | 1010000 |
Color Harmonies of #F99FDD
Complementary color
Monochromatic Colors of #F99FDD
Black with #F99FDD
Text Example
Text Example
White with #F99FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99FDD; }
p { color: rgb(249,159,221); }
H1.HeaderClassName
{
color: #F99FDD;
}
.AnyTagClassName
{
color: #F99FDD;
}
</style>
background-color css
<style>
a { background-color: #F99FDD; }
a { background-color: rgb(249,159,221); }
div.DivClassName
{
background-color: #F99FDD;
}
.BgClassName
{
background-color: #F99FDD;
}
</style>
border-color css
<style>
span { border-color: #F99FDD; }
span { border-color: rgb(249,159,221); }
td.TdClassName
{
border-color: #F99FDD;
}
.TagClassName
{
border-color: #F99FDD;
}
</style>