Shades of Lavender Rose #FAA3E0
Tints of Lavender Rose #FAA3E0
RGB
CMYK
RGB Variations
Color information
#FAA3E0 (or 0xFAA3E0) is known color: Lavender Rose. HEX triplet: FA, A3 and E0. RGB value is (250,163,224). Sum of RGB (Red+Green+Blue) = 250+163+224=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3E0 is #055C1F. Grayscale: #C3C3C3. Windows color (decimal): -351264 or 14722042. OLE color: 14722042.
HSL color Cylindrical-coordinate representation of color #FAA3E0: hue angle of 317.93º 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 #FAA3E0 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 224 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.02 |
| HSL | 317.93º | 0.9% | 0.81% | - |
| HSV(B) | 317.93º | 0.35% | 0.98% | - |
| XYZ | 65.98 | 51.9 | 77.06 | - |
| YUV | 195.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 224 | 0 | 0.35 | 0.10 | 0.02 | 317.93 | 0.9 | 0.81 |
| Hex | FA | A3 | E0 | 0 | 23 | A | 2 | 13E | 5A | 51 |
| Octal | 372 | 243 | 340 | 0 | 43 | 12 | 2 | 476 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11100000 | 0 | 100011 | 1010 | 10 | 100111110 | 1011010 | 1010001 |
Color Harmonies of #FAA3E0
Complementary color
Monochromatic Colors of #FAA3E0
Black with #FAA3E0
Text Example
Text Example
White with #FAA3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3E0; }
p { color: rgb(250,163,224); }
H1.HeaderClassName
{
color: #FAA3E0;
}
.AnyTagClassName
{
color: #FAA3E0;
}
</style>
background-color css
<style>
a { background-color: #FAA3E0; }
a { background-color: rgb(250,163,224); }
div.DivClassName
{
background-color: #FAA3E0;
}
.BgClassName
{
background-color: #FAA3E0;
}
</style>
border-color css
<style>
span { border-color: #FAA3E0; }
span { border-color: rgb(250,163,224); }
td.TdClassName
{
border-color: #FAA3E0;
}
.TagClassName
{
border-color: #FAA3E0;
}
</style>