Shades of Lavender Rose #FFA9E1
Tints of Lavender Rose #FFA9E1
RGB
CMYK
RGB Variations
Color information
#FFA9E1 (or 0xFFA9E1) is known color: Lavender Rose. HEX triplet: FF, A9 and E1. RGB value is (255,169,225). Sum of RGB (Red+Green+Blue) = 255+169+225=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 169 (66.41% from 255 or 26.04% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9E1 is #00561E. Grayscale: #C8C8C8. Windows color (decimal): -22047 or 14789119. OLE color: 14789119.
HSL color Cylindrical-coordinate representation of color #FFA9E1: hue angle of 320.93º 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 #FFA9E1 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 225 | - |
| CMYK | 0 | 0.34 | 0.12 | 0 |
| HSL | 320.93º | 1% | 0.83% | - |
| HSV(B) | 320.93º | 0.34% | 1% | - |
| XYZ | 69.02 | 55.07 | 78.23 | - |
| YUV | 201.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 225 | 0 | 0.34 | 0.12 | 0 | 320.93 | 1 | 0.83 |
| Hex | FF | A9 | E1 | 0 | 22 | C | 0 | 141 | 64 | 53 |
| Octal | 377 | 251 | 341 | 0 | 42 | 14 | 0 | 501 | 144 | 123 |
| Binary | 11111111 | 10101001 | 11100001 | 0 | 100010 | 1100 | 0 | 101000001 | 1100100 | 1010011 |
Color Harmonies of #FFA9E1
Complementary color
Monochromatic Colors of #FFA9E1
Black with #FFA9E1
Text Example
Text Example
White with #FFA9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9E1; }
p { color: rgb(255,169,225); }
H1.HeaderClassName
{
color: #FFA9E1;
}
.AnyTagClassName
{
color: #FFA9E1;
}
</style>
background-color css
<style>
a { background-color: #FFA9E1; }
a { background-color: rgb(255,169,225); }
div.DivClassName
{
background-color: #FFA9E1;
}
.BgClassName
{
background-color: #FFA9E1;
}
</style>
border-color css
<style>
span { border-color: #FFA9E1; }
span { border-color: rgb(255,169,225); }
td.TdClassName
{
border-color: #FFA9E1;
}
.TagClassName
{
border-color: #FFA9E1;
}
</style>