Shades of Lavender Rose #FFA9FF
Tints of Lavender Rose #FFA9FF
RGB
CMYK
RGB Variations
Color information
#FFA9FF (or 0xFFA9FF) is known color: Lavender Rose. HEX triplet: FF, A9 and FF. RGB value is (255,169,255). Sum of RGB (Red+Green+Blue) = 255+169+255=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 169 (66.41% from 255 or 24.89% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFA9FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA9FF is #005600. Grayscale: #CCCCCC. Windows color (decimal): -22017 or 16755199. OLE color: 16755199.
HSL color Cylindrical-coordinate representation of color #FFA9FF: hue angle of 300º 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 #FFA9FF is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 255 | - |
| CMYK | 0 | 0.34 | 0 | 0 |
| HSL | 300º | 1% | 0.83% | - |
| HSV(B) | 300º | 0.34% | 1% | - |
| XYZ | 73.48 | 56.86 | 101.71 | - |
| YUV | 204.52 | 156.49 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 255 | 0 | 0.34 | 0 | 0 | 300 | 1 | 0.83 |
| Hex | FF | A9 | FF | 0 | 22 | 0 | 0 | 12C | 64 | 53 |
| Octal | 377 | 251 | 377 | 0 | 42 | 0 | 0 | 454 | 144 | 123 |
| Binary | 11111111 | 10101001 | 11111111 | 0 | 100010 | 0 | 0 | 100101100 | 1100100 | 1010011 |
Color Harmonies of #FFA9FF
Complementary color
Monochromatic Colors of #FFA9FF
Black with #FFA9FF
Text Example
Text Example
White with #FFA9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9FF; }
p { color: rgb(255,169,255); }
H1.HeaderClassName
{
color: #FFA9FF;
}
.AnyTagClassName
{
color: #FFA9FF;
}
</style>
background-color css
<style>
a { background-color: #FFA9FF; }
a { background-color: rgb(255,169,255); }
div.DivClassName
{
background-color: #FFA9FF;
}
.BgClassName
{
background-color: #FFA9FF;
}
</style>
border-color css
<style>
span { border-color: #FFA9FF; }
span { border-color: rgb(255,169,255); }
td.TdClassName
{
border-color: #FFA9FF;
}
.TagClassName
{
border-color: #FFA9FF;
}
</style>