Shades of Lavender Rose #FFA6F9
Tints of Lavender Rose #FFA6F9
RGB
CMYK
RGB Variations
Color information
#FFA6F9 (or 0xFFA6F9) is known color: Lavender Rose. HEX triplet: FF, A6 and F9. RGB value is (255,166,249). Sum of RGB (Red+Green+Blue) = 255+166+249=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 166 (65.23% from 255 or 24.78% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA6F9 is #005906. Grayscale: #C9C9C9. Windows color (decimal): -22791 or 16361215. OLE color: 16361215.
HSL color Cylindrical-coordinate representation of color #FFA6F9: hue angle of 304.04º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA6F9 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 249 | - |
| CMYK | 0 | 0.35 | 0.02 | 0 |
| HSL | 304.05º | 1% | 0.83% | - |
| HSV(B) | 304.05º | 0.35% | 1% | - |
| XYZ | 71.98 | 55.37 | 96.52 | - |
| YUV | 202.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 249 | 0 | 0.35 | 0.02 | 0 | 304.05 | 1 | 0.83 |
| Hex | FF | A6 | F9 | 0 | 23 | 2 | 0 | 130 | 64 | 53 |
| Octal | 377 | 246 | 371 | 0 | 43 | 2 | 0 | 460 | 144 | 123 |
| Binary | 11111111 | 10100110 | 11111001 | 0 | 100011 | 10 | 0 | 100110000 | 1100100 | 1010011 |
Color Harmonies of #FFA6F9
Complementary color
Monochromatic Colors of #FFA6F9
Black with #FFA6F9
Text Example
Text Example
White with #FFA6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6F9; }
p { color: rgb(255,166,249); }
H1.HeaderClassName
{
color: #FFA6F9;
}
.AnyTagClassName
{
color: #FFA6F9;
}
</style>
background-color css
<style>
a { background-color: #FFA6F9; }
a { background-color: rgb(255,166,249); }
div.DivClassName
{
background-color: #FFA6F9;
}
.BgClassName
{
background-color: #FFA6F9;
}
</style>
border-color css
<style>
span { border-color: #FFA6F9; }
span { border-color: rgb(255,166,249); }
td.TdClassName
{
border-color: #FFA6F9;
}
.TagClassName
{
border-color: #FFA6F9;
}
</style>