Shades of Lavender Rose #F196DD
Tints of Lavender Rose #F196DD
RGB
CMYK
RGB Variations
Color information
#F196DD (or 0xF196DD) is known color: Lavender Rose. HEX triplet: F1, 96 and DD. RGB value is (241,150,221). Sum of RGB (Red+Green+Blue) = 241+150+221=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F196DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196DD is #0E6922. Grayscale: #B9B9B9. Windows color (decimal): -944419 or 14522097. OLE color: 14522097.
HSL color Cylindrical-coordinate representation of color #F196DD: hue angle of 313.19º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F196DD is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 150 | 221 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.05 |
| HSL | 313.19º | 0.76% | 0.77% | - |
| HSV(B) | 313.19º | 0.38% | 0.95% | - |
| XYZ | 60.23 | 45.73 | 74.06 | - |
| YUV | 185.3 | 148.15 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 150 | 221 | 0 | 0.38 | 0.08 | 0.05 | 313.19 | 0.76 | 0.77 |
| Hex | F1 | 96 | DD | 0 | 26 | 8 | 5 | 139 | 4C | 4D |
| Octal | 361 | 226 | 335 | 0 | 46 | 10 | 5 | 471 | 114 | 115 |
| Binary | 11110001 | 10010110 | 11011101 | 0 | 100110 | 1000 | 101 | 100111001 | 1001100 | 1001101 |
Color Harmonies of #F196DD
Complementary color
Monochromatic Colors of #F196DD
Black with #F196DD
Text Example
Text Example
White with #F196DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F196DD; }
p { color: rgb(241,150,221); }
H1.HeaderClassName
{
color: #F196DD;
}
.AnyTagClassName
{
color: #F196DD;
}
</style>
background-color css
<style>
a { background-color: #F196DD; }
a { background-color: rgb(241,150,221); }
div.DivClassName
{
background-color: #F196DD;
}
.BgClassName
{
background-color: #F196DD;
}
</style>
border-color css
<style>
span { border-color: #F196DD; }
span { border-color: rgb(241,150,221); }
td.TdClassName
{
border-color: #F196DD;
}
.TagClassName
{
border-color: #F196DD;
}
</style>