Shades of Lavender Rose #F3A6F7
Tints of Lavender Rose #F3A6F7
RGB
CMYK
RGB Variations
Color information
#F3A6F7 (or 0xF3A6F7) is known color: Lavender Rose. HEX triplet: F3, A6 and F7. RGB value is (243,166,247). Sum of RGB (Red+Green+Blue) = 243+166+247=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 166 (65.23% from 255 or 25.30% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #F3A6F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A6F7 is #0C5908. Grayscale: #C6C6C6. Windows color (decimal): -809225 or 16230131. OLE color: 16230131.
HSL color Cylindrical-coordinate representation of color #F3A6F7: hue angle of 297.04º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A6F7 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 166 | 247 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.03 |
| HSL | 297.04º | 0.84% | 0.81% | - |
| HSV(B) | 297.04º | 0.33% | 0.97% | - |
| XYZ | 67.39 | 53.04 | 94.68 | - |
| YUV | 198.26 | 155.51 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 247 | 0.02 | 0.33 | 0 | 0.03 | 297.04 | 0.84 | 0.81 |
| Hex | F3 | A6 | F7 | 2 | 21 | 0 | 3 | 129 | 54 | 51 |
| Octal | 363 | 246 | 367 | 2 | 41 | 0 | 3 | 451 | 124 | 121 |
| Binary | 11110011 | 10100110 | 11110111 | 10 | 100001 | 0 | 11 | 100101001 | 1010100 | 1010001 |
Color Harmonies of #F3A6F7
Complementary color
Monochromatic Colors of #F3A6F7
Black with #F3A6F7
Text Example
Text Example
White with #F3A6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A6F7; }
p { color: rgb(243,166,247); }
H1.HeaderClassName
{
color: #F3A6F7;
}
.AnyTagClassName
{
color: #F3A6F7;
}
</style>
background-color css
<style>
a { background-color: #F3A6F7; }
a { background-color: rgb(243,166,247); }
div.DivClassName
{
background-color: #F3A6F7;
}
.BgClassName
{
background-color: #F3A6F7;
}
</style>
border-color css
<style>
span { border-color: #F3A6F7; }
span { border-color: rgb(243,166,247); }
td.TdClassName
{
border-color: #F3A6F7;
}
.TagClassName
{
border-color: #F3A6F7;
}
</style>