Shades of Lavender Rose #FFA1E5
Tints of Lavender Rose #FFA1E5
RGB
CMYK
RGB Variations
Color information
#FFA1E5 (or 0xFFA1E5) is known color: Lavender Rose. HEX triplet: FF, A1 and E5. RGB value is (255,161,229). Sum of RGB (Red+Green+Blue) = 255+161+229=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 161 (63.28% from 255 or 24.96% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1E5 is #005E1A. Grayscale: #C4C4C4. Windows color (decimal): -24091 or 15049215. OLE color: 15049215.
HSL color Cylindrical-coordinate representation of color #FFA1E5: hue angle of 316.6º 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 #FFA1E5 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 229 | - |
| CMYK | 0 | 0.37 | 0.10 | 0 |
| HSL | 316.6º | 1% | 0.82% | - |
| HSV(B) | 316.6º | 0.37% | 1% | - |
| XYZ | 68.13 | 52.41 | 80.65 | - |
| YUV | 196.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 229 | 0 | 0.37 | 0.10 | 0 | 316.6 | 1 | 0.82 |
| Hex | FF | A1 | E5 | 0 | 25 | A | 0 | 13D | 64 | 52 |
| Octal | 377 | 241 | 345 | 0 | 45 | 12 | 0 | 475 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11100101 | 0 | 100101 | 1010 | 0 | 100111101 | 1100100 | 1010010 |
Color Harmonies of #FFA1E5
Complementary color
Monochromatic Colors of #FFA1E5
Black with #FFA1E5
Text Example
Text Example
White with #FFA1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1E5; }
p { color: rgb(255,161,229); }
H1.HeaderClassName
{
color: #FFA1E5;
}
.AnyTagClassName
{
color: #FFA1E5;
}
</style>
background-color css
<style>
a { background-color: #FFA1E5; }
a { background-color: rgb(255,161,229); }
div.DivClassName
{
background-color: #FFA1E5;
}
.BgClassName
{
background-color: #FFA1E5;
}
</style>
border-color css
<style>
span { border-color: #FFA1E5; }
span { border-color: rgb(255,161,229); }
td.TdClassName
{
border-color: #FFA1E5;
}
.TagClassName
{
border-color: #FFA1E5;
}
</style>