Shades of Lavender Rose #FFA2FE
Tints of Lavender Rose #FFA2FE
RGB
CMYK
RGB Variations
Color information
#FFA2FE (or 0xFFA2FE) is known color: Lavender Rose. HEX triplet: FF, A2 and FE. RGB value is (255,162,254). Sum of RGB (Red+Green+Blue) = 255+162+254=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 162 (63.67% from 255 or 24.14% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2FE is #005D01. Grayscale: #C8C8C8. Windows color (decimal): -23810 or 16687871. OLE color: 16687871.
HSL color Cylindrical-coordinate representation of color #FFA2FE: hue angle of 300.65º 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 #FFA2FE is Cyan = 0, Magento = 0.36, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 254 | - |
| CMYK | 0 | 0.36 | 0.00 | 0 |
| HSL | 300.65º | 1% | 0.82% | - |
| HSV(B) | 300.65º | 0.36% | 1% | - |
| XYZ | 72.05 | 54.26 | 100.44 | - |
| YUV | 200.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 254 | 0 | 0.36 | 0.00 | 0 | 300.65 | 1 | 0.82 |
| Hex | FF | A2 | FE | 0 | 24 | 0 | 0 | 12D | 64 | 52 |
| Octal | 377 | 242 | 376 | 0 | 44 | 0 | 0 | 455 | 144 | 122 |
| Binary | 11111111 | 10100010 | 11111110 | 0 | 100100 | 0 | 0 | 100101101 | 1100100 | 1010010 |
Color Harmonies of #FFA2FE
Complementary color
Monochromatic Colors of #FFA2FE
Black with #FFA2FE
Text Example
Text Example
White with #FFA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA2FE; }
p { color: rgb(255,162,254); }
H1.HeaderClassName
{
color: #FFA2FE;
}
.AnyTagClassName
{
color: #FFA2FE;
}
</style>
background-color css
<style>
a { background-color: #FFA2FE; }
a { background-color: rgb(255,162,254); }
div.DivClassName
{
background-color: #FFA2FE;
}
.BgClassName
{
background-color: #FFA2FE;
}
</style>
border-color css
<style>
span { border-color: #FFA2FE; }
span { border-color: rgb(255,162,254); }
td.TdClassName
{
border-color: #FFA2FE;
}
.TagClassName
{
border-color: #FFA2FE;
}
</style>