Shades of Lavender Rose #FFA9F2
Tints of Lavender Rose #FFA9F2
RGB
CMYK
RGB Variations
Color information
#FFA9F2 (or 0xFFA9F2) is known color: Lavender Rose. HEX triplet: FF, A9 and F2. RGB value is (255,169,242). Sum of RGB (Red+Green+Blue) = 255+169+242=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 169 (66.41% from 255 or 25.38% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA9F2 is #00560D. Grayscale: #CACACA. Windows color (decimal): -22030 or 15903231. OLE color: 15903231.
HSL color Cylindrical-coordinate representation of color #FFA9F2: hue angle of 309.07º 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 #FFA9F2 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 242 | - |
| CMYK | 0 | 0.34 | 0.05 | 0 |
| HSL | 309.07º | 1% | 0.83% | - |
| HSV(B) | 309.07º | 0.34% | 1% | - |
| XYZ | 71.45 | 56.05 | 91.06 | - |
| YUV | 203.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 242 | 0 | 0.34 | 0.05 | 0 | 309.07 | 1 | 0.83 |
| Hex | FF | A9 | F2 | 0 | 22 | 5 | 0 | 135 | 64 | 53 |
| Octal | 377 | 251 | 362 | 0 | 42 | 5 | 0 | 465 | 144 | 123 |
| Binary | 11111111 | 10101001 | 11110010 | 0 | 100010 | 101 | 0 | 100110101 | 1100100 | 1010011 |
Color Harmonies of #FFA9F2
Complementary color
Monochromatic Colors of #FFA9F2
Black with #FFA9F2
Text Example
Text Example
White with #FFA9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA9F2; }
p { color: rgb(255,169,242); }
H1.HeaderClassName
{
color: #FFA9F2;
}
.AnyTagClassName
{
color: #FFA9F2;
}
</style>
background-color css
<style>
a { background-color: #FFA9F2; }
a { background-color: rgb(255,169,242); }
div.DivClassName
{
background-color: #FFA9F2;
}
.BgClassName
{
background-color: #FFA9F2;
}
</style>
border-color css
<style>
span { border-color: #FFA9F2; }
span { border-color: rgb(255,169,242); }
td.TdClassName
{
border-color: #FFA9F2;
}
.TagClassName
{
border-color: #FFA9F2;
}
</style>