Shades of Lavender Rose #FAA8F7
Tints of Lavender Rose #FAA8F7
RGB
CMYK
RGB Variations
Color information
#FAA8F7 (or 0xFAA8F7) is known color: Lavender Rose. HEX triplet: FA, A8 and F7. RGB value is (250,168,247). Sum of RGB (Red+Green+Blue) = 250+168+247=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 168 (66.02% from 255 or 25.26% from 665); Blue value is 247 (96.88% from 255 or 37.14% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA8F7 is #055708. Grayscale: #C9C9C9. Windows color (decimal): -349961 or 16230650. OLE color: 16230650.
HSL color Cylindrical-coordinate representation of color #FAA8F7: hue angle of 302.2º 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 #FAA8F7 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 247 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.02 |
| HSL | 302.2º | 0.89% | 0.82% | - |
| HSV(B) | 302.2º | 0.33% | 0.98% | - |
| XYZ | 70.22 | 55.04 | 94.92 | - |
| YUV | 201.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 247 | 0 | 0.33 | 0.01 | 0.02 | 302.2 | 0.89 | 0.82 |
| Hex | FA | A8 | F7 | 0 | 21 | 1 | 2 | 12E | 59 | 52 |
| Octal | 372 | 250 | 367 | 0 | 41 | 1 | 2 | 456 | 131 | 122 |
| Binary | 11111010 | 10101000 | 11110111 | 0 | 100001 | 1 | 10 | 100101110 | 1011001 | 1010010 |
Color Harmonies of #FAA8F7
Complementary color
Monochromatic Colors of #FAA8F7
Black with #FAA8F7
Text Example
Text Example
White with #FAA8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8F7; }
p { color: rgb(250,168,247); }
H1.HeaderClassName
{
color: #FAA8F7;
}
.AnyTagClassName
{
color: #FAA8F7;
}
</style>
background-color css
<style>
a { background-color: #FAA8F7; }
a { background-color: rgb(250,168,247); }
div.DivClassName
{
background-color: #FAA8F7;
}
.BgClassName
{
background-color: #FAA8F7;
}
</style>
border-color css
<style>
span { border-color: #FAA8F7; }
span { border-color: rgb(250,168,247); }
td.TdClassName
{
border-color: #FAA8F7;
}
.TagClassName
{
border-color: #FAA8F7;
}
</style>