Shades of Lavender Rose #F994D8
Tints of Lavender Rose #F994D8
RGB
CMYK
RGB Variations
Color information
#F994D8 (or 0xF994D8) is known color: Lavender Rose. HEX triplet: F9, 94 and D8. RGB value is (249,148,216). Sum of RGB (Red+Green+Blue) = 249+148+216=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F994D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994D8 is #066B27. Grayscale: #B9B9B9. Windows color (decimal): -420648 or 14193913. OLE color: 14193913.
HSL color Cylindrical-coordinate representation of color #F994D8: hue angle of 319.6º 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 #F994D8 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 216 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.02 |
| HSL | 319.6º | 0.89% | 0.78% | - |
| HSV(B) | 319.6º | 0.41% | 0.98% | - |
| XYZ | 62.05 | 46.28 | 70.63 | - |
| YUV | 185.95 | 144.96 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 216 | 0 | 0.41 | 0.13 | 0.02 | 319.6 | 0.89 | 0.78 |
| Hex | F9 | 94 | D8 | 0 | 29 | D | 2 | 140 | 59 | 4E |
| Octal | 371 | 224 | 330 | 0 | 51 | 15 | 2 | 500 | 131 | 116 |
| Binary | 11111001 | 10010100 | 11011000 | 0 | 101001 | 1101 | 10 | 101000000 | 1011001 | 1001110 |
Color Harmonies of #F994D8
Complementary color
Monochromatic Colors of #F994D8
Black with #F994D8
Text Example
Text Example
White with #F994D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994D8; }
p { color: rgb(249,148,216); }
H1.HeaderClassName
{
color: #F994D8;
}
.AnyTagClassName
{
color: #F994D8;
}
</style>
background-color css
<style>
a { background-color: #F994D8; }
a { background-color: rgb(249,148,216); }
div.DivClassName
{
background-color: #F994D8;
}
.BgClassName
{
background-color: #F994D8;
}
</style>
border-color css
<style>
span { border-color: #F994D8; }
span { border-color: rgb(249,148,216); }
td.TdClassName
{
border-color: #F994D8;
}
.TagClassName
{
border-color: #F994D8;
}
</style>