Shades of Lavender Rose #FAA2E4
Tints of Lavender Rose #FAA2E4
RGB
CMYK
RGB Variations
Color information
#FAA2E4 (or 0xFAA2E4) is known color: Lavender Rose. HEX triplet: FA, A2 and E4. RGB value is (250,162,228). Sum of RGB (Red+Green+Blue) = 250+162+228=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 162 (63.67% from 255 or 25.31% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2E4 is #055D1B. Grayscale: #C3C3C3. Windows color (decimal): -351516 or 14983930. OLE color: 14983930.
HSL color Cylindrical-coordinate representation of color #FAA2E4: hue angle of 315º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA2E4 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 228 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.02 |
| HSL | 315º | 0.9% | 0.81% | - |
| HSV(B) | 315º | 0.35% | 0.98% | - |
| XYZ | 66.35 | 51.77 | 79.89 | - |
| YUV | 195.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 228 | 0 | 0.35 | 0.09 | 0.02 | 315 | 0.9 | 0.81 |
| Hex | FA | A2 | E4 | 0 | 23 | 9 | 2 | 13B | 5A | 51 |
| Octal | 372 | 242 | 344 | 0 | 43 | 11 | 2 | 473 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11100100 | 0 | 100011 | 1001 | 10 | 100111011 | 1011010 | 1010001 |
Color Harmonies of #FAA2E4
Complementary color
Monochromatic Colors of #FAA2E4
Black with #FAA2E4
Text Example
Text Example
White with #FAA2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2E4; }
p { color: rgb(250,162,228); }
H1.HeaderClassName
{
color: #FAA2E4;
}
.AnyTagClassName
{
color: #FAA2E4;
}
</style>
background-color css
<style>
a { background-color: #FAA2E4; }
a { background-color: rgb(250,162,228); }
div.DivClassName
{
background-color: #FAA2E4;
}
.BgClassName
{
background-color: #FAA2E4;
}
</style>
border-color css
<style>
span { border-color: #FAA2E4; }
span { border-color: rgb(250,162,228); }
td.TdClassName
{
border-color: #FAA2E4;
}
.TagClassName
{
border-color: #FAA2E4;
}
</style>