#FA9BEB

Color #FA9BEB Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FA9BEB

Tints of Lavender Rose #FA9BEB

Color information

#FA9BEB (or 0xFA9BEB) is unknown color: approx Lavender Rose. HEX triplet: FA, 9B and EB. RGB value is (250,155,235). Sum of RGB (Red+Green+Blue) = 250+155+235=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 155 (60.94% from 255 or 24.22% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9BEB is #056414. Grayscale: #C0C0C0. Windows color (decimal): -353301 or 15440890. OLE color: 15440890.

HSL color Cylindrical-coordinate representation of color #FA9BEB: hue angle of 309.47º 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 #FA9BEB is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250155235-
CMYK00.380.060.02
HSL309.47º90.48%79.41%-
HSV(B)309.47º38%98.04%-
XYZ66.1449.7684.72-
YUV192.52151.97169-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 155 (60.94% from 255) = 24.22%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=39.06%
G=24.22%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015523500.380.060.02309.4790.4879.41
HexFA9BEB026621355a4f
Octal37223335304662465132117
Binary11111010100110111110101101001101101010011010110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9BEB; }

 p { color: rgb(250,155,235); }

 H1.HeaderClassName
 {
   color: #FA9BEB;
 }
 .AnyTagClassName
 {
   color: #FA9BEB;
 }
</style>
background-color css

<style>
 a { background-color: #FA9BEB; }

 a { background-color: rgb(250,155,235); }

 div.DivClassName
 {
   background-color: #FA9BEB;
 }
 .BgClassName
 {
   background-color: #FA9BEB;
 }
</style>
border-color css

<style>
 span { border-color: #FA9BEB; }

 span { border-color: rgb(250,155,235); }

 td.TdClassName
 {
   border-color: #FA9BEB;
 }
 .TagClassName
 {
   border-color: #FA9BEB;
 }
</style>