Shades of Lavender Rose #FAA7F0
Tints of Lavender Rose #FAA7F0
RGB
CMYK
RGB Variations
Color information
#FAA7F0 (or 0xFAA7F0) is known color: Lavender Rose. HEX triplet: FA, A7 and F0. RGB value is (250,167,240). Sum of RGB (Red+Green+Blue) = 250+167+240=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 167 (65.62% from 255 or 25.42% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA7F0 is #05580F. Grayscale: #C7C7C7. Windows color (decimal): -350224 or 15771642. OLE color: 15771642.
HSL color Cylindrical-coordinate representation of color #FAA7F0: hue angle of 307.23º 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 #FAA7F0 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 240 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.02 |
| HSL | 307.23º | 0.89% | 0.82% | - |
| HSV(B) | 307.23º | 0.33% | 0.98% | - |
| XYZ | 68.97 | 54.25 | 89.27 | - |
| YUV | 200.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 240 | 0 | 0.33 | 0.04 | 0.02 | 307.23 | 0.89 | 0.82 |
| Hex | FA | A7 | F0 | 0 | 21 | 4 | 2 | 133 | 59 | 52 |
| Octal | 372 | 247 | 360 | 0 | 41 | 4 | 2 | 463 | 131 | 122 |
| Binary | 11111010 | 10100111 | 11110000 | 0 | 100001 | 100 | 10 | 100110011 | 1011001 | 1010010 |
Color Harmonies of #FAA7F0
Complementary color
Monochromatic Colors of #FAA7F0
Black with #FAA7F0
Text Example
Text Example
White with #FAA7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA7F0; }
p { color: rgb(250,167,240); }
H1.HeaderClassName
{
color: #FAA7F0;
}
.AnyTagClassName
{
color: #FAA7F0;
}
</style>
background-color css
<style>
a { background-color: #FAA7F0; }
a { background-color: rgb(250,167,240); }
div.DivClassName
{
background-color: #FAA7F0;
}
.BgClassName
{
background-color: #FAA7F0;
}
</style>
border-color css
<style>
span { border-color: #FAA7F0; }
span { border-color: rgb(250,167,240); }
td.TdClassName
{
border-color: #FAA7F0;
}
.TagClassName
{
border-color: #FAA7F0;
}
</style>