Shades of Lavender Rose #FAA6E3
Tints of Lavender Rose #FAA6E3
RGB
CMYK
RGB Variations
Color information
#FAA6E3 (or 0xFAA6E3) is known color: Lavender Rose. HEX triplet: FA, A6 and E3. RGB value is (250,166,227). Sum of RGB (Red+Green+Blue) = 250+166+227=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 166 (65.23% from 255 or 25.82% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6E3 is #05591C. Grayscale: #C5C5C5. Windows color (decimal): -350493 or 14919418. OLE color: 14919418.
HSL color Cylindrical-coordinate representation of color #FAA6E3: hue angle of 316.43º 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 #FAA6E3 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 227 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.02 |
| HSL | 316.43º | 0.89% | 0.82% | - |
| HSV(B) | 316.43º | 0.34% | 0.98% | - |
| XYZ | 66.93 | 53.14 | 79.4 | - |
| YUV | 198.07 | 144.33 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 227 | 0 | 0.34 | 0.09 | 0.02 | 316.43 | 0.89 | 0.82 |
| Hex | FA | A6 | E3 | 0 | 22 | 9 | 2 | 13C | 59 | 52 |
| Octal | 372 | 246 | 343 | 0 | 42 | 11 | 2 | 474 | 131 | 122 |
| Binary | 11111010 | 10100110 | 11100011 | 0 | 100010 | 1001 | 10 | 100111100 | 1011001 | 1010010 |
Color Harmonies of #FAA6E3
Complementary color
Monochromatic Colors of #FAA6E3
Black with #FAA6E3
Text Example
Text Example
White with #FAA6E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6E3; }
p { color: rgb(250,166,227); }
H1.HeaderClassName
{
color: #FAA6E3;
}
.AnyTagClassName
{
color: #FAA6E3;
}
</style>
background-color css
<style>
a { background-color: #FAA6E3; }
a { background-color: rgb(250,166,227); }
div.DivClassName
{
background-color: #FAA6E3;
}
.BgClassName
{
background-color: #FAA6E3;
}
</style>
border-color css
<style>
span { border-color: #FAA6E3; }
span { border-color: rgb(250,166,227); }
td.TdClassName
{
border-color: #FAA6E3;
}
.TagClassName
{
border-color: #FAA6E3;
}
</style>