Shades of Lavender Rose #F993DC
Tints of Lavender Rose #F993DC
RGB
CMYK
RGB Variations
Color information
#F993DC (or 0xF993DC) is known color: Lavender Rose. HEX triplet: F9, 93 and DC. RGB value is (249,147,220). Sum of RGB (Red+Green+Blue) = 249+147+220=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F993DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993DC is #066C23. Grayscale: #B9B9B9. Windows color (decimal): -420900 or 14455801. OLE color: 14455801.
HSL color Cylindrical-coordinate representation of color #F993DC: hue angle of 317.06º 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 #F993DC is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 220 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.02 |
| HSL | 317.06º | 0.89% | 0.78% | - |
| HSV(B) | 317.06º | 0.41% | 0.98% | - |
| XYZ | 62.42 | 46.17 | 73.33 | - |
| YUV | 185.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 220 | 0 | 0.41 | 0.12 | 0.02 | 317.06 | 0.89 | 0.78 |
| Hex | F9 | 93 | DC | 0 | 29 | C | 2 | 13D | 59 | 4E |
| Octal | 371 | 223 | 334 | 0 | 51 | 14 | 2 | 475 | 131 | 116 |
| Binary | 11111001 | 10010011 | 11011100 | 0 | 101001 | 1100 | 10 | 100111101 | 1011001 | 1001110 |
Color Harmonies of #F993DC
Complementary color
Monochromatic Colors of #F993DC
Black with #F993DC
Text Example
Text Example
White with #F993DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F993DC; }
p { color: rgb(249,147,220); }
H1.HeaderClassName
{
color: #F993DC;
}
.AnyTagClassName
{
color: #F993DC;
}
</style>
background-color css
<style>
a { background-color: #F993DC; }
a { background-color: rgb(249,147,220); }
div.DivClassName
{
background-color: #F993DC;
}
.BgClassName
{
background-color: #F993DC;
}
</style>
border-color css
<style>
span { border-color: #F993DC; }
span { border-color: rgb(249,147,220); }
td.TdClassName
{
border-color: #F993DC;
}
.TagClassName
{
border-color: #F993DC;
}
</style>