Shades of Lavender Rose #F6A4DD
Tints of Lavender Rose #F6A4DD
RGB
CMYK
RGB Variations
Color information
#F6A4DD (or 0xF6A4DD) is known color: Lavender Rose. HEX triplet: F6, A4 and DD. RGB value is (246,164,221). Sum of RGB (Red+Green+Blue) = 246+164+221=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 164 (64.45% from 255 or 25.99% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A4DD is #095B22. Grayscale: #C2C2C2. Windows color (decimal): -613155 or 14525686. OLE color: 14525686.
HSL color Cylindrical-coordinate representation of color #F6A4DD: hue angle of 318.29º 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 #F6A4DD is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 221 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.04 |
| HSL | 318.29º | 0.82% | 0.8% | - |
| HSV(B) | 318.29º | 0.33% | 0.96% | - |
| XYZ | 64.33 | 51.36 | 74.93 | - |
| YUV | 195.02 | 142.67 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 221 | 0 | 0.33 | 0.10 | 0.04 | 318.29 | 0.82 | 0.8 |
| Hex | F6 | A4 | DD | 0 | 21 | A | 4 | 13E | 52 | 50 |
| Octal | 366 | 244 | 335 | 0 | 41 | 12 | 4 | 476 | 122 | 120 |
| Binary | 11110110 | 10100100 | 11011101 | 0 | 100001 | 1010 | 100 | 100111110 | 1010010 | 1010000 |
Color Harmonies of #F6A4DD
Complementary color
Monochromatic Colors of #F6A4DD
Black with #F6A4DD
Text Example
Text Example
White with #F6A4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A4DD; }
p { color: rgb(246,164,221); }
H1.HeaderClassName
{
color: #F6A4DD;
}
.AnyTagClassName
{
color: #F6A4DD;
}
</style>
background-color css
<style>
a { background-color: #F6A4DD; }
a { background-color: rgb(246,164,221); }
div.DivClassName
{
background-color: #F6A4DD;
}
.BgClassName
{
background-color: #F6A4DD;
}
</style>
border-color css
<style>
span { border-color: #F6A4DD; }
span { border-color: rgb(246,164,221); }
td.TdClassName
{
border-color: #F6A4DD;
}
.TagClassName
{
border-color: #F6A4DD;
}
</style>