Shades of Lavender Rose #F996D4
Tints of Lavender Rose #F996D4
RGB
CMYK
RGB Variations
Color information
#F996D4 (or 0xF996D4) is known color: Lavender Rose. HEX triplet: F9, 96 and D4. RGB value is (249,150,212). Sum of RGB (Red+Green+Blue) = 249+150+212=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F996D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F996D4 is #06692B. Grayscale: #BABABA. Windows color (decimal): -420140 or 13932281. OLE color: 13932281.
HSL color Cylindrical-coordinate representation of color #F996D4: hue angle of 322.42º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F996D4 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 212 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.02 |
| HSL | 322.42º | 0.89% | 0.78% | - |
| HSV(B) | 322.42º | 0.4% | 0.98% | - |
| XYZ | 61.86 | 46.71 | 68.04 | - |
| YUV | 186.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 212 | 0 | 0.40 | 0.15 | 0.02 | 322.42 | 0.89 | 0.78 |
| Hex | F9 | 96 | D4 | 0 | 28 | F | 2 | 142 | 59 | 4E |
| Octal | 371 | 226 | 324 | 0 | 50 | 17 | 2 | 502 | 131 | 116 |
| Binary | 11111001 | 10010110 | 11010100 | 0 | 101000 | 1111 | 10 | 101000010 | 1011001 | 1001110 |
Color Harmonies of #F996D4
Complementary color
Monochromatic Colors of #F996D4
Black with #F996D4
Text Example
Text Example
White with #F996D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F996D4; }
p { color: rgb(249,150,212); }
H1.HeaderClassName
{
color: #F996D4;
}
.AnyTagClassName
{
color: #F996D4;
}
</style>
background-color css
<style>
a { background-color: #F996D4; }
a { background-color: rgb(249,150,212); }
div.DivClassName
{
background-color: #F996D4;
}
.BgClassName
{
background-color: #F996D4;
}
</style>
border-color css
<style>
span { border-color: #F996D4; }
span { border-color: rgb(249,150,212); }
td.TdClassName
{
border-color: #F996D4;
}
.TagClassName
{
border-color: #F996D4;
}
</style>