Shades of Lavender Rose #F6A2F8
Tints of Lavender Rose #F6A2F8
RGB
CMYK
RGB Variations
Color information
#F6A2F8 (or 0xF6A2F8) is known color: Lavender Rose. HEX triplet: F6, A2 and F8. RGB value is (246,162,248). Sum of RGB (Red+Green+Blue) = 246+162+248=656 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.5% from 656); Green value is 162 (63.67% from 255 or 24.70% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #F6A2F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A2F8 is #095D07. Grayscale: #C4C4C4. Windows color (decimal): -613640 or 16294646. OLE color: 16294646.
HSL color Cylindrical-coordinate representation of color #F6A2F8: hue angle of 298.6º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A2F8 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 162 | 248 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.03 |
| HSL | 298.6º | 0.86% | 0.8% | - |
| HSV(B) | 298.6º | 0.35% | 0.97% | - |
| XYZ | 67.87 | 52.21 | 95.31 | - |
| YUV | 196.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 162 | 248 | 0.01 | 0.35 | 0 | 0.03 | 298.6 | 0.86 | 0.8 |
| Hex | F6 | A2 | F8 | 1 | 23 | 0 | 3 | 12B | 56 | 50 |
| Octal | 366 | 242 | 370 | 1 | 43 | 0 | 3 | 453 | 126 | 120 |
| Binary | 11110110 | 10100010 | 11111000 | 1 | 100011 | 0 | 11 | 100101011 | 1010110 | 1010000 |
Color Harmonies of #F6A2F8
Complementary color
Monochromatic Colors of #F6A2F8
Black with #F6A2F8
Text Example
Text Example
White with #F6A2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A2F8; }
p { color: rgb(246,162,248); }
H1.HeaderClassName
{
color: #F6A2F8;
}
.AnyTagClassName
{
color: #F6A2F8;
}
</style>
background-color css
<style>
a { background-color: #F6A2F8; }
a { background-color: rgb(246,162,248); }
div.DivClassName
{
background-color: #F6A2F8;
}
.BgClassName
{
background-color: #F6A2F8;
}
</style>
border-color css
<style>
span { border-color: #F6A2F8; }
span { border-color: rgb(246,162,248); }
td.TdClassName
{
border-color: #F6A2F8;
}
.TagClassName
{
border-color: #F6A2F8;
}
</style>