Shades of Lavender Rose #FA9AF3
Tints of Lavender Rose #FA9AF3
RGB
CMYK
RGB Variations
Color information
#FA9AF3 (or 0xFA9AF3) is known color: Lavender Rose. HEX triplet: FA, 9A and F3. RGB value is (250,154,243). Sum of RGB (Red+Green+Blue) = 250+154+243=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 154 (60.55% from 255 or 23.80% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9AF3 is #05650C. Grayscale: #C0C0C0. Windows color (decimal): -353549 or 15964922. OLE color: 15964922.
HSL color Cylindrical-coordinate representation of color #FA9AF3: hue angle of 304.38º 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 #FA9AF3 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 243 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.02 |
| HSL | 304.38º | 0.91% | 0.79% | - |
| HSV(B) | 304.38º | 0.38% | 0.98% | - |
| XYZ | 67.16 | 49.91 | 90.89 | - |
| YUV | 192.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 243 | 0 | 0.38 | 0.03 | 0.02 | 304.38 | 0.91 | 0.79 |
| Hex | FA | 9A | F3 | 0 | 26 | 3 | 2 | 130 | 5B | 4F |
| Octal | 372 | 232 | 363 | 0 | 46 | 3 | 2 | 460 | 133 | 117 |
| Binary | 11111010 | 10011010 | 11110011 | 0 | 100110 | 11 | 10 | 100110000 | 1011011 | 1001111 |
Color Harmonies of #FA9AF3
Complementary color
Monochromatic Colors of #FA9AF3
Black with #FA9AF3
Text Example
Text Example
White with #FA9AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9AF3; }
p { color: rgb(250,154,243); }
H1.HeaderClassName
{
color: #FA9AF3;
}
.AnyTagClassName
{
color: #FA9AF3;
}
</style>
background-color css
<style>
a { background-color: #FA9AF3; }
a { background-color: rgb(250,154,243); }
div.DivClassName
{
background-color: #FA9AF3;
}
.BgClassName
{
background-color: #FA9AF3;
}
</style>
border-color css
<style>
span { border-color: #FA9AF3; }
span { border-color: rgb(250,154,243); }
td.TdClassName
{
border-color: #FA9AF3;
}
.TagClassName
{
border-color: #FA9AF3;
}
</style>