Shades of Lavender Rose #FAA5F2
Tints of Lavender Rose #FAA5F2
RGB
CMYK
RGB Variations
Color information
#FAA5F2 (or 0xFAA5F2) is known color: Lavender Rose. HEX triplet: FA, A5 and F2. RGB value is (250,165,242). Sum of RGB (Red+Green+Blue) = 250+165+242=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 165 (64.84% from 255 or 25.11% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA5F2 is #055A0D. Grayscale: #C6C6C6. Windows color (decimal): -350734 or 15902202. OLE color: 15902202.
HSL color Cylindrical-coordinate representation of color #FAA5F2: hue angle of 305.65º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA5F2 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 242 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.02 |
| HSL | 305.65º | 0.89% | 0.81% | - |
| HSV(B) | 305.65º | 0.34% | 0.98% | - |
| XYZ | 68.91 | 53.65 | 90.73 | - |
| YUV | 199.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 242 | 0 | 0.34 | 0.03 | 0.02 | 305.65 | 0.89 | 0.81 |
| Hex | FA | A5 | F2 | 0 | 22 | 3 | 2 | 132 | 59 | 51 |
| Octal | 372 | 245 | 362 | 0 | 42 | 3 | 2 | 462 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11110010 | 0 | 100010 | 11 | 10 | 100110010 | 1011001 | 1010001 |
Color Harmonies of #FAA5F2
Complementary color
Monochromatic Colors of #FAA5F2
Black with #FAA5F2
Text Example
Text Example
White with #FAA5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5F2; }
p { color: rgb(250,165,242); }
H1.HeaderClassName
{
color: #FAA5F2;
}
.AnyTagClassName
{
color: #FAA5F2;
}
</style>
background-color css
<style>
a { background-color: #FAA5F2; }
a { background-color: rgb(250,165,242); }
div.DivClassName
{
background-color: #FAA5F2;
}
.BgClassName
{
background-color: #FAA5F2;
}
</style>
border-color css
<style>
span { border-color: #FAA5F2; }
span { border-color: rgb(250,165,242); }
td.TdClassName
{
border-color: #FAA5F2;
}
.TagClassName
{
border-color: #FAA5F2;
}
</style>