Shades of Lavender Rose #F6A9E5
Tints of Lavender Rose #F6A9E5
RGB
CMYK
RGB Variations
Color information
#F6A9E5 (or 0xF6A9E5) is known color: Lavender Rose. HEX triplet: F6, A9 and E5. RGB value is (246,169,229). Sum of RGB (Red+Green+Blue) = 246+169+229=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 169 (66.41% from 255 or 26.24% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A9E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A9E5 is #09561A. Grayscale: #C6C6C6. Windows color (decimal): -611867 or 15051254. OLE color: 15051254.
HSL color Cylindrical-coordinate representation of color #F6A9E5: hue angle of 313.25º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6A9E5 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 169 | 229 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.04 |
| HSL | 313.25º | 0.81% | 0.81% | - |
| HSV(B) | 313.25º | 0.31% | 0.96% | - |
| XYZ | 66.34 | 53.63 | 80.98 | - |
| YUV | 198.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 169 | 229 | 0 | 0.31 | 0.07 | 0.04 | 313.25 | 0.81 | 0.81 |
| Hex | F6 | A9 | E5 | 0 | 1F | 7 | 4 | 139 | 51 | 51 |
| Octal | 366 | 251 | 345 | 0 | 37 | 7 | 4 | 471 | 121 | 121 |
| Binary | 11110110 | 10101001 | 11100101 | 0 | 11111 | 111 | 100 | 100111001 | 1010001 | 1010001 |
Color Harmonies of #F6A9E5
Complementary color
Monochromatic Colors of #F6A9E5
Black with #F6A9E5
Text Example
Text Example
White with #F6A9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A9E5; }
p { color: rgb(246,169,229); }
H1.HeaderClassName
{
color: #F6A9E5;
}
.AnyTagClassName
{
color: #F6A9E5;
}
</style>
background-color css
<style>
a { background-color: #F6A9E5; }
a { background-color: rgb(246,169,229); }
div.DivClassName
{
background-color: #F6A9E5;
}
.BgClassName
{
background-color: #F6A9E5;
}
</style>
border-color css
<style>
span { border-color: #F6A9E5; }
span { border-color: rgb(246,169,229); }
td.TdClassName
{
border-color: #F6A9E5;
}
.TagClassName
{
border-color: #F6A9E5;
}
</style>