Shades of Lavender Rose #FFA5E3
Tints of Lavender Rose #FFA5E3
RGB
CMYK
RGB Variations
Color information
#FFA5E3 (or 0xFFA5E3) is known color: Lavender Rose. HEX triplet: FF, A5 and E3. RGB value is (255,165,227). Sum of RGB (Red+Green+Blue) = 255+165+227=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 165 (64.84% from 255 or 25.50% from 647); Blue value is 227 (89.06% from 255 or 35.09% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5E3 is #005A1C. Grayscale: #C6C6C6. Windows color (decimal): -23069 or 14919167. OLE color: 14919167.
HSL color Cylindrical-coordinate representation of color #FFA5E3: hue angle of 318.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 #FFA5E3 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 227 | - |
| CMYK | 0 | 0.35 | 0.11 | 0 |
| HSL | 318.67º | 1% | 0.82% | - |
| HSV(B) | 318.67º | 0.35% | 1% | - |
| XYZ | 68.56 | 53.72 | 79.43 | - |
| YUV | 198.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 227 | 0 | 0.35 | 0.11 | 0 | 318.67 | 1 | 0.82 |
| Hex | FF | A5 | E3 | 0 | 23 | B | 0 | 13F | 64 | 52 |
| Octal | 377 | 245 | 343 | 0 | 43 | 13 | 0 | 477 | 144 | 122 |
| Binary | 11111111 | 10100101 | 11100011 | 0 | 100011 | 1011 | 0 | 100111111 | 1100100 | 1010010 |
Color Harmonies of #FFA5E3
Complementary color
Monochromatic Colors of #FFA5E3
Black with #FFA5E3
Text Example
Text Example
White with #FFA5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5E3; }
p { color: rgb(255,165,227); }
H1.HeaderClassName
{
color: #FFA5E3;
}
.AnyTagClassName
{
color: #FFA5E3;
}
</style>
background-color css
<style>
a { background-color: #FFA5E3; }
a { background-color: rgb(255,165,227); }
div.DivClassName
{
background-color: #FFA5E3;
}
.BgClassName
{
background-color: #FFA5E3;
}
</style>
border-color css
<style>
span { border-color: #FFA5E3; }
span { border-color: rgb(255,165,227); }
td.TdClassName
{
border-color: #FFA5E3;
}
.TagClassName
{
border-color: #FFA5E3;
}
</style>