Shades of Lavender Rose #F999DD
Tints of Lavender Rose #F999DD
RGB
CMYK
RGB Variations
Color information
#F999DD (or 0xF999DD) is known color: Lavender Rose. HEX triplet: F9, 99 and DD. RGB value is (249,153,221). Sum of RGB (Red+Green+Blue) = 249+153+221=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 153 (60.16% from 255 or 24.56% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F999DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F999DD is #066622. Grayscale: #BDBDBD. Windows color (decimal): -419363 or 14522873. OLE color: 14522873.
HSL color Cylindrical-coordinate representation of color #F999DD: hue angle of 317.5º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F999DD is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 221 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.02 |
| HSL | 317.5º | 0.89% | 0.79% | - |
| HSV(B) | 317.5º | 0.39% | 0.98% | - |
| XYZ | 63.51 | 48.14 | 74.35 | - |
| YUV | 189.46 | 145.8 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 221 | 0 | 0.39 | 0.11 | 0.02 | 317.5 | 0.89 | 0.79 |
| Hex | F9 | 99 | DD | 0 | 27 | B | 2 | 13E | 59 | 4F |
| Octal | 371 | 231 | 335 | 0 | 47 | 13 | 2 | 476 | 131 | 117 |
| Binary | 11111001 | 10011001 | 11011101 | 0 | 100111 | 1011 | 10 | 100111110 | 1011001 | 1001111 |
Color Harmonies of #F999DD
Complementary color
Monochromatic Colors of #F999DD
Black with #F999DD
Text Example
Text Example
White with #F999DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F999DD; }
p { color: rgb(249,153,221); }
H1.HeaderClassName
{
color: #F999DD;
}
.AnyTagClassName
{
color: #F999DD;
}
</style>
background-color css
<style>
a { background-color: #F999DD; }
a { background-color: rgb(249,153,221); }
div.DivClassName
{
background-color: #F999DD;
}
.BgClassName
{
background-color: #F999DD;
}
</style>
border-color css
<style>
span { border-color: #F999DD; }
span { border-color: rgb(249,153,221); }
td.TdClassName
{
border-color: #F999DD;
}
.TagClassName
{
border-color: #F999DD;
}
</style>