Shades of Lavender Rose #F6A4DC
Tints of Lavender Rose #F6A4DC
RGB
CMYK
RGB Variations
Color information
#F6A4DC (or 0xF6A4DC) is known color: Lavender Rose. HEX triplet: F6, A4 and DC. RGB value is (246,164,220). Sum of RGB (Red+Green+Blue) = 246+164+220=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 164 (64.45% from 255 or 26.03% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A4DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A4DC is #095B23. Grayscale: #C2C2C2. Windows color (decimal): -613156 or 14460150. OLE color: 14460150.
HSL color Cylindrical-coordinate representation of color #F6A4DC: hue angle of 319.02º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A4DC is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 220 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.04 |
| HSL | 319.02º | 0.82% | 0.8% | - |
| HSV(B) | 319.02º | 0.33% | 0.96% | - |
| XYZ | 64.2 | 51.31 | 74.23 | - |
| YUV | 194.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 220 | 0 | 0.33 | 0.11 | 0.04 | 319.02 | 0.82 | 0.8 |
| Hex | F6 | A4 | DC | 0 | 21 | B | 4 | 13F | 52 | 50 |
| Octal | 366 | 244 | 334 | 0 | 41 | 13 | 4 | 477 | 122 | 120 |
| Binary | 11110110 | 10100100 | 11011100 | 0 | 100001 | 1011 | 100 | 100111111 | 1010010 | 1010000 |
Color Harmonies of #F6A4DC
Complementary color
Monochromatic Colors of #F6A4DC
Black with #F6A4DC
Text Example
Text Example
White with #F6A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A4DC; }
p { color: rgb(246,164,220); }
H1.HeaderClassName
{
color: #F6A4DC;
}
.AnyTagClassName
{
color: #F6A4DC;
}
</style>
background-color css
<style>
a { background-color: #F6A4DC; }
a { background-color: rgb(246,164,220); }
div.DivClassName
{
background-color: #F6A4DC;
}
.BgClassName
{
background-color: #F6A4DC;
}
</style>
border-color css
<style>
span { border-color: #F6A4DC; }
span { border-color: rgb(246,164,220); }
td.TdClassName
{
border-color: #F6A4DC;
}
.TagClassName
{
border-color: #F6A4DC;
}
</style>