#FA91D4

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

Shades of Lavender Rose #FA91D4

Tints of Lavender Rose #FA91D4

Color information

#FA91D4 (or 0xFA91D4) is unknown color: approx Lavender Rose. HEX triplet: FA, 91 and D4. RGB value is (250,145,212). Sum of RGB (Red+Green+Blue) = 250+145+212=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91D4 is #056E2B. Grayscale: #B7B7B7. Windows color (decimal): -355884 or 13931002. OLE color: 13931002.

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

Color convert

RGB250145212-
CMYK00.420.150.02
HSL321.71º91.3%77.45%-
HSV(B)321.71º42%98.04%-
XYZ61.4345.3367.8-
YUV184.03143.79175.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 145 (57.03% from 255) = 23.89%
BLUE value IS 212 (83.20% from 255) = 34.93%
R=41.19%
G=23.89%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014521200.420.150.02321.7191.377.45
HexFA91D402AF21425b4d
Octal372221324052172502133115
Binary111110101001000111010100010101011111010100001010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA91D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA91D4; }

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

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

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

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

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

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

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

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