#FA96EE

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

Shades of Lavender Rose #FA96EE

Tints of Lavender Rose #FA96EE

Color information

#FA96EE (or 0xFA96EE) is unknown color: approx Lavender Rose. HEX triplet: FA, 96 and EE. RGB value is (250,150,238). Sum of RGB (Red+Green+Blue) = 250+150+238=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 150 (58.98% from 255 or 23.51% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA96EE is #056911. Grayscale: #BDBDBD. Windows color (decimal): -354578 or 15636218. OLE color: 15636218.

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

Color convert

RGB250150238-
CMYK00.40.050.02
HSL307.2º90.91%78.43%-
HSV(B)307.2º40%98.04%-
XYZ65.7648.3186.75-
YUV189.93155.13170.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 150 (58.98% from 255) = 23.51%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=39.18%
G=23.51%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015023800.40.050.02307.290.9178.43
HexFA96EE028521335b4e
Octal37222635605052463133116
Binary11111010100101101110111001010001011010011001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96EE; }

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

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

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

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

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

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

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

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