Shades of Lavender Rose #FAA3F0
Tints of Lavender Rose #FAA3F0
RGB
CMYK
RGB Variations
Color information
#FAA3F0 (or 0xFAA3F0) is known color: Lavender Rose. HEX triplet: FA, A3 and F0. RGB value is (250,163,240). Sum of RGB (Red+Green+Blue) = 250+163+240=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 163 (64.06% from 255 or 24.96% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA3F0 is #055C0F. Grayscale: #C5C5C5. Windows color (decimal): -351248 or 15770618. OLE color: 15770618.
HSL color Cylindrical-coordinate representation of color #FAA3F0: hue angle of 306.9º 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 #FAA3F0 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 240 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.02 |
| HSL | 306.9º | 0.9% | 0.81% | - |
| HSV(B) | 306.9º | 0.35% | 0.98% | - |
| XYZ | 68.25 | 52.81 | 89.03 | - |
| YUV | 197.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 240 | 0 | 0.35 | 0.04 | 0.02 | 306.9 | 0.9 | 0.81 |
| Hex | FA | A3 | F0 | 0 | 23 | 4 | 2 | 133 | 5A | 51 |
| Octal | 372 | 243 | 360 | 0 | 43 | 4 | 2 | 463 | 132 | 121 |
| Binary | 11111010 | 10100011 | 11110000 | 0 | 100011 | 100 | 10 | 100110011 | 1011010 | 1010001 |
Color Harmonies of #FAA3F0
Complementary color
Monochromatic Colors of #FAA3F0
Black with #FAA3F0
Text Example
Text Example
White with #FAA3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA3F0; }
p { color: rgb(250,163,240); }
H1.HeaderClassName
{
color: #FAA3F0;
}
.AnyTagClassName
{
color: #FAA3F0;
}
</style>
background-color css
<style>
a { background-color: #FAA3F0; }
a { background-color: rgb(250,163,240); }
div.DivClassName
{
background-color: #FAA3F0;
}
.BgClassName
{
background-color: #FAA3F0;
}
</style>
border-color css
<style>
span { border-color: #FAA3F0; }
span { border-color: rgb(250,163,240); }
td.TdClassName
{
border-color: #FAA3F0;
}
.TagClassName
{
border-color: #FAA3F0;
}
</style>