#FA93E7

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

Shades of Lavender Rose #FA93E7

Tints of Lavender Rose #FA93E7

Color information

#FA93E7 (or 0xFA93E7) is unknown color: approx Lavender Rose. HEX triplet: FA, 93 and E7. RGB value is (250,147,231). Sum of RGB (Red+Green+Blue) = 250+147+231=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 147 (57.81% from 255 or 23.41% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA93E7 is #056C18. Grayscale: #BBBBBB. Windows color (decimal): -355353 or 15176698. OLE color: 15176698.

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

Color convert

RGB250147231-
CMYK00.410.080.02
HSL311.07º91.15%77.84%-
HSV(B)311.07º41.2%98.04%-
XYZ64.2846.9681.28-
YUV187.37152.62172.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 147 (57.81% from 255) = 23.41%
BLUE value IS 231 (90.62% from 255) = 36.78%
R=39.81%
G=23.41%
B=36.78%

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
Decimal25014723100.410.080.02311.0791.1577.84
HexFA93E7029821375b4e
Octal372223347051102467133116
Binary111110101001001111100111010100110001010011011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA93E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA93E7; }

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

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

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

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

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

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

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

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