#FA91DE

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

Shades of Lavender Rose #FA91DE

Tints of Lavender Rose #FA91DE

Color information

#FA91DE (or 0xFA91DE) is unknown color: approx Lavender Rose. HEX triplet: FA, 91 and DE. RGB value is (250,145,222). Sum of RGB (Red+Green+Blue) = 250+145+222=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 145 (57.03% from 255 or 23.50% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91DE is #056E21. Grayscale: #B8B8B8. Windows color (decimal): -355874 or 14586362. OLE color: 14586362.

HSL color Cylindrical-coordinate representation of color #FA91DE: hue angle of 316º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA91DE is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB250145222-
CMYK00.420.110.02
HSL316º91.3%77.45%-
HSV(B)316º42%98.04%-
XYZ62.7345.8574.65-
YUV185.17148.79174.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 145 (57.03% from 255) = 23.50%
BLUE value IS 222 (87.11% from 255) = 35.98%
R=40.52%
G=23.50%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014522200.420.110.0231691.377.45
HexFA91DE02AB213c5b4d
Octal372221336052132474133115
Binary111110101001000111011110010101010111010011110010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA91DE; }

 p { color: rgb(250,145,222); }

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

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

 a { background-color: rgb(250,145,222); }

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

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

 span { border-color: rgb(250,145,222); }

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