Shades of Lavender Rose #FAA7F5
Tints of Lavender Rose #FAA7F5
RGB
CMYK
RGB Variations
Color information
#FAA7F5 (or 0xFAA7F5) is known color: Lavender Rose. HEX triplet: FA, A7 and F5. RGB value is (250,167,245). Sum of RGB (Red+Green+Blue) = 250+167+245=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 167 (65.62% from 255 or 25.23% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA7F5 is #05580A. Grayscale: #C8C8C8. Windows color (decimal): -350219 or 16099322. OLE color: 16099322.
HSL color Cylindrical-coordinate representation of color #FAA7F5: hue angle of 303.61º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA7F5 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 245 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.02 |
| HSL | 303.61º | 0.89% | 0.82% | - |
| HSV(B) | 303.61º | 0.33% | 0.98% | - |
| XYZ | 69.72 | 54.55 | 93.24 | - |
| YUV | 200.71 | 153 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 245 | 0 | 0.33 | 0.02 | 0.02 | 303.61 | 0.89 | 0.82 |
| Hex | FA | A7 | F5 | 0 | 21 | 2 | 2 | 130 | 59 | 52 |
| Octal | 372 | 247 | 365 | 0 | 41 | 2 | 2 | 460 | 131 | 122 |
| Binary | 11111010 | 10100111 | 11110101 | 0 | 100001 | 10 | 10 | 100110000 | 1011001 | 1010010 |
Color Harmonies of #FAA7F5
Complementary color
Monochromatic Colors of #FAA7F5
Black with #FAA7F5
Text Example
Text Example
White with #FAA7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA7F5; }
p { color: rgb(250,167,245); }
H1.HeaderClassName
{
color: #FAA7F5;
}
.AnyTagClassName
{
color: #FAA7F5;
}
</style>
background-color css
<style>
a { background-color: #FAA7F5; }
a { background-color: rgb(250,167,245); }
div.DivClassName
{
background-color: #FAA7F5;
}
.BgClassName
{
background-color: #FAA7F5;
}
</style>
border-color css
<style>
span { border-color: #FAA7F5; }
span { border-color: rgb(250,167,245); }
td.TdClassName
{
border-color: #FAA7F5;
}
.TagClassName
{
border-color: #FAA7F5;
}
</style>