Shades of Lavender Rose #FFA1F0
Tints of Lavender Rose #FFA1F0
RGB
CMYK
RGB Variations
Color information
#FFA1F0 (or 0xFFA1F0) is known color: Lavender Rose. HEX triplet: FF, A1 and F0. RGB value is (255,161,240). Sum of RGB (Red+Green+Blue) = 255+161+240=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 161 (63.28% from 255 or 24.54% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA1F0 is #005E0F. Grayscale: #C5C5C5. Windows color (decimal): -24080 or 15770111. OLE color: 15770111.
HSL color Cylindrical-coordinate representation of color #FFA1F0: hue angle of 309.57º 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 #FFA1F0 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 240 | - |
| CMYK | 0 | 0.37 | 0.06 | 0 |
| HSL | 309.57º | 1% | 0.82% | - |
| HSV(B) | 309.57º | 0.37% | 1% | - |
| XYZ | 69.71 | 53.04 | 89 | - |
| YUV | 198.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 240 | 0 | 0.37 | 0.06 | 0 | 309.57 | 1 | 0.82 |
| Hex | FF | A1 | F0 | 0 | 25 | 6 | 0 | 136 | 64 | 52 |
| Octal | 377 | 241 | 360 | 0 | 45 | 6 | 0 | 466 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11110000 | 0 | 100101 | 110 | 0 | 100110110 | 1100100 | 1010010 |
Color Harmonies of #FFA1F0
Complementary color
Monochromatic Colors of #FFA1F0
Black with #FFA1F0
Text Example
Text Example
White with #FFA1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1F0; }
p { color: rgb(255,161,240); }
H1.HeaderClassName
{
color: #FFA1F0;
}
.AnyTagClassName
{
color: #FFA1F0;
}
</style>
background-color css
<style>
a { background-color: #FFA1F0; }
a { background-color: rgb(255,161,240); }
div.DivClassName
{
background-color: #FFA1F0;
}
.BgClassName
{
background-color: #FFA1F0;
}
</style>
border-color css
<style>
span { border-color: #FFA1F0; }
span { border-color: rgb(255,161,240); }
td.TdClassName
{
border-color: #FFA1F0;
}
.TagClassName
{
border-color: #FFA1F0;
}
</style>