Shades of Lavender Rose #F6ADDC
Tints of Lavender Rose #F6ADDC
RGB
CMYK
RGB Variations
Color information
#F6ADDC (or 0xF6ADDC) is known color: Lavender Rose. HEX triplet: F6, AD and DC. RGB value is (246,173,220). Sum of RGB (Red+Green+Blue) = 246+173+220=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADDC is #095223. Grayscale: #C8C8C8. Windows color (decimal): -610852 or 14462454. OLE color: 14462454.
HSL color Cylindrical-coordinate representation of color #F6ADDC: hue angle of 321.37º 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 #F6ADDC is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 220 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.04 |
| HSL | 321.37º | 0.8% | 0.82% | - |
| HSV(B) | 321.37º | 0.3% | 0.96% | - |
| XYZ | 65.87 | 54.65 | 74.79 | - |
| YUV | 200.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 220 | 0 | 0.30 | 0.11 | 0.04 | 321.37 | 0.8 | 0.82 |
| Hex | F6 | AD | DC | 0 | 1E | B | 4 | 141 | 50 | 52 |
| Octal | 366 | 255 | 334 | 0 | 36 | 13 | 4 | 501 | 120 | 122 |
| Binary | 11110110 | 10101101 | 11011100 | 0 | 11110 | 1011 | 100 | 101000001 | 1010000 | 1010010 |
Color Harmonies of #F6ADDC
Complementary color
Monochromatic Colors of #F6ADDC
Black with #F6ADDC
Text Example
Text Example
White with #F6ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6ADDC; }
p { color: rgb(246,173,220); }
H1.HeaderClassName
{
color: #F6ADDC;
}
.AnyTagClassName
{
color: #F6ADDC;
}
</style>
background-color css
<style>
a { background-color: #F6ADDC; }
a { background-color: rgb(246,173,220); }
div.DivClassName
{
background-color: #F6ADDC;
}
.BgClassName
{
background-color: #F6ADDC;
}
</style>
border-color css
<style>
span { border-color: #F6ADDC; }
span { border-color: rgb(246,173,220); }
td.TdClassName
{
border-color: #F6ADDC;
}
.TagClassName
{
border-color: #F6ADDC;
}
</style>