Shades of Lavender Rose #F6A5DC
Tints of Lavender Rose #F6A5DC
RGB
CMYK
RGB Variations
Color information
#F6A5DC (or 0xF6A5DC) is known color: Lavender Rose. HEX triplet: F6, A5 and DC. RGB value is (246,165,220). Sum of RGB (Red+Green+Blue) = 246+165+220=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 165 (64.84% from 255 or 26.15% from 631); Blue value is 220 (86.33% from 255 or 34.87% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A5DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A5DC is #095A23. Grayscale: #C3C3C3. Windows color (decimal): -612900 or 14460406. OLE color: 14460406.
HSL color Cylindrical-coordinate representation of color #F6A5DC: hue angle of 319.26º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A5DC is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 165 | 220 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.04 |
| HSL | 319.26º | 0.82% | 0.81% | - |
| HSV(B) | 319.26º | 0.33% | 0.96% | - |
| XYZ | 64.38 | 51.67 | 74.29 | - |
| YUV | 195.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 165 | 220 | 0 | 0.33 | 0.11 | 0.04 | 319.26 | 0.82 | 0.81 |
| Hex | F6 | A5 | DC | 0 | 21 | B | 4 | 13F | 52 | 51 |
| Octal | 366 | 245 | 334 | 0 | 41 | 13 | 4 | 477 | 122 | 121 |
| Binary | 11110110 | 10100101 | 11011100 | 0 | 100001 | 1011 | 100 | 100111111 | 1010010 | 1010001 |
Color Harmonies of #F6A5DC
Complementary color
Monochromatic Colors of #F6A5DC
Black with #F6A5DC
Text Example
Text Example
White with #F6A5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A5DC; }
p { color: rgb(246,165,220); }
H1.HeaderClassName
{
color: #F6A5DC;
}
.AnyTagClassName
{
color: #F6A5DC;
}
</style>
background-color css
<style>
a { background-color: #F6A5DC; }
a { background-color: rgb(246,165,220); }
div.DivClassName
{
background-color: #F6A5DC;
}
.BgClassName
{
background-color: #F6A5DC;
}
</style>
border-color css
<style>
span { border-color: #F6A5DC; }
span { border-color: rgb(246,165,220); }
td.TdClassName
{
border-color: #F6A5DC;
}
.TagClassName
{
border-color: #F6A5DC;
}
</style>