Shades of Lavender Rose #FAA6F3
Tints of Lavender Rose #FAA6F3
RGB
CMYK
RGB Variations
Color information
#FAA6F3 (or 0xFAA6F3) is known color: Lavender Rose. HEX triplet: FA, A6 and F3. RGB value is (250,166,243). Sum of RGB (Red+Green+Blue) = 250+166+243=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 166 (65.23% from 255 or 25.19% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA6F3 is #05590C. Grayscale: #C7C7C7. Windows color (decimal): -350477 or 15967994. OLE color: 15967994.
HSL color Cylindrical-coordinate representation of color #FAA6F3: hue angle of 305º 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 #FAA6F3 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 243 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.02 |
| HSL | 305º | 0.89% | 0.82% | - |
| HSV(B) | 305º | 0.34% | 0.98% | - |
| XYZ | 69.24 | 54.07 | 91.58 | - |
| YUV | 199.89 | 152.33 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 243 | 0 | 0.34 | 0.03 | 0.02 | 305 | 0.89 | 0.82 |
| Hex | FA | A6 | F3 | 0 | 22 | 3 | 2 | 131 | 59 | 52 |
| Octal | 372 | 246 | 363 | 0 | 42 | 3 | 2 | 461 | 131 | 122 |
| Binary | 11111010 | 10100110 | 11110011 | 0 | 100010 | 11 | 10 | 100110001 | 1011001 | 1010010 |
Color Harmonies of #FAA6F3
Complementary color
Monochromatic Colors of #FAA6F3
Black with #FAA6F3
Text Example
Text Example
White with #FAA6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6F3; }
p { color: rgb(250,166,243); }
H1.HeaderClassName
{
color: #FAA6F3;
}
.AnyTagClassName
{
color: #FAA6F3;
}
</style>
background-color css
<style>
a { background-color: #FAA6F3; }
a { background-color: rgb(250,166,243); }
div.DivClassName
{
background-color: #FAA6F3;
}
.BgClassName
{
background-color: #FAA6F3;
}
</style>
border-color css
<style>
span { border-color: #FAA6F3; }
span { border-color: rgb(250,166,243); }
td.TdClassName
{
border-color: #FAA6F3;
}
.TagClassName
{
border-color: #FAA6F3;
}
</style>