Shades of Lavender Rose #F6A1D7
Tints of Lavender Rose #F6A1D7
RGB
CMYK
RGB Variations
Color information
#F6A1D7 (or 0xF6A1D7) is known color: Lavender Rose. HEX triplet: F6, A1 and D7. RGB value is (246,161,215). Sum of RGB (Red+Green+Blue) = 246+161+215=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 161 (63.28% from 255 or 25.88% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A1D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A1D7 is #095E28. Grayscale: #C0C0C0. Windows color (decimal): -613929 or 14131702. OLE color: 14131702.
HSL color Cylindrical-coordinate representation of color #F6A1D7: hue angle of 321.88º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A1D7 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 161 | 215 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.04 |
| HSL | 321.88º | 0.83% | 0.8% | - |
| HSV(B) | 321.88º | 0.35% | 0.96% | - |
| XYZ | 63.02 | 49.99 | 70.62 | - |
| YUV | 192.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 215 | 0 | 0.35 | 0.13 | 0.04 | 321.88 | 0.83 | 0.8 |
| Hex | F6 | A1 | D7 | 0 | 23 | D | 4 | 142 | 53 | 50 |
| Octal | 366 | 241 | 327 | 0 | 43 | 15 | 4 | 502 | 123 | 120 |
| Binary | 11110110 | 10100001 | 11010111 | 0 | 100011 | 1101 | 100 | 101000010 | 1010011 | 1010000 |
Color Harmonies of #F6A1D7
Complementary color
Monochromatic Colors of #F6A1D7
Black with #F6A1D7
Text Example
Text Example
White with #F6A1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A1D7; }
p { color: rgb(246,161,215); }
H1.HeaderClassName
{
color: #F6A1D7;
}
.AnyTagClassName
{
color: #F6A1D7;
}
</style>
background-color css
<style>
a { background-color: #F6A1D7; }
a { background-color: rgb(246,161,215); }
div.DivClassName
{
background-color: #F6A1D7;
}
.BgClassName
{
background-color: #F6A1D7;
}
</style>
border-color css
<style>
span { border-color: #F6A1D7; }
span { border-color: rgb(246,161,215); }
td.TdClassName
{
border-color: #F6A1D7;
}
.TagClassName
{
border-color: #F6A1D7;
}
</style>