#FA96EB

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

Shades of Lavender Rose #FA96EB

Tints of Lavender Rose #FA96EB

Color information

#FA96EB (or 0xFA96EB) is unknown color: approx Lavender Rose. HEX triplet: FA, 96 and EB. RGB value is (250,150,235). Sum of RGB (Red+Green+Blue) = 250+150+235=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 150 (58.98% from 255 or 23.62% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA96EB is #056914. Grayscale: #BDBDBD. Windows color (decimal): -354581 or 15439610. OLE color: 15439610.

HSL color Cylindrical-coordinate representation of color #FA96EB: hue angle of 309º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA96EB is Cyan = 0, Magento = 0.4, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250150235-
CMYK00.40.060.02
HSL309º90.91%78.43%-
HSV(B)309º40%98.04%-
XYZ65.3348.1384.45-
YUV189.59153.63171.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 150 (58.98% from 255) = 23.62%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=39.37%
G=23.62%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015023500.40.060.0230990.9178.43
HexFA96EB028621355b4e
Octal37222635305062465133116
Binary11111010100101101110101101010001101010011010110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96EB; }

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

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

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

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

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

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

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

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