Shades of Lavender Rose #FAA2EA
Tints of Lavender Rose #FAA2EA
RGB
CMYK
RGB Variations
Color information
#FAA2EA (or 0xFAA2EA) is known color: Lavender Rose. HEX triplet: FA, A2 and EA. RGB value is (250,162,234). Sum of RGB (Red+Green+Blue) = 250+162+234=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 162 (63.67% from 255 or 25.08% from 646); Blue value is 234 (91.80% from 255 or 36.22% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA2EA is #055D15. Grayscale: #C4C4C4. Windows color (decimal): -351510 or 15377146. OLE color: 15377146.
HSL color Cylindrical-coordinate representation of color #FAA2EA: hue angle of 310.91º 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 #FAA2EA is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 234 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.02 |
| HSL | 310.91º | 0.9% | 0.81% | - |
| HSV(B) | 310.91º | 0.35% | 0.98% | - |
| XYZ | 67.2 | 52.11 | 84.36 | - |
| YUV | 196.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 234 | 0 | 0.35 | 0.06 | 0.02 | 310.91 | 0.9 | 0.81 |
| Hex | FA | A2 | EA | 0 | 23 | 6 | 2 | 137 | 5A | 51 |
| Octal | 372 | 242 | 352 | 0 | 43 | 6 | 2 | 467 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11101010 | 0 | 100011 | 110 | 10 | 100110111 | 1011010 | 1010001 |
Color Harmonies of #FAA2EA
Complementary color
Monochromatic Colors of #FAA2EA
Black with #FAA2EA
Text Example
Text Example
White with #FAA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2EA; }
p { color: rgb(250,162,234); }
H1.HeaderClassName
{
color: #FAA2EA;
}
.AnyTagClassName
{
color: #FAA2EA;
}
</style>
background-color css
<style>
a { background-color: #FAA2EA; }
a { background-color: rgb(250,162,234); }
div.DivClassName
{
background-color: #FAA2EA;
}
.BgClassName
{
background-color: #FAA2EA;
}
</style>
border-color css
<style>
span { border-color: #FAA2EA; }
span { border-color: rgb(250,162,234); }
td.TdClassName
{
border-color: #FAA2EA;
}
.TagClassName
{
border-color: #FAA2EA;
}
</style>