#FA9EE5

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

Shades of Lavender Rose #FA9EE5

Tints of Lavender Rose #FA9EE5

Color information

#FA9EE5 (or 0xFA9EE5) is unknown color: approx Lavender Rose. HEX triplet: FA, 9E and E5. RGB value is (250,158,229). Sum of RGB (Red+Green+Blue) = 250+158+229=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 158 (62.11% from 255 or 24.80% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9EE5 is #05611A. Grayscale: #C1C1C1. Windows color (decimal): -352539 or 15048442. OLE color: 15048442.

HSL color Cylindrical-coordinate representation of color #FA9EE5: hue angle of 313.7º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9EE5 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250158229-
CMYK00.370.080.02
HSL313.7º90.2%80%-
HSV(B)313.7º36.8%98.04%-
XYZ65.7950.4380.4-
YUV193.6147.98168.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 158 (62.11% from 255) = 24.80%
BLUE value IS 229 (89.84% from 255) = 35.95%
R=39.25%
G=24.80%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015822900.370.080.02313.790.280
HexFA9EE50258213a5a50
Octal372236345045102472132120
Binary111110101001111011100101010010110001010011101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9EE5; }

 p { color: rgb(250,158,229); }

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

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

 a { background-color: rgb(250,158,229); }

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

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

 span { border-color: rgb(250,158,229); }

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