#FA93E6

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

Shades of Lavender Rose #FA93E6

Tints of Lavender Rose #FA93E6

Color information

#FA93E6 (or 0xFA93E6) is unknown color: approx Lavender Rose. HEX triplet: FA, 93 and E6. RGB value is (250,147,230). Sum of RGB (Red+Green+Blue) = 250+147+230=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 147 (57.81% from 255 or 23.44% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA93E6 is #056C19. Grayscale: #BBBBBB. Windows color (decimal): -355354 or 15111162. OLE color: 15111162.

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

Color convert

RGB250147230-
CMYK00.410.080.02
HSL311.65º91.15%77.84%-
HSV(B)311.65º41.2%98.04%-
XYZ64.1446.980.54-
YUV187.26152.12172.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 147 (57.81% from 255) = 23.44%
BLUE value IS 230 (90.23% from 255) = 36.68%
R=39.87%
G=23.44%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014723000.410.080.02311.6591.1577.84
HexFA93E6029821385b4e
Octal372223346051102470133116
Binary111110101001001111100110010100110001010011100010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA93E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA93E6; }

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

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

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

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

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

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

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

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