Shades of Lavender Rose #FAA3E3
Tints of Lavender Rose #FAA3E3
RGB
CMYK
RGB Variations
Color information
#FAA3E3 (or 0xFAA3E3) is known color: Lavender Rose. HEX triplet: FA, A3 and E3. RGB value is (250,163,227). Sum of RGB (Red+Green+Blue) = 250+163+227=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 163 (64.06% from 255 or 25.47% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3E3 is #055C1C. Grayscale: #C4C4C4. Windows color (decimal): -351261 or 14918650. OLE color: 14918650.
HSL color Cylindrical-coordinate representation of color #FAA3E3: hue angle of 315.86º 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 #FAA3E3 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 227 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.02 |
| HSL | 315.86º | 0.9% | 0.81% | - |
| HSV(B) | 315.86º | 0.35% | 0.98% | - |
| XYZ | 66.39 | 52.06 | 79.22 | - |
| YUV | 196.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 227 | 0 | 0.35 | 0.09 | 0.02 | 315.86 | 0.9 | 0.81 |
| Hex | FA | A3 | E3 | 0 | 23 | 9 | 2 | 13C | 5A | 51 |
| Octal | 372 | 243 | 343 | 0 | 43 | 11 | 2 | 474 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11100011 | 0 | 100011 | 1001 | 10 | 100111100 | 1011010 | 1010001 |
Color Harmonies of #FAA3E3
Complementary color
Monochromatic Colors of #FAA3E3
Black with #FAA3E3
Text Example
Text Example
White with #FAA3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3E3; }
p { color: rgb(250,163,227); }
H1.HeaderClassName
{
color: #FAA3E3;
}
.AnyTagClassName
{
color: #FAA3E3;
}
</style>
background-color css
<style>
a { background-color: #FAA3E3; }
a { background-color: rgb(250,163,227); }
div.DivClassName
{
background-color: #FAA3E3;
}
.BgClassName
{
background-color: #FAA3E3;
}
</style>
border-color css
<style>
span { border-color: #FAA3E3; }
span { border-color: rgb(250,163,227); }
td.TdClassName
{
border-color: #FAA3E3;
}
.TagClassName
{
border-color: #FAA3E3;
}
</style>