Shades of Lavender Rose #FA9BEC
Tints of Lavender Rose #FA9BEC
RGB
CMYK
RGB Variations
Color information
#FA9BEC (or 0xFA9BEC) is known color: Lavender Rose. HEX triplet: FA, 9B and EC. RGB value is (250,155,236). Sum of RGB (Red+Green+Blue) = 250+155+236=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 155 (60.94% from 255 or 24.18% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9BEC is #056413. Grayscale: #C0C0C0. Windows color (decimal): -353300 or 15506426. OLE color: 15506426.
HSL color Cylindrical-coordinate representation of color #FA9BEC: hue angle of 308.84º 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 #FA9BEC is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 236 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.02 |
| HSL | 308.84º | 0.9% | 0.79% | - |
| HSV(B) | 308.84º | 0.38% | 0.98% | - |
| XYZ | 66.29 | 49.82 | 85.48 | - |
| YUV | 192.64 | 152.47 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 236 | 0 | 0.38 | 0.06 | 0.02 | 308.84 | 0.9 | 0.79 |
| Hex | FA | 9B | EC | 0 | 26 | 6 | 2 | 135 | 5A | 4F |
| Octal | 372 | 233 | 354 | 0 | 46 | 6 | 2 | 465 | 132 | 117 |
| Binary | 11111010 | 10011011 | 11101100 | 0 | 100110 | 110 | 10 | 100110101 | 1011010 | 1001111 |
Color Harmonies of #FA9BEC
Complementary color
Monochromatic Colors of #FA9BEC
Black with #FA9BEC
Text Example
Text Example
White with #FA9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9BEC; }
p { color: rgb(250,155,236); }
H1.HeaderClassName
{
color: #FA9BEC;
}
.AnyTagClassName
{
color: #FA9BEC;
}
</style>
background-color css
<style>
a { background-color: #FA9BEC; }
a { background-color: rgb(250,155,236); }
div.DivClassName
{
background-color: #FA9BEC;
}
.BgClassName
{
background-color: #FA9BEC;
}
</style>
border-color css
<style>
span { border-color: #FA9BEC; }
span { border-color: rgb(250,155,236); }
td.TdClassName
{
border-color: #FA9BEC;
}
.TagClassName
{
border-color: #FA9BEC;
}
</style>