Shades of Lavender Rose #F6A7FA
Tints of Lavender Rose #F6A7FA
RGB
CMYK
RGB Variations
Color information
#F6A7FA (or 0xF6A7FA) is known color: Lavender Rose. HEX triplet: F6, A7 and FA. RGB value is (246,167,250). Sum of RGB (Red+Green+Blue) = 246+167+250=663 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.10% from 663); Green value is 167 (65.62% from 255 or 25.19% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6A7FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A7FA is #095805. Grayscale: #C7C7C7. Windows color (decimal): -612358 or 16426998. OLE color: 16426998.
HSL color Cylindrical-coordinate representation of color #F6A7FA: hue angle of 297.11º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A7FA is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 167 | 250 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.02 |
| HSL | 297.11º | 0.89% | 0.82% | - |
| HSV(B) | 297.11º | 0.33% | 0.98% | - |
| XYZ | 69.08 | 54.13 | 97.25 | - |
| YUV | 200.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 167 | 250 | 0.02 | 0.33 | 0 | 0.02 | 297.11 | 0.89 | 0.82 |
| Hex | F6 | A7 | FA | 2 | 21 | 0 | 2 | 129 | 59 | 52 |
| Octal | 366 | 247 | 372 | 2 | 41 | 0 | 2 | 451 | 131 | 122 |
| Binary | 11110110 | 10100111 | 11111010 | 10 | 100001 | 0 | 10 | 100101001 | 1011001 | 1010010 |
Color Harmonies of #F6A7FA
Complementary color
Monochromatic Colors of #F6A7FA
Black with #F6A7FA
Text Example
Text Example
White with #F6A7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A7FA; }
p { color: rgb(246,167,250); }
H1.HeaderClassName
{
color: #F6A7FA;
}
.AnyTagClassName
{
color: #F6A7FA;
}
</style>
background-color css
<style>
a { background-color: #F6A7FA; }
a { background-color: rgb(246,167,250); }
div.DivClassName
{
background-color: #F6A7FA;
}
.BgClassName
{
background-color: #F6A7FA;
}
</style>
border-color css
<style>
span { border-color: #F6A7FA; }
span { border-color: rgb(246,167,250); }
td.TdClassName
{
border-color: #F6A7FA;
}
.TagClassName
{
border-color: #F6A7FA;
}
</style>