Shades of Lavender Rose #F793DD
Tints of Lavender Rose #F793DD
RGB
CMYK
RGB Variations
Color information
#F793DD (or 0xF793DD) is known color: Lavender Rose. HEX triplet: F7, 93 and DD. RGB value is (247,147,221). Sum of RGB (Red+Green+Blue) = 247+147+221=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 147 (57.81% from 255 or 23.90% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F793DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793DD is #086C22. Grayscale: #B9B9B9. Windows color (decimal): -551971 or 14521335. OLE color: 14521335.
HSL color Cylindrical-coordinate representation of color #F793DD: hue angle of 315.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F793DD is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 147 | 221 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.03 |
| HSL | 315.6º | 0.86% | 0.77% | - |
| HSV(B) | 315.6º | 0.4% | 0.97% | - |
| XYZ | 61.84 | 45.86 | 74 | - |
| YUV | 185.34 | 148.13 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 147 | 221 | 0 | 0.40 | 0.11 | 0.03 | 315.6 | 0.86 | 0.77 |
| Hex | F7 | 93 | DD | 0 | 28 | B | 3 | 13C | 56 | 4D |
| Octal | 367 | 223 | 335 | 0 | 50 | 13 | 3 | 474 | 126 | 115 |
| Binary | 11110111 | 10010011 | 11011101 | 0 | 101000 | 1011 | 11 | 100111100 | 1010110 | 1001101 |
Color Harmonies of #F793DD
Complementary color
Monochromatic Colors of #F793DD
Black with #F793DD
Text Example
Text Example
White with #F793DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F793DD; }
p { color: rgb(247,147,221); }
H1.HeaderClassName
{
color: #F793DD;
}
.AnyTagClassName
{
color: #F793DD;
}
</style>
background-color css
<style>
a { background-color: #F793DD; }
a { background-color: rgb(247,147,221); }
div.DivClassName
{
background-color: #F793DD;
}
.BgClassName
{
background-color: #F793DD;
}
</style>
border-color css
<style>
span { border-color: #F793DD; }
span { border-color: rgb(247,147,221); }
td.TdClassName
{
border-color: #F793DD;
}
.TagClassName
{
border-color: #F793DD;
}
</style>