Shades of Lavender Rose #F6ADDF
Tints of Lavender Rose #F6ADDF
RGB
CMYK
RGB Variations
Color information
#F6ADDF (or 0xF6ADDF) is known color: Lavender Rose. HEX triplet: F6, AD and DF. RGB value is (246,173,223). Sum of RGB (Red+Green+Blue) = 246+173+223=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 173 (67.97% from 255 or 26.95% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADDF is #095220. Grayscale: #C8C8C8. Windows color (decimal): -610849 or 14659062. OLE color: 14659062.
HSL color Cylindrical-coordinate representation of color #F6ADDF: hue angle of 318.9º 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 #F6ADDF is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 223 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.04 |
| HSL | 318.9º | 0.8% | 0.82% | - |
| HSV(B) | 318.9º | 0.3% | 0.96% | - |
| XYZ | 66.27 | 54.81 | 76.9 | - |
| YUV | 200.53 | 140.68 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 223 | 0 | 0.30 | 0.09 | 0.04 | 318.9 | 0.8 | 0.82 |
| Hex | F6 | AD | DF | 0 | 1E | 9 | 4 | 13F | 50 | 52 |
| Octal | 366 | 255 | 337 | 0 | 36 | 11 | 4 | 477 | 120 | 122 |
| Binary | 11110110 | 10101101 | 11011111 | 0 | 11110 | 1001 | 100 | 100111111 | 1010000 | 1010010 |
Color Harmonies of #F6ADDF
Complementary color
Monochromatic Colors of #F6ADDF
Black with #F6ADDF
Text Example
Text Example
White with #F6ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADDF; }
p { color: rgb(246,173,223); }
H1.HeaderClassName
{
color: #F6ADDF;
}
.AnyTagClassName
{
color: #F6ADDF;
}
</style>
background-color css
<style>
a { background-color: #F6ADDF; }
a { background-color: rgb(246,173,223); }
div.DivClassName
{
background-color: #F6ADDF;
}
.BgClassName
{
background-color: #F6ADDF;
}
</style>
border-color css
<style>
span { border-color: #F6ADDF; }
span { border-color: rgb(246,173,223); }
td.TdClassName
{
border-color: #F6ADDF;
}
.TagClassName
{
border-color: #F6ADDF;
}
</style>