#FA8ED5

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

Shades of Lavender Rose #FA8ED5

Tints of Lavender Rose #FA8ED5

Color information

#FA8ED5 (or 0xFA8ED5) is unknown color: approx Lavender Rose. HEX triplet: FA, 8E and D5. RGB value is (250,142,213). Sum of RGB (Red+Green+Blue) = 250+142+213=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8ED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8ED5 is #05712A. Grayscale: #B6B6B6. Windows color (decimal): -356651 or 13995770. OLE color: 13995770.

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

Color convert

RGB250142213-
CMYK00.430.150.02
HSL320.56º91.53%76.86%-
HSV(B)320.56º43.2%98.04%-
XYZ61.1144.4768.31-
YUV182.39145.28176.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 142 (55.86% from 255) = 23.47%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=41.32%
G=23.47%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014221300.430.150.02320.5691.5376.86
HexFA8ED502BF21415c4d
Octal372216325053172501134115
Binary111110101000111011010101010101111111010100000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8ED5; }

 p { color: rgb(250,142,213); }

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

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

 a { background-color: rgb(250,142,213); }

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

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

 span { border-color: rgb(250,142,213); }

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