#FA9EE1

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

Shades of Lavender Rose #FA9EE1

Tints of Lavender Rose #FA9EE1

Color information

#FA9EE1 (or 0xFA9EE1) is unknown color: approx Lavender Rose. HEX triplet: FA, 9E and E1. RGB value is (250,158,225). Sum of RGB (Red+Green+Blue) = 250+158+225=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9EE1 is #05611E. Grayscale: #C0C0C0. Windows color (decimal): -352543 or 14786298. OLE color: 14786298.

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

Color convert

RGB250158225-
CMYK00.370.100.02
HSL316.3º90.2%80%-
HSV(B)316.3º36.8%98.04%-
XYZ65.2450.2177.49-
YUV193.15145.98168.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.49%
GREEN value IS 158 (62.11% from 255) = 24.96%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=39.49%
G=24.96%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015822500.370.100.02316.390.280
HexFA9EE1025A213c5a50
Octal372236341045122474132120
Binary111110101001111011100001010010110101010011110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9EE1; }

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

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

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

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

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

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

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

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