#FA91DC

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

Shades of Lavender Rose #FA91DC

Tints of Lavender Rose #FA91DC

Color information

#FA91DC (or 0xFA91DC) is unknown color: approx Lavender Rose. HEX triplet: FA, 91 and DC. RGB value is (250,145,220). Sum of RGB (Red+Green+Blue) = 250+145+220=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 145 (57.03% from 255 or 23.58% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91DC is #056E23. Grayscale: #B8B8B8. Windows color (decimal): -355876 or 14455290. OLE color: 14455290.

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

Color convert

RGB250145220-
CMYK00.420.120.02
HSL317.14º91.3%77.45%-
HSV(B)317.14º42%98.04%-
XYZ62.4745.7473.25-
YUV184.95147.79174.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 145 (57.03% from 255) = 23.58%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=40.65%
G=23.58%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014522000.420.120.02317.1491.377.45
HexFA91DC02AC213d5b4d
Octal372221334052142475133115
Binary111110101001000111011100010101011001010011110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA91DC; }

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

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

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

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

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

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

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

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