Shades of Lavender Rose #F6ADE1
Tints of Lavender Rose #F6ADE1
RGB
CMYK
RGB Variations
Color information
#F6ADE1 (or 0xF6ADE1) is known color: Lavender Rose. HEX triplet: F6, AD and E1. RGB value is (246,173,225). Sum of RGB (Red+Green+Blue) = 246+173+225=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 225 (88.28% from 255 or 34.94% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADE1 is #09521E. Grayscale: #C8C8C8. Windows color (decimal): -610847 or 14790134. OLE color: 14790134.
HSL color Cylindrical-coordinate representation of color #F6ADE1: hue angle of 317.26º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ADE1 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 225 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.04 |
| HSL | 317.26º | 0.8% | 0.82% | - |
| HSV(B) | 317.26º | 0.3% | 0.96% | - |
| XYZ | 66.54 | 54.92 | 78.33 | - |
| YUV | 200.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 225 | 0 | 0.30 | 0.09 | 0.04 | 317.26 | 0.8 | 0.82 |
| Hex | F6 | AD | E1 | 0 | 1E | 9 | 4 | 13D | 50 | 52 |
| Octal | 366 | 255 | 341 | 0 | 36 | 11 | 4 | 475 | 120 | 122 |
| Binary | 11110110 | 10101101 | 11100001 | 0 | 11110 | 1001 | 100 | 100111101 | 1010000 | 1010010 |
Color Harmonies of #F6ADE1
Complementary color
Monochromatic Colors of #F6ADE1
Black with #F6ADE1
Text Example
Text Example
White with #F6ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADE1; }
p { color: rgb(246,173,225); }
H1.HeaderClassName
{
color: #F6ADE1;
}
.AnyTagClassName
{
color: #F6ADE1;
}
</style>
background-color css
<style>
a { background-color: #F6ADE1; }
a { background-color: rgb(246,173,225); }
div.DivClassName
{
background-color: #F6ADE1;
}
.BgClassName
{
background-color: #F6ADE1;
}
</style>
border-color css
<style>
span { border-color: #F6ADE1; }
span { border-color: rgb(246,173,225); }
td.TdClassName
{
border-color: #F6ADE1;
}
.TagClassName
{
border-color: #F6ADE1;
}
</style>