#FA91DD

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

Shades of Lavender Rose #FA91DD

Tints of Lavender Rose #FA91DD

Color information

#FA91DD (or 0xFA91DD) is unknown color: approx Lavender Rose. HEX triplet: FA, 91 and DD. RGB value is (250,145,221). Sum of RGB (Red+Green+Blue) = 250+145+221=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 145 (57.03% from 255 or 23.54% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91DD is #056E22. Grayscale: #B8B8B8. Windows color (decimal): -355875 or 14520826. OLE color: 14520826.

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

Color convert

RGB250145221-
CMYK00.420.120.02
HSL316.57º91.3%77.45%-
HSV(B)316.57º42%98.04%-
XYZ62.645.873.95-
YUV185.06148.29174.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 145 (57.03% from 255) = 23.54%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=40.58%
G=23.54%
B=35.88%

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
Decimal25014522100.420.120.02316.5791.377.45
HexFA91DD02AC213d5b4d
Octal372221335052142475133115
Binary111110101001000111011101010101011001010011110110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA91DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA91DD; }

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

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

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

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

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

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

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

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