Shades of Lavender Rose #FAA2FE
Tints of Lavender Rose #FAA2FE
RGB
CMYK
RGB Variations
Color information
#FAA2FE (or 0xFAA2FE) is known color: Lavender Rose. HEX triplet: FA, A2 and FE. RGB value is (250,162,254). Sum of RGB (Red+Green+Blue) = 250+162+254=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 162 (63.67% from 255 or 24.32% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #FAA2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA2FE is #055D01. Grayscale: #C6C6C6. Windows color (decimal): -351490 or 16687866. OLE color: 16687866.
HSL color Cylindrical-coordinate representation of color #FAA2FE: hue angle of 297.39º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA2FE is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 162 | 254 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.00 |
| HSL | 297.39º | 0.98% | 0.82% | - |
| HSV(B) | 297.39º | 0.36% | 1% | - |
| XYZ | 70.23 | 53.32 | 100.36 | - |
| YUV | 198.8 | 159.15 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 254 | 0.02 | 0.36 | 0 | 0.00 | 297.39 | 0.98 | 0.82 |
| Hex | FA | A2 | FE | 2 | 24 | 0 | 0 | 129 | 62 | 52 |
| Octal | 372 | 242 | 376 | 2 | 44 | 0 | 0 | 451 | 142 | 122 |
| Binary | 11111010 | 10100010 | 11111110 | 10 | 100100 | 0 | 0 | 100101001 | 1100010 | 1010010 |
Color Harmonies of #FAA2FE
Complementary color
Monochromatic Colors of #FAA2FE
Black with #FAA2FE
Text Example
Text Example
White with #FAA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2FE; }
p { color: rgb(250,162,254); }
H1.HeaderClassName
{
color: #FAA2FE;
}
.AnyTagClassName
{
color: #FAA2FE;
}
</style>
background-color css
<style>
a { background-color: #FAA2FE; }
a { background-color: rgb(250,162,254); }
div.DivClassName
{
background-color: #FAA2FE;
}
.BgClassName
{
background-color: #FAA2FE;
}
</style>
border-color css
<style>
span { border-color: #FAA2FE; }
span { border-color: rgb(250,162,254); }
td.TdClassName
{
border-color: #FAA2FE;
}
.TagClassName
{
border-color: #FAA2FE;
}
</style>