Shades of Lavender Rose #FFA2FA
Tints of Lavender Rose #FFA2FA
RGB
CMYK
RGB Variations
Color information
#FFA2FA (or 0xFFA2FA) is known color: Lavender Rose. HEX triplet: FF, A2 and FA. RGB value is (255,162,250). Sum of RGB (Red+Green+Blue) = 255+162+250=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 162 (63.67% from 255 or 24.29% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2FA is #005D05. Grayscale: #C7C7C7. Windows color (decimal): -23814 or 16425727. OLE color: 16425727.
HSL color Cylindrical-coordinate representation of color #FFA2FA: hue angle of 303.23º 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 #FFA2FA is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 250 | - |
| CMYK | 0 | 0.36 | 0.02 | 0 |
| HSL | 303.23º | 1% | 0.82% | - |
| HSV(B) | 303.23º | 0.36% | 1% | - |
| XYZ | 71.42 | 54 | 97.1 | - |
| YUV | 199.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 250 | 0 | 0.36 | 0.02 | 0 | 303.23 | 1 | 0.82 |
| Hex | FF | A2 | FA | 0 | 24 | 2 | 0 | 12F | 64 | 52 |
| Octal | 377 | 242 | 372 | 0 | 44 | 2 | 0 | 457 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11111010 | 0 | 100100 | 10 | 0 | 100101111 | 1100100 | 1010010 |
Color Harmonies of #FFA2FA
Complementary color
Monochromatic Colors of #FFA2FA
Black with #FFA2FA
Text Example
Text Example
White with #FFA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2FA; }
p { color: rgb(255,162,250); }
H1.HeaderClassName
{
color: #FFA2FA;
}
.AnyTagClassName
{
color: #FFA2FA;
}
</style>
background-color css
<style>
a { background-color: #FFA2FA; }
a { background-color: rgb(255,162,250); }
div.DivClassName
{
background-color: #FFA2FA;
}
.BgClassName
{
background-color: #FFA2FA;
}
</style>
border-color css
<style>
span { border-color: #FFA2FA; }
span { border-color: rgb(255,162,250); }
td.TdClassName
{
border-color: #FFA2FA;
}
.TagClassName
{
border-color: #FFA2FA;
}
</style>