Shades of Lavender Rose #FA9BF3
Tints of Lavender Rose #FA9BF3
RGB
CMYK
RGB Variations
Color information
#FA9BF3 (or 0xFA9BF3) is known color: Lavender Rose. HEX triplet: FA, 9B and F3. RGB value is (250,155,243). Sum of RGB (Red+Green+Blue) = 250+155+243=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 155 (60.94% from 255 or 23.92% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9BF3 is #05640C. Grayscale: #C1C1C1. Windows color (decimal): -353293 or 15965178. OLE color: 15965178.
HSL color Cylindrical-coordinate representation of color #FA9BF3: hue angle of 304.42º degrees, saturation: 0.9, 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 #FA9BF3 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 243 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.02 |
| HSL | 304.42º | 0.9% | 0.79% | - |
| HSV(B) | 304.42º | 0.38% | 0.98% | - |
| XYZ | 67.32 | 50.24 | 90.94 | - |
| YUV | 193.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 243 | 0 | 0.38 | 0.03 | 0.02 | 304.42 | 0.9 | 0.79 |
| Hex | FA | 9B | F3 | 0 | 26 | 3 | 2 | 130 | 5A | 4F |
| Octal | 372 | 233 | 363 | 0 | 46 | 3 | 2 | 460 | 132 | 117 |
| Binary | 11111010 | 10011011 | 11110011 | 0 | 100110 | 11 | 10 | 100110000 | 1011010 | 1001111 |
Color Harmonies of #FA9BF3
Complementary color
Monochromatic Colors of #FA9BF3
Black with #FA9BF3
Text Example
Text Example
White with #FA9BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9BF3; }
p { color: rgb(250,155,243); }
H1.HeaderClassName
{
color: #FA9BF3;
}
.AnyTagClassName
{
color: #FA9BF3;
}
</style>
background-color css
<style>
a { background-color: #FA9BF3; }
a { background-color: rgb(250,155,243); }
div.DivClassName
{
background-color: #FA9BF3;
}
.BgClassName
{
background-color: #FA9BF3;
}
</style>
border-color css
<style>
span { border-color: #FA9BF3; }
span { border-color: rgb(250,155,243); }
td.TdClassName
{
border-color: #FA9BF3;
}
.TagClassName
{
border-color: #FA9BF3;
}
</style>