Shades of Lavender Rose #F6A7F8
Tints of Lavender Rose #F6A7F8
RGB
CMYK
RGB Variations
Color information
#F6A7F8 (or 0xF6A7F8) is known color: Lavender Rose. HEX triplet: F6, A7 and F8. RGB value is (246,167,248). Sum of RGB (Red+Green+Blue) = 246+167+248=661 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.22% from 661); Green value is 167 (65.62% from 255 or 25.26% from 661); Blue value is 248 (97.27% from 255 or 37.52% from 661); Max value from RGB is 248 - color contains mainly: blue. Hex color #F6A7F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A7F8 is #095807. Grayscale: #C7C7C7. Windows color (decimal): -612360 or 16295926. OLE color: 16295926.
HSL color Cylindrical-coordinate representation of color #F6A7F8: hue angle of 298.52º degrees, saturation: 0.85, 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 #F6A7F8 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 167 | 248 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.03 |
| HSL | 298.52º | 0.85% | 0.81% | - |
| HSV(B) | 298.52º | 0.33% | 0.97% | - |
| XYZ | 68.77 | 54.01 | 95.61 | - |
| YUV | 199.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 167 | 248 | 0.01 | 0.33 | 0 | 0.03 | 298.52 | 0.85 | 0.81 |
| Hex | F6 | A7 | F8 | 1 | 21 | 0 | 3 | 12B | 55 | 51 |
| Octal | 366 | 247 | 370 | 1 | 41 | 0 | 3 | 453 | 125 | 121 |
| Binary | 11110110 | 10100111 | 11111000 | 1 | 100001 | 0 | 11 | 100101011 | 1010101 | 1010001 |
Color Harmonies of #F6A7F8
Complementary color
Monochromatic Colors of #F6A7F8
Black with #F6A7F8
Text Example
Text Example
White with #F6A7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A7F8; }
p { color: rgb(246,167,248); }
H1.HeaderClassName
{
color: #F6A7F8;
}
.AnyTagClassName
{
color: #F6A7F8;
}
</style>
background-color css
<style>
a { background-color: #F6A7F8; }
a { background-color: rgb(246,167,248); }
div.DivClassName
{
background-color: #F6A7F8;
}
.BgClassName
{
background-color: #F6A7F8;
}
</style>
border-color css
<style>
span { border-color: #F6A7F8; }
span { border-color: rgb(246,167,248); }
td.TdClassName
{
border-color: #F6A7F8;
}
.TagClassName
{
border-color: #F6A7F8;
}
</style>