Shades of Lavender Rose #FAA6F2
Tints of Lavender Rose #FAA6F2
RGB
CMYK
RGB Variations
Color information
#FAA6F2 (or 0xFAA6F2) is known color: Lavender Rose. HEX triplet: FA, A6 and F2. RGB value is (250,166,242). Sum of RGB (Red+Green+Blue) = 250+166+242=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 166 (65.23% from 255 or 25.23% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA6F2 is #05590D. Grayscale: #C7C7C7. Windows color (decimal): -350478 or 15902458. OLE color: 15902458.
HSL color Cylindrical-coordinate representation of color #FAA6F2: hue angle of 305.71º 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 #FAA6F2 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 242 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.02 |
| HSL | 305.71º | 0.89% | 0.82% | - |
| HSV(B) | 305.71º | 0.34% | 0.98% | - |
| XYZ | 69.09 | 54.01 | 90.79 | - |
| YUV | 199.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 242 | 0 | 0.34 | 0.03 | 0.02 | 305.71 | 0.89 | 0.82 |
| Hex | FA | A6 | F2 | 0 | 22 | 3 | 2 | 132 | 59 | 52 |
| Octal | 372 | 246 | 362 | 0 | 42 | 3 | 2 | 462 | 131 | 122 |
| Binary | 11111010 | 10100110 | 11110010 | 0 | 100010 | 11 | 10 | 100110010 | 1011001 | 1010010 |
Color Harmonies of #FAA6F2
Complementary color
Monochromatic Colors of #FAA6F2
Black with #FAA6F2
Text Example
Text Example
White with #FAA6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6F2; }
p { color: rgb(250,166,242); }
H1.HeaderClassName
{
color: #FAA6F2;
}
.AnyTagClassName
{
color: #FAA6F2;
}
</style>
background-color css
<style>
a { background-color: #FAA6F2; }
a { background-color: rgb(250,166,242); }
div.DivClassName
{
background-color: #FAA6F2;
}
.BgClassName
{
background-color: #FAA6F2;
}
</style>
border-color css
<style>
span { border-color: #FAA6F2; }
span { border-color: rgb(250,166,242); }
td.TdClassName
{
border-color: #FAA6F2;
}
.TagClassName
{
border-color: #FAA6F2;
}
</style>