Shades of Lavender Rose #F993DD
Tints of Lavender Rose #F993DD
RGB
CMYK
RGB Variations
Color information
#F993DD (or 0xF993DD) is known color: Lavender Rose. HEX triplet: F9, 93 and DD. RGB value is (249,147,221). Sum of RGB (Red+Green+Blue) = 249+147+221=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 147 (57.81% from 255 or 23.82% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F993DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993DD is #066C22. Grayscale: #B9B9B9. Windows color (decimal): -420899 or 14521337. OLE color: 14521337.
HSL color Cylindrical-coordinate representation of color #F993DD: hue angle of 316.47º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F993DD is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 221 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.02 |
| HSL | 316.47º | 0.89% | 0.78% | - |
| HSV(B) | 316.47º | 0.41% | 0.98% | - |
| XYZ | 62.55 | 46.23 | 74.03 | - |
| YUV | 185.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 221 | 0 | 0.41 | 0.11 | 0.02 | 316.47 | 0.89 | 0.78 |
| Hex | F9 | 93 | DD | 0 | 29 | B | 2 | 13C | 59 | 4E |
| Octal | 371 | 223 | 335 | 0 | 51 | 13 | 2 | 474 | 131 | 116 |
| Binary | 11111001 | 10010011 | 11011101 | 0 | 101001 | 1011 | 10 | 100111100 | 1011001 | 1001110 |
Color Harmonies of #F993DD
Complementary color
Monochromatic Colors of #F993DD
Black with #F993DD
Text Example
Text Example
White with #F993DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F993DD; }
p { color: rgb(249,147,221); }
H1.HeaderClassName
{
color: #F993DD;
}
.AnyTagClassName
{
color: #F993DD;
}
</style>
background-color css
<style>
a { background-color: #F993DD; }
a { background-color: rgb(249,147,221); }
div.DivClassName
{
background-color: #F993DD;
}
.BgClassName
{
background-color: #F993DD;
}
</style>
border-color css
<style>
span { border-color: #F993DD; }
span { border-color: rgb(249,147,221); }
td.TdClassName
{
border-color: #F993DD;
}
.TagClassName
{
border-color: #F993DD;
}
</style>