Shades of Lavender Rose #F993DA
Tints of Lavender Rose #F993DA
RGB
CMYK
RGB Variations
Color information
#F993DA (or 0xF993DA) is known color: Lavender Rose. HEX triplet: F9, 93 and DA. RGB value is (249,147,218). Sum of RGB (Red+Green+Blue) = 249+147+218=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F993DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993DA is #066C25. Grayscale: #B9B9B9. Windows color (decimal): -420902 or 14324729. OLE color: 14324729.
HSL color Cylindrical-coordinate representation of color #F993DA: hue angle of 318.24º 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 #F993DA is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 218 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.02 |
| HSL | 318.24º | 0.89% | 0.78% | - |
| HSV(B) | 318.24º | 0.41% | 0.98% | - |
| XYZ | 62.16 | 46.07 | 71.95 | - |
| YUV | 185.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 218 | 0 | 0.41 | 0.12 | 0.02 | 318.24 | 0.89 | 0.78 |
| Hex | F9 | 93 | DA | 0 | 29 | C | 2 | 13E | 59 | 4E |
| Octal | 371 | 223 | 332 | 0 | 51 | 14 | 2 | 476 | 131 | 116 |
| Binary | 11111001 | 10010011 | 11011010 | 0 | 101001 | 1100 | 10 | 100111110 | 1011001 | 1001110 |
Color Harmonies of #F993DA
Complementary color
Monochromatic Colors of #F993DA
Black with #F993DA
Text Example
Text Example
White with #F993DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F993DA; }
p { color: rgb(249,147,218); }
H1.HeaderClassName
{
color: #F993DA;
}
.AnyTagClassName
{
color: #F993DA;
}
</style>
background-color css
<style>
a { background-color: #F993DA; }
a { background-color: rgb(249,147,218); }
div.DivClassName
{
background-color: #F993DA;
}
.BgClassName
{
background-color: #F993DA;
}
</style>
border-color css
<style>
span { border-color: #F993DA; }
span { border-color: rgb(249,147,218); }
td.TdClassName
{
border-color: #F993DA;
}
.TagClassName
{
border-color: #F993DA;
}
</style>