#FA9EEC

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

Shades of Lavender Rose #FA9EEC

Tints of Lavender Rose #FA9EEC

Color information

#FA9EEC (or 0xFA9EEC) is unknown color: approx Lavender Rose. HEX triplet: FA, 9E and EC. RGB value is (250,158,236). Sum of RGB (Red+Green+Blue) = 250+158+236=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 158 (62.11% from 255 or 24.53% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9EEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9EEC is #056113. Grayscale: #C2C2C2. Windows color (decimal): -352532 or 15507194. OLE color: 15507194.

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

Color convert

RGB250158236-
CMYK00.370.060.02
HSL309.13º90.2%80%-
HSV(B)309.13º36.8%98.04%-
XYZ66.7950.8385.65-
YUV194.4151.48167.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 158 (62.11% from 255) = 24.53%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=38.82%
G=24.53%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015823600.370.060.02309.1390.280
HexFA9EEC025621355a50
Octal37223635404562465132120
Binary11111010100111101110110001001011101010011010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9EEC; }

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

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

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

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

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

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

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

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