#FA9EE4

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

Shades of Lavender Rose #FA9EE4

Tints of Lavender Rose #FA9EE4

Color information

#FA9EE4 (or 0xFA9EE4) is unknown color: approx Lavender Rose. HEX triplet: FA, 9E and E4. RGB value is (250,158,228). Sum of RGB (Red+Green+Blue) = 250+158+228=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 158 (62.11% from 255 or 24.84% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9EE4 is #05611B. Grayscale: #C1C1C1. Windows color (decimal): -352540 or 14982906. OLE color: 14982906.

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

Color convert

RGB250158228-
CMYK00.370.090.02
HSL314.35º90.2%80%-
HSV(B)314.35º36.8%98.04%-
XYZ65.6550.3879.66-
YUV193.49147.48168.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.31%
GREEN value IS 158 (62.11% from 255) = 24.84%
BLUE value IS 228 (89.45% from 255) = 35.85%
R=39.31%
G=24.84%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015822800.370.090.02314.3590.280
HexFA9EE40259213a5a50
Octal372236344045112472132120
Binary111110101001111011100100010010110011010011101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9EE4; }

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

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

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

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

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

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

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

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