Shades of Lavender Rose #FFA1E6
Tints of Lavender Rose #FFA1E6
RGB
CMYK
RGB Variations
Color information
#FFA1E6 (or 0xFFA1E6) is known color: Lavender Rose. HEX triplet: FF, A1 and E6. RGB value is (255,161,230). Sum of RGB (Red+Green+Blue) = 255+161+230=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 161 (63.28% from 255 or 24.92% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA1E6 is #005E19. Grayscale: #C4C4C4. Windows color (decimal): -24090 or 15114751. OLE color: 15114751.
HSL color Cylindrical-coordinate representation of color #FFA1E6: hue angle of 315.96º 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 #FFA1E6 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 230 | - |
| CMYK | 0 | 0.37 | 0.10 | 0 |
| HSL | 315.96º | 1% | 0.82% | - |
| HSV(B) | 315.96º | 0.37% | 1% | - |
| XYZ | 68.27 | 52.46 | 81.39 | - |
| YUV | 196.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 230 | 0 | 0.37 | 0.10 | 0 | 315.96 | 1 | 0.82 |
| Hex | FF | A1 | E6 | 0 | 25 | A | 0 | 13C | 64 | 52 |
| Octal | 377 | 241 | 346 | 0 | 45 | 12 | 0 | 474 | 144 | 122 |
| Binary | 11111111 | 10100001 | 11100110 | 0 | 100101 | 1010 | 0 | 100111100 | 1100100 | 1010010 |
Color Harmonies of #FFA1E6
Complementary color
Monochromatic Colors of #FFA1E6
Black with #FFA1E6
Text Example
Text Example
White with #FFA1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA1E6; }
p { color: rgb(255,161,230); }
H1.HeaderClassName
{
color: #FFA1E6;
}
.AnyTagClassName
{
color: #FFA1E6;
}
</style>
background-color css
<style>
a { background-color: #FFA1E6; }
a { background-color: rgb(255,161,230); }
div.DivClassName
{
background-color: #FFA1E6;
}
.BgClassName
{
background-color: #FFA1E6;
}
</style>
border-color css
<style>
span { border-color: #FFA1E6; }
span { border-color: rgb(255,161,230); }
td.TdClassName
{
border-color: #FFA1E6;
}
.TagClassName
{
border-color: #FFA1E6;
}
</style>