Shades of Lavender Rose #FAA4F7
Tints of Lavender Rose #FAA4F7
RGB
CMYK
RGB Variations
Color information
#FAA4F7 (or 0xFAA4F7) is known color: Lavender Rose. HEX triplet: FA, A4 and F7. RGB value is (250,164,247). Sum of RGB (Red+Green+Blue) = 250+164+247=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 164 (64.45% from 255 or 24.81% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA4F7 is #055B08. Grayscale: #C6C6C6. Windows color (decimal): -350985 or 16229626. OLE color: 16229626.
HSL color Cylindrical-coordinate representation of color #FAA4F7: hue angle of 302.09º degrees, saturation: 0.9, 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 #FAA4F7 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 247 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.02 |
| HSL | 302.09º | 0.9% | 0.81% | - |
| HSV(B) | 302.09º | 0.34% | 0.98% | - |
| XYZ | 69.49 | 53.59 | 94.68 | - |
| YUV | 199.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 247 | 0 | 0.34 | 0.01 | 0.02 | 302.09 | 0.9 | 0.81 |
| Hex | FA | A4 | F7 | 0 | 22 | 1 | 2 | 12E | 5A | 51 |
| Octal | 372 | 244 | 367 | 0 | 42 | 1 | 2 | 456 | 132 | 121 |
| Binary | 11111010 | 10100100 | 11110111 | 0 | 100010 | 1 | 10 | 100101110 | 1011010 | 1010001 |
Color Harmonies of #FAA4F7
Complementary color
Monochromatic Colors of #FAA4F7
Black with #FAA4F7
Text Example
Text Example
White with #FAA4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA4F7; }
p { color: rgb(250,164,247); }
H1.HeaderClassName
{
color: #FAA4F7;
}
.AnyTagClassName
{
color: #FAA4F7;
}
</style>
background-color css
<style>
a { background-color: #FAA4F7; }
a { background-color: rgb(250,164,247); }
div.DivClassName
{
background-color: #FAA4F7;
}
.BgClassName
{
background-color: #FAA4F7;
}
</style>
border-color css
<style>
span { border-color: #FAA4F7; }
span { border-color: rgb(250,164,247); }
td.TdClassName
{
border-color: #FAA4F7;
}
.TagClassName
{
border-color: #FAA4F7;
}
</style>