Shades of Lavender Rose #FAA8F5
Tints of Lavender Rose #FAA8F5
RGB
CMYK
RGB Variations
Color information
#FAA8F5 (or 0xFAA8F5) is known color: Lavender Rose. HEX triplet: FA, A8 and F5. RGB value is (250,168,245). Sum of RGB (Red+Green+Blue) = 250+168+245=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 168 (66.02% from 255 or 25.34% from 663); Blue value is 245 (96.09% from 255 or 36.95% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA8F5 is #05570A. Grayscale: #C9C9C9. Windows color (decimal): -349963 or 16099578. OLE color: 16099578.
HSL color Cylindrical-coordinate representation of color #FAA8F5: hue angle of 303.66º 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 #FAA8F5 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 245 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.02 |
| HSL | 303.66º | 0.89% | 0.82% | - |
| HSV(B) | 303.66º | 0.33% | 0.98% | - |
| XYZ | 69.91 | 54.92 | 93.3 | - |
| YUV | 201.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 245 | 0 | 0.33 | 0.02 | 0.02 | 303.66 | 0.89 | 0.82 |
| Hex | FA | A8 | F5 | 0 | 21 | 2 | 2 | 130 | 59 | 52 |
| Octal | 372 | 250 | 365 | 0 | 41 | 2 | 2 | 460 | 131 | 122 |
| Binary | 11111010 | 10101000 | 11110101 | 0 | 100001 | 10 | 10 | 100110000 | 1011001 | 1010010 |
Color Harmonies of #FAA8F5
Complementary color
Monochromatic Colors of #FAA8F5
Black with #FAA8F5
Text Example
Text Example
White with #FAA8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8F5; }
p { color: rgb(250,168,245); }
H1.HeaderClassName
{
color: #FAA8F5;
}
.AnyTagClassName
{
color: #FAA8F5;
}
</style>
background-color css
<style>
a { background-color: #FAA8F5; }
a { background-color: rgb(250,168,245); }
div.DivClassName
{
background-color: #FAA8F5;
}
.BgClassName
{
background-color: #FAA8F5;
}
</style>
border-color css
<style>
span { border-color: #FAA8F5; }
span { border-color: rgb(250,168,245); }
td.TdClassName
{
border-color: #FAA8F5;
}
.TagClassName
{
border-color: #FAA8F5;
}
</style>