Shades of Lavender Rose #FFA9F0
Tints of Lavender Rose #FFA9F0
RGB
CMYK
RGB Variations
Color information
#FFA9F0 (or 0xFFA9F0) is known color: Lavender Rose. HEX triplet: FF, A9 and F0. RGB value is (255,169,240). Sum of RGB (Red+Green+Blue) = 255+169+240=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 169 (66.41% from 255 or 25.45% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA9F0 is #00560F. Grayscale: #CACACA. Windows color (decimal): -22032 or 15772159. OLE color: 15772159.
HSL color Cylindrical-coordinate representation of color #FFA9F0: hue angle of 310.47º 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 #FFA9F0 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 240 | - |
| CMYK | 0 | 0.34 | 0.06 | 0 |
| HSL | 310.47º | 1% | 0.83% | - |
| HSV(B) | 310.47º | 0.34% | 1% | - |
| XYZ | 71.16 | 55.93 | 89.48 | - |
| YUV | 202.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 240 | 0 | 0.34 | 0.06 | 0 | 310.47 | 1 | 0.83 |
| Hex | FF | A9 | F0 | 0 | 22 | 6 | 0 | 136 | 64 | 53 |
| Octal | 377 | 251 | 360 | 0 | 42 | 6 | 0 | 466 | 144 | 123 |
| Binary | 11111111 | 10101001 | 11110000 | 0 | 100010 | 110 | 0 | 100110110 | 1100100 | 1010011 |
Color Harmonies of #FFA9F0
Complementary color
Monochromatic Colors of #FFA9F0
Black with #FFA9F0
Text Example
Text Example
White with #FFA9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9F0; }
p { color: rgb(255,169,240); }
H1.HeaderClassName
{
color: #FFA9F0;
}
.AnyTagClassName
{
color: #FFA9F0;
}
</style>
background-color css
<style>
a { background-color: #FFA9F0; }
a { background-color: rgb(255,169,240); }
div.DivClassName
{
background-color: #FFA9F0;
}
.BgClassName
{
background-color: #FFA9F0;
}
</style>
border-color css
<style>
span { border-color: #FFA9F0; }
span { border-color: rgb(255,169,240); }
td.TdClassName
{
border-color: #FFA9F0;
}
.TagClassName
{
border-color: #FFA9F0;
}
</style>