Shades of Lavender Rose #FA9BF4
Tints of Lavender Rose #FA9BF4
RGB
CMYK
RGB Variations
Color information
#FA9BF4 (or 0xFA9BF4) is known color: Lavender Rose. HEX triplet: FA, 9B and F4. RGB value is (250,155,244). Sum of RGB (Red+Green+Blue) = 250+155+244=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 155 (60.94% from 255 or 23.88% from 649); Blue value is 244 (95.70% from 255 or 37.60% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9BF4 is #05640B. Grayscale: #C1C1C1. Windows color (decimal): -353292 or 16030714. OLE color: 16030714.
HSL color Cylindrical-coordinate representation of color #FA9BF4: hue angle of 303.79º 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 #FA9BF4 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 244 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.02 |
| HSL | 303.79º | 0.9% | 0.79% | - |
| HSV(B) | 303.79º | 0.38% | 0.98% | - |
| XYZ | 67.47 | 50.3 | 91.74 | - |
| YUV | 193.55 | 156.47 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 244 | 0 | 0.38 | 0.02 | 0.02 | 303.79 | 0.9 | 0.79 |
| Hex | FA | 9B | F4 | 0 | 26 | 2 | 2 | 130 | 5A | 4F |
| Octal | 372 | 233 | 364 | 0 | 46 | 2 | 2 | 460 | 132 | 117 |
| Binary | 11111010 | 10011011 | 11110100 | 0 | 100110 | 10 | 10 | 100110000 | 1011010 | 1001111 |
Color Harmonies of #FA9BF4
Complementary color
Monochromatic Colors of #FA9BF4
Black with #FA9BF4
Text Example
Text Example
White with #FA9BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9BF4; }
p { color: rgb(250,155,244); }
H1.HeaderClassName
{
color: #FA9BF4;
}
.AnyTagClassName
{
color: #FA9BF4;
}
</style>
background-color css
<style>
a { background-color: #FA9BF4; }
a { background-color: rgb(250,155,244); }
div.DivClassName
{
background-color: #FA9BF4;
}
.BgClassName
{
background-color: #FA9BF4;
}
</style>
border-color css
<style>
span { border-color: #FA9BF4; }
span { border-color: rgb(250,155,244); }
td.TdClassName
{
border-color: #FA9BF4;
}
.TagClassName
{
border-color: #FA9BF4;
}
</style>