Shades of Lavender Rose #F6A5DD
Tints of Lavender Rose #F6A5DD
RGB
CMYK
RGB Variations
Color information
#F6A5DD (or 0xF6A5DD) is known color: Lavender Rose. HEX triplet: F6, A5 and DD. RGB value is (246,165,221). Sum of RGB (Red+Green+Blue) = 246+165+221=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 165 (64.84% from 255 or 26.11% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A5DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A5DD is #095A22. Grayscale: #C3C3C3. Windows color (decimal): -612899 or 14525942. OLE color: 14525942.
HSL color Cylindrical-coordinate representation of color #F6A5DD: hue angle of 318.52º 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 #F6A5DD is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 165 | 221 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.04 |
| HSL | 318.52º | 0.82% | 0.81% | - |
| HSV(B) | 318.52º | 0.33% | 0.96% | - |
| XYZ | 64.51 | 51.72 | 74.99 | - |
| YUV | 195.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 165 | 221 | 0 | 0.33 | 0.10 | 0.04 | 318.52 | 0.82 | 0.81 |
| Hex | F6 | A5 | DD | 0 | 21 | A | 4 | 13F | 52 | 51 |
| Octal | 366 | 245 | 335 | 0 | 41 | 12 | 4 | 477 | 122 | 121 |
| Binary | 11110110 | 10100101 | 11011101 | 0 | 100001 | 1010 | 100 | 100111111 | 1010010 | 1010001 |
Color Harmonies of #F6A5DD
Complementary color
Monochromatic Colors of #F6A5DD
Black with #F6A5DD
Text Example
Text Example
White with #F6A5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A5DD; }
p { color: rgb(246,165,221); }
H1.HeaderClassName
{
color: #F6A5DD;
}
.AnyTagClassName
{
color: #F6A5DD;
}
</style>
background-color css
<style>
a { background-color: #F6A5DD; }
a { background-color: rgb(246,165,221); }
div.DivClassName
{
background-color: #F6A5DD;
}
.BgClassName
{
background-color: #F6A5DD;
}
</style>
border-color css
<style>
span { border-color: #F6A5DD; }
span { border-color: rgb(246,165,221); }
td.TdClassName
{
border-color: #F6A5DD;
}
.TagClassName
{
border-color: #F6A5DD;
}
</style>