Shades of Lavender Rose #FAA5F0
Tints of Lavender Rose #FAA5F0
RGB
CMYK
RGB Variations
Color information
#FAA5F0 (or 0xFAA5F0) is known color: Lavender Rose. HEX triplet: FA, A5 and F0. RGB value is (250,165,240). Sum of RGB (Red+Green+Blue) = 250+165+240=655 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.17% from 655); Green value is 165 (64.84% from 255 or 25.19% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA5F0 is #055A0F. Grayscale: #C6C6C6. Windows color (decimal): -350736 or 15771130. OLE color: 15771130.
HSL color Cylindrical-coordinate representation of color #FAA5F0: hue angle of 307.06º 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 #FAA5F0 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 240 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.02 |
| HSL | 307.06º | 0.89% | 0.81% | - |
| HSV(B) | 307.06º | 0.34% | 0.98% | - |
| XYZ | 68.61 | 53.53 | 89.15 | - |
| YUV | 198.97 | 151.16 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 240 | 0 | 0.34 | 0.04 | 0.02 | 307.06 | 0.89 | 0.81 |
| Hex | FA | A5 | F0 | 0 | 22 | 4 | 2 | 133 | 59 | 51 |
| Octal | 372 | 245 | 360 | 0 | 42 | 4 | 2 | 463 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11110000 | 0 | 100010 | 100 | 10 | 100110011 | 1011001 | 1010001 |
Color Harmonies of #FAA5F0
Complementary color
Monochromatic Colors of #FAA5F0
Black with #FAA5F0
Text Example
Text Example
White with #FAA5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5F0; }
p { color: rgb(250,165,240); }
H1.HeaderClassName
{
color: #FAA5F0;
}
.AnyTagClassName
{
color: #FAA5F0;
}
</style>
background-color css
<style>
a { background-color: #FAA5F0; }
a { background-color: rgb(250,165,240); }
div.DivClassName
{
background-color: #FAA5F0;
}
.BgClassName
{
background-color: #FAA5F0;
}
</style>
border-color css
<style>
span { border-color: #FAA5F0; }
span { border-color: rgb(250,165,240); }
td.TdClassName
{
border-color: #FAA5F0;
}
.TagClassName
{
border-color: #FAA5F0;
}
</style>