Shades of Lavender Rose #FAA6F5
Tints of Lavender Rose #FAA6F5
RGB
CMYK
RGB Variations
Color information
#FAA6F5 (or 0xFAA6F5) is known color: Lavender Rose. HEX triplet: FA, A6 and F5. RGB value is (250,166,245). Sum of RGB (Red+Green+Blue) = 250+166+245=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 166 (65.23% from 255 or 25.11% from 661); Blue value is 245 (96.09% from 255 or 37.07% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA6F5 is #05590A. Grayscale: #C7C7C7. Windows color (decimal): -350475 or 16099066. OLE color: 16099066.
HSL color Cylindrical-coordinate representation of color #FAA6F5: hue angle of 303.57º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6F5 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 245 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.02 |
| HSL | 303.57º | 0.89% | 0.82% | - |
| HSV(B) | 303.57º | 0.34% | 0.98% | - |
| XYZ | 69.54 | 54.19 | 93.18 | - |
| YUV | 200.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 245 | 0 | 0.34 | 0.02 | 0.02 | 303.57 | 0.89 | 0.82 |
| Hex | FA | A6 | F5 | 0 | 22 | 2 | 2 | 130 | 59 | 52 |
| Octal | 372 | 246 | 365 | 0 | 42 | 2 | 2 | 460 | 131 | 122 |
| Binary | 11111010 | 10100110 | 11110101 | 0 | 100010 | 10 | 10 | 100110000 | 1011001 | 1010010 |
Color Harmonies of #FAA6F5
Complementary color
Monochromatic Colors of #FAA6F5
Black with #FAA6F5
Text Example
Text Example
White with #FAA6F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6F5; }
p { color: rgb(250,166,245); }
H1.HeaderClassName
{
color: #FAA6F5;
}
.AnyTagClassName
{
color: #FAA6F5;
}
</style>
background-color css
<style>
a { background-color: #FAA6F5; }
a { background-color: rgb(250,166,245); }
div.DivClassName
{
background-color: #FAA6F5;
}
.BgClassName
{
background-color: #FAA6F5;
}
</style>
border-color css
<style>
span { border-color: #FAA6F5; }
span { border-color: rgb(250,166,245); }
td.TdClassName
{
border-color: #FAA6F5;
}
.TagClassName
{
border-color: #FAA6F5;
}
</style>