Shades of Lavender Rose #FA9AF6
Tints of Lavender Rose #FA9AF6
RGB
CMYK
RGB Variations
Color information
#FA9AF6 (or 0xFA9AF6) is known color: Lavender Rose. HEX triplet: FA, 9A and F6. RGB value is (250,154,246). Sum of RGB (Red+Green+Blue) = 250+154+246=650 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.46% from 650); Green value is 154 (60.55% from 255 or 23.69% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9AF6 is #056509. Grayscale: #C0C0C0. Windows color (decimal): -353546 or 16161530. OLE color: 16161530.
HSL color Cylindrical-coordinate representation of color #FA9AF6: hue angle of 302.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9AF6 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 246 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.02 |
| HSL | 302.5º | 0.91% | 0.79% | - |
| HSV(B) | 302.5º | 0.38% | 0.98% | - |
| XYZ | 67.61 | 50.09 | 93.29 | - |
| YUV | 193.19 | 157.8 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 246 | 0 | 0.38 | 0.02 | 0.02 | 302.5 | 0.91 | 0.79 |
| Hex | FA | 9A | F6 | 0 | 26 | 2 | 2 | 12E | 5B | 4F |
| Octal | 372 | 232 | 366 | 0 | 46 | 2 | 2 | 456 | 133 | 117 |
| Binary | 11111010 | 10011010 | 11110110 | 0 | 100110 | 10 | 10 | 100101110 | 1011011 | 1001111 |
Color Harmonies of #FA9AF6
Complementary color
Monochromatic Colors of #FA9AF6
Black with #FA9AF6
Text Example
Text Example
White with #FA9AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9AF6; }
p { color: rgb(250,154,246); }
H1.HeaderClassName
{
color: #FA9AF6;
}
.AnyTagClassName
{
color: #FA9AF6;
}
</style>
background-color css
<style>
a { background-color: #FA9AF6; }
a { background-color: rgb(250,154,246); }
div.DivClassName
{
background-color: #FA9AF6;
}
.BgClassName
{
background-color: #FA9AF6;
}
</style>
border-color css
<style>
span { border-color: #FA9AF6; }
span { border-color: rgb(250,154,246); }
td.TdClassName
{
border-color: #FA9AF6;
}
.TagClassName
{
border-color: #FA9AF6;
}
</style>