Shades of Lavender Rose #F6A5EE
Tints of Lavender Rose #F6A5EE
RGB
CMYK
RGB Variations
Color information
#F6A5EE (or 0xF6A5EE) is known color: Lavender Rose. HEX triplet: F6, A5 and EE. RGB value is (246,165,238). Sum of RGB (Red+Green+Blue) = 246+165+238=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 165 (64.84% from 255 or 25.42% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A5EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A5EE is #095A11. Grayscale: #C5C5C5. Windows color (decimal): -612882 or 15640054. OLE color: 15640054.
HSL color Cylindrical-coordinate representation of color #F6A5EE: hue angle of 305.93º 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 #F6A5EE is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 165 | 238 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.04 |
| HSL | 305.93º | 0.82% | 0.81% | - |
| HSV(B) | 305.93º | 0.33% | 0.96% | - |
| XYZ | 66.89 | 52.68 | 87.53 | - |
| YUV | 197.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 165 | 238 | 0 | 0.33 | 0.03 | 0.04 | 305.93 | 0.82 | 0.81 |
| Hex | F6 | A5 | EE | 0 | 21 | 3 | 4 | 132 | 52 | 51 |
| Octal | 366 | 245 | 356 | 0 | 41 | 3 | 4 | 462 | 122 | 121 |
| Binary | 11110110 | 10100101 | 11101110 | 0 | 100001 | 11 | 100 | 100110010 | 1010010 | 1010001 |
Color Harmonies of #F6A5EE
Complementary color
Monochromatic Colors of #F6A5EE
Black with #F6A5EE
Text Example
Text Example
White with #F6A5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A5EE; }
p { color: rgb(246,165,238); }
H1.HeaderClassName
{
color: #F6A5EE;
}
.AnyTagClassName
{
color: #F6A5EE;
}
</style>
background-color css
<style>
a { background-color: #F6A5EE; }
a { background-color: rgb(246,165,238); }
div.DivClassName
{
background-color: #F6A5EE;
}
.BgClassName
{
background-color: #F6A5EE;
}
</style>
border-color css
<style>
span { border-color: #F6A5EE; }
span { border-color: rgb(246,165,238); }
td.TdClassName
{
border-color: #F6A5EE;
}
.TagClassName
{
border-color: #F6A5EE;
}
</style>