Shades of Lavender Rose #FAA3EE
Tints of Lavender Rose #FAA3EE
RGB
CMYK
RGB Variations
Color information
#FAA3EE (or 0xFAA3EE) is known color: Lavender Rose. HEX triplet: FA, A3 and EE. RGB value is (250,163,238). Sum of RGB (Red+Green+Blue) = 250+163+238=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 163 (64.06% from 255 or 25.04% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA3EE is #055C11. Grayscale: #C5C5C5. Windows color (decimal): -351250 or 15639546. OLE color: 15639546.
HSL color Cylindrical-coordinate representation of color #FAA3EE: hue angle of 308.28º 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 #FAA3EE is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 238 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.02 |
| HSL | 308.28º | 0.9% | 0.81% | - |
| HSV(B) | 308.28º | 0.35% | 0.98% | - |
| XYZ | 67.95 | 52.69 | 87.48 | - |
| YUV | 197.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 238 | 0 | 0.35 | 0.05 | 0.02 | 308.28 | 0.9 | 0.81 |
| Hex | FA | A3 | EE | 0 | 23 | 5 | 2 | 134 | 5A | 51 |
| Octal | 372 | 243 | 356 | 0 | 43 | 5 | 2 | 464 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11101110 | 0 | 100011 | 101 | 10 | 100110100 | 1011010 | 1010001 |
Color Harmonies of #FAA3EE
Complementary color
Monochromatic Colors of #FAA3EE
Black with #FAA3EE
Text Example
Text Example
White with #FAA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3EE; }
p { color: rgb(250,163,238); }
H1.HeaderClassName
{
color: #FAA3EE;
}
.AnyTagClassName
{
color: #FAA3EE;
}
</style>
background-color css
<style>
a { background-color: #FAA3EE; }
a { background-color: rgb(250,163,238); }
div.DivClassName
{
background-color: #FAA3EE;
}
.BgClassName
{
background-color: #FAA3EE;
}
</style>
border-color css
<style>
span { border-color: #FAA3EE; }
span { border-color: rgb(250,163,238); }
td.TdClassName
{
border-color: #FAA3EE;
}
.TagClassName
{
border-color: #FAA3EE;
}
</style>