Shades of Lavender Rose #F6ADDD
Tints of Lavender Rose #F6ADDD
RGB
CMYK
RGB Variations
Color information
#F6ADDD (or 0xF6ADDD) is known color: Lavender Rose. HEX triplet: F6, AD and DD. RGB value is (246,173,221). Sum of RGB (Red+Green+Blue) = 246+173+221=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADDD is #095222. Grayscale: #C8C8C8. Windows color (decimal): -610851 or 14527990. OLE color: 14527990.
HSL color Cylindrical-coordinate representation of color #F6ADDD: hue angle of 320.55º 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 #F6ADDD is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 221 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.04 |
| HSL | 320.55º | 0.8% | 0.82% | - |
| HSV(B) | 320.55º | 0.3% | 0.96% | - |
| XYZ | 66 | 54.7 | 75.49 | - |
| YUV | 200.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 221 | 0 | 0.30 | 0.10 | 0.04 | 320.55 | 0.8 | 0.82 |
| Hex | F6 | AD | DD | 0 | 1E | A | 4 | 141 | 50 | 52 |
| Octal | 366 | 255 | 335 | 0 | 36 | 12 | 4 | 501 | 120 | 122 |
| Binary | 11110110 | 10101101 | 11011101 | 0 | 11110 | 1010 | 100 | 101000001 | 1010000 | 1010010 |
Color Harmonies of #F6ADDD
Complementary color
Monochromatic Colors of #F6ADDD
Black with #F6ADDD
Text Example
Text Example
White with #F6ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADDD; }
p { color: rgb(246,173,221); }
H1.HeaderClassName
{
color: #F6ADDD;
}
.AnyTagClassName
{
color: #F6ADDD;
}
</style>
background-color css
<style>
a { background-color: #F6ADDD; }
a { background-color: rgb(246,173,221); }
div.DivClassName
{
background-color: #F6ADDD;
}
.BgClassName
{
background-color: #F6ADDD;
}
</style>
border-color css
<style>
span { border-color: #F6ADDD; }
span { border-color: rgb(246,173,221); }
td.TdClassName
{
border-color: #F6ADDD;
}
.TagClassName
{
border-color: #F6ADDD;
}
</style>