Shades of Lavender Rose #FFA5E6
Tints of Lavender Rose #FFA5E6
RGB
CMYK
RGB Variations
Color information
#FFA5E6 (or 0xFFA5E6) is known color: Lavender Rose. HEX triplet: FF, A5 and E6. RGB value is (255,165,230). Sum of RGB (Red+Green+Blue) = 255+165+230=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 165 (64.84% from 255 or 25.38% from 650); Blue value is 230 (90.23% from 255 or 35.38% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5E6 is #005A19. Grayscale: #C7C7C7. Windows color (decimal): -23066 or 15115775. OLE color: 15115775.
HSL color Cylindrical-coordinate representation of color #FFA5E6: hue angle of 316.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA5E6 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 230 | - |
| CMYK | 0 | 0.35 | 0.10 | 0 |
| HSL | 316.67º | 1% | 0.82% | - |
| HSV(B) | 316.67º | 0.35% | 1% | - |
| XYZ | 68.98 | 53.88 | 81.63 | - |
| YUV | 199.32 | 145.32 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 230 | 0 | 0.35 | 0.10 | 0 | 316.67 | 1 | 0.82 |
| Hex | FF | A5 | E6 | 0 | 23 | A | 0 | 13D | 64 | 52 |
| Octal | 377 | 245 | 346 | 0 | 43 | 12 | 0 | 475 | 144 | 122 |
| Binary | 11111111 | 10100101 | 11100110 | 0 | 100011 | 1010 | 0 | 100111101 | 1100100 | 1010010 |
Color Harmonies of #FFA5E6
Complementary color
Monochromatic Colors of #FFA5E6
Black with #FFA5E6
Text Example
Text Example
White with #FFA5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5E6; }
p { color: rgb(255,165,230); }
H1.HeaderClassName
{
color: #FFA5E6;
}
.AnyTagClassName
{
color: #FFA5E6;
}
</style>
background-color css
<style>
a { background-color: #FFA5E6; }
a { background-color: rgb(255,165,230); }
div.DivClassName
{
background-color: #FFA5E6;
}
.BgClassName
{
background-color: #FFA5E6;
}
</style>
border-color css
<style>
span { border-color: #FFA5E6; }
span { border-color: rgb(255,165,230); }
td.TdClassName
{
border-color: #FFA5E6;
}
.TagClassName
{
border-color: #FFA5E6;
}
</style>