Shades of Lavender Rose #FFA2F9
Tints of Lavender Rose #FFA2F9
RGB
CMYK
RGB Variations
Color information
#FFA2F9 (or 0xFFA2F9) is known color: Lavender Rose. HEX triplet: FF, A2 and F9. RGB value is (255,162,249). Sum of RGB (Red+Green+Blue) = 255+162+249=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 162 (63.67% from 255 or 24.32% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2F9 is #005D06. Grayscale: #C7C7C7. Windows color (decimal): -23815 or 16360191. OLE color: 16360191.
HSL color Cylindrical-coordinate representation of color #FFA2F9: hue angle of 303.87º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA2F9 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 249 | - |
| CMYK | 0 | 0.36 | 0.02 | 0 |
| HSL | 303.87º | 1% | 0.82% | - |
| HSV(B) | 303.87º | 0.36% | 1% | - |
| XYZ | 71.26 | 53.94 | 96.28 | - |
| YUV | 199.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 249 | 0 | 0.36 | 0.02 | 0 | 303.87 | 1 | 0.82 |
| Hex | FF | A2 | F9 | 0 | 24 | 2 | 0 | 130 | 64 | 52 |
| Octal | 377 | 242 | 371 | 0 | 44 | 2 | 0 | 460 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11111001 | 0 | 100100 | 10 | 0 | 100110000 | 1100100 | 1010010 |
Color Harmonies of #FFA2F9
Complementary color
Monochromatic Colors of #FFA2F9
Black with #FFA2F9
Text Example
Text Example
White with #FFA2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2F9; }
p { color: rgb(255,162,249); }
H1.HeaderClassName
{
color: #FFA2F9;
}
.AnyTagClassName
{
color: #FFA2F9;
}
</style>
background-color css
<style>
a { background-color: #FFA2F9; }
a { background-color: rgb(255,162,249); }
div.DivClassName
{
background-color: #FFA2F9;
}
.BgClassName
{
background-color: #FFA2F9;
}
</style>
border-color css
<style>
span { border-color: #FFA2F9; }
span { border-color: rgb(255,162,249); }
td.TdClassName
{
border-color: #FFA2F9;
}
.TagClassName
{
border-color: #FFA2F9;
}
</style>