#FA93D9

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

Shades of Lavender Rose #FA93D9

Tints of Lavender Rose #FA93D9

Color information

#FA93D9 (or 0xFA93D9) is unknown color: approx Lavender Rose. HEX triplet: FA, 93 and D9. RGB value is (250,147,217). Sum of RGB (Red+Green+Blue) = 250+147+217=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93D9 is #056C26. Grayscale: #B9B9B9. Windows color (decimal): -355367 or 14259194. OLE color: 14259194.

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

Color convert

RGB250147217-
CMYK00.410.130.02
HSL319.22º91.15%77.84%-
HSV(B)319.22º41.2%98.04%-
XYZ62.3846.271.28-
YUV185.78145.62173.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.72%
GREEN value IS 147 (57.81% from 255) = 23.94%
BLUE value IS 217 (85.16% from 255) = 35.34%
R=40.72%
G=23.94%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014721700.410.130.02319.2291.1577.84
HexFA93D9029D213f5b4e
Octal372223331051152477133116
Binary111110101001001111011001010100111011010011111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA93D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA93D9; }

 p { color: rgb(250,147,217); }

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

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

 a { background-color: rgb(250,147,217); }

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

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

 span { border-color: rgb(250,147,217); }

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