Shades of Lavender Rose #F6AADF
Tints of Lavender Rose #F6AADF
RGB
CMYK
RGB Variations
Color information
#F6AADF (or 0xF6AADF) is known color: Lavender Rose. HEX triplet: F6, AA and DF. RGB value is (246,170,223). Sum of RGB (Red+Green+Blue) = 246+170+223=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AADF is #095520. Grayscale: #C6C6C6. Windows color (decimal): -611617 or 14658294. OLE color: 14658294.
HSL color Cylindrical-coordinate representation of color #F6AADF: hue angle of 318.16º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6AADF is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 170 | 223 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.04 |
| HSL | 318.16º | 0.81% | 0.82% | - |
| HSV(B) | 318.16º | 0.31% | 0.96% | - |
| XYZ | 65.7 | 53.67 | 76.71 | - |
| YUV | 198.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 170 | 223 | 0 | 0.31 | 0.09 | 0.04 | 318.16 | 0.81 | 0.82 |
| Hex | F6 | AA | DF | 0 | 1F | 9 | 4 | 13E | 51 | 52 |
| Octal | 366 | 252 | 337 | 0 | 37 | 11 | 4 | 476 | 121 | 122 |
| Binary | 11110110 | 10101010 | 11011111 | 0 | 11111 | 1001 | 100 | 100111110 | 1010001 | 1010010 |
Color Harmonies of #F6AADF
Complementary color
Monochromatic Colors of #F6AADF
Black with #F6AADF
Text Example
Text Example
White with #F6AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AADF; }
p { color: rgb(246,170,223); }
H1.HeaderClassName
{
color: #F6AADF;
}
.AnyTagClassName
{
color: #F6AADF;
}
</style>
background-color css
<style>
a { background-color: #F6AADF; }
a { background-color: rgb(246,170,223); }
div.DivClassName
{
background-color: #F6AADF;
}
.BgClassName
{
background-color: #F6AADF;
}
</style>
border-color css
<style>
span { border-color: #F6AADF; }
span { border-color: rgb(246,170,223); }
td.TdClassName
{
border-color: #F6AADF;
}
.TagClassName
{
border-color: #F6AADF;
}
</style>