Shades of Lavender Rose #FFA9E5
Tints of Lavender Rose #FFA9E5
RGB
CMYK
RGB Variations
Color information
#FFA9E5 (or 0xFFA9E5) is known color: Lavender Rose. HEX triplet: FF, A9 and E5. RGB value is (255,169,229). Sum of RGB (Red+Green+Blue) = 255+169+229=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 169 (66.41% from 255 or 25.88% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9E5 is #00561A. Grayscale: #C9C9C9. Windows color (decimal): -22043 or 15051263. OLE color: 15051263.
HSL color Cylindrical-coordinate representation of color #FFA9E5: hue angle of 318.14º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA9E5 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 229 | - |
| CMYK | 0 | 0.34 | 0.10 | 0 |
| HSL | 318.14º | 1% | 0.83% | - |
| HSV(B) | 318.14º | 0.34% | 1% | - |
| XYZ | 69.57 | 55.29 | 81.13 | - |
| YUV | 201.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 229 | 0 | 0.34 | 0.10 | 0 | 318.14 | 1 | 0.83 |
| Hex | FF | A9 | E5 | 0 | 22 | A | 0 | 13E | 64 | 53 |
| Octal | 377 | 251 | 345 | 0 | 42 | 12 | 0 | 476 | 144 | 123 |
| Binary | 11111111 | 10101001 | 11100101 | 0 | 100010 | 1010 | 0 | 100111110 | 1100100 | 1010011 |
Color Harmonies of #FFA9E5
Complementary color
Monochromatic Colors of #FFA9E5
Black with #FFA9E5
Text Example
Text Example
White with #FFA9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9E5; }
p { color: rgb(255,169,229); }
H1.HeaderClassName
{
color: #FFA9E5;
}
.AnyTagClassName
{
color: #FFA9E5;
}
</style>
background-color css
<style>
a { background-color: #FFA9E5; }
a { background-color: rgb(255,169,229); }
div.DivClassName
{
background-color: #FFA9E5;
}
.BgClassName
{
background-color: #FFA9E5;
}
</style>
border-color css
<style>
span { border-color: #FFA9E5; }
span { border-color: rgb(255,169,229); }
td.TdClassName
{
border-color: #FFA9E5;
}
.TagClassName
{
border-color: #FFA9E5;
}
</style>