Shades of Lavender Rose #FFA5E8
Tints of Lavender Rose #FFA5E8
RGB
CMYK
RGB Variations
Color information
#FFA5E8 (or 0xFFA5E8) is known color: Lavender Rose. HEX triplet: FF, A5 and E8. RGB value is (255,165,232). Sum of RGB (Red+Green+Blue) = 255+165+232=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 165 (64.84% from 255 or 25.31% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5E8 is #005A17. Grayscale: #C7C7C7. Windows color (decimal): -23064 or 15246847. OLE color: 15246847.
HSL color Cylindrical-coordinate representation of color #FFA5E8: hue angle of 315.33º 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 #FFA5E8 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 232 | - |
| CMYK | 0 | 0.35 | 0.09 | 0 |
| HSL | 315.33º | 1% | 0.82% | - |
| HSV(B) | 315.33º | 0.35% | 1% | - |
| XYZ | 69.26 | 54 | 83.12 | - |
| YUV | 199.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 232 | 0 | 0.35 | 0.09 | 0 | 315.33 | 1 | 0.82 |
| Hex | FF | A5 | E8 | 0 | 23 | 9 | 0 | 13B | 64 | 52 |
| Octal | 377 | 245 | 350 | 0 | 43 | 11 | 0 | 473 | 144 | 122 |
| Binary | 11111111 | 10100101 | 11101000 | 0 | 100011 | 1001 | 0 | 100111011 | 1100100 | 1010010 |
Color Harmonies of #FFA5E8
Complementary color
Monochromatic Colors of #FFA5E8
Black with #FFA5E8
Text Example
Text Example
White with #FFA5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5E8; }
p { color: rgb(255,165,232); }
H1.HeaderClassName
{
color: #FFA5E8;
}
.AnyTagClassName
{
color: #FFA5E8;
}
</style>
background-color css
<style>
a { background-color: #FFA5E8; }
a { background-color: rgb(255,165,232); }
div.DivClassName
{
background-color: #FFA5E8;
}
.BgClassName
{
background-color: #FFA5E8;
}
</style>
border-color css
<style>
span { border-color: #FFA5E8; }
span { border-color: rgb(255,165,232); }
td.TdClassName
{
border-color: #FFA5E8;
}
.TagClassName
{
border-color: #FFA5E8;
}
</style>