Shades of Lavender Rose #FFA1F7
Tints of Lavender Rose #FFA1F7
RGB
CMYK
RGB Variations
Color information
#FFA1F7 (or 0xFFA1F7) is known color: Lavender Rose. HEX triplet: FF, A1 and F7. RGB value is (255,161,247). Sum of RGB (Red+Green+Blue) = 255+161+247=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 161 (63.28% from 255 or 24.28% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA1F7 is #005E08. Grayscale: #C6C6C6. Windows color (decimal): -24073 or 16228863. OLE color: 16228863.
HSL color Cylindrical-coordinate representation of color #FFA1F7: hue angle of 305.11º 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 #FFA1F7 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 247 | - |
| CMYK | 0 | 0.37 | 0.03 | 0 |
| HSL | 305.11º | 1% | 0.82% | - |
| HSV(B) | 305.11º | 0.37% | 1% | - |
| XYZ | 70.77 | 53.47 | 94.59 | - |
| YUV | 198.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 247 | 0 | 0.37 | 0.03 | 0 | 305.11 | 1 | 0.82 |
| Hex | FF | A1 | F7 | 0 | 25 | 3 | 0 | 131 | 64 | 52 |
| Octal | 377 | 241 | 367 | 0 | 45 | 3 | 0 | 461 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11110111 | 0 | 100101 | 11 | 0 | 100110001 | 1100100 | 1010010 |
Color Harmonies of #FFA1F7
Complementary color
Monochromatic Colors of #FFA1F7
Black with #FFA1F7
Text Example
Text Example
White with #FFA1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1F7; }
p { color: rgb(255,161,247); }
H1.HeaderClassName
{
color: #FFA1F7;
}
.AnyTagClassName
{
color: #FFA1F7;
}
</style>
background-color css
<style>
a { background-color: #FFA1F7; }
a { background-color: rgb(255,161,247); }
div.DivClassName
{
background-color: #FFA1F7;
}
.BgClassName
{
background-color: #FFA1F7;
}
</style>
border-color css
<style>
span { border-color: #FFA1F7; }
span { border-color: rgb(255,161,247); }
td.TdClassName
{
border-color: #FFA1F7;
}
.TagClassName
{
border-color: #FFA1F7;
}
</style>