Shades of Lavender Rose #FFA1F9
Tints of Lavender Rose #FFA1F9
RGB
CMYK
RGB Variations
Color information
#FFA1F9 (or 0xFFA1F9) is known color: Lavender Rose. HEX triplet: FF, A1 and F9. RGB value is (255,161,249). Sum of RGB (Red+Green+Blue) = 255+161+249=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 161 (63.28% from 255 or 24.21% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA1F9 is #005E06. Grayscale: #C6C6C6. Windows color (decimal): -24071 or 16359935. OLE color: 16359935.
HSL color Cylindrical-coordinate representation of color #FFA1F9: hue angle of 303.83º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA1F9 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 249 | - |
| CMYK | 0 | 0.37 | 0.02 | 0 |
| HSL | 303.83º | 1% | 0.82% | - |
| HSV(B) | 303.83º | 0.37% | 1% | - |
| XYZ | 71.08 | 53.59 | 96.22 | - |
| YUV | 199.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 249 | 0 | 0.37 | 0.02 | 0 | 303.83 | 1 | 0.82 |
| Hex | FF | A1 | F9 | 0 | 25 | 2 | 0 | 130 | 64 | 52 |
| Octal | 377 | 241 | 371 | 0 | 45 | 2 | 0 | 460 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11111001 | 0 | 100101 | 10 | 0 | 100110000 | 1100100 | 1010010 |
Color Harmonies of #FFA1F9
Complementary color
Monochromatic Colors of #FFA1F9
Black with #FFA1F9
Text Example
Text Example
White with #FFA1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1F9; }
p { color: rgb(255,161,249); }
H1.HeaderClassName
{
color: #FFA1F9;
}
.AnyTagClassName
{
color: #FFA1F9;
}
</style>
background-color css
<style>
a { background-color: #FFA1F9; }
a { background-color: rgb(255,161,249); }
div.DivClassName
{
background-color: #FFA1F9;
}
.BgClassName
{
background-color: #FFA1F9;
}
</style>
border-color css
<style>
span { border-color: #FFA1F9; }
span { border-color: rgb(255,161,249); }
td.TdClassName
{
border-color: #FFA1F9;
}
.TagClassName
{
border-color: #FFA1F9;
}
</style>