#FA93E4

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

Shades of Lavender Rose #FA93E4

Tints of Lavender Rose #FA93E4

Color information

#FA93E4 (or 0xFA93E4) is unknown color: approx Lavender Rose. HEX triplet: FA, 93 and E4. RGB value is (250,147,228). Sum of RGB (Red+Green+Blue) = 250+147+228=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 147 (57.81% from 255 or 23.52% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93E4 is #056C1B. Grayscale: #BABABA. Windows color (decimal): -355356 or 14980090. OLE color: 14980090.

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

Color convert

RGB250147228-
CMYK00.410.090.02
HSL312.82º91.15%77.84%-
HSV(B)312.82º41.2%98.04%-
XYZ63.8646.7979.06-
YUV187.03151.12172.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 147 (57.81% from 255) = 23.52%
BLUE value IS 228 (89.45% from 255) = 36.48%
R=40%
G=23.52%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014722800.410.090.02312.8291.1577.84
HexFA93E4029921395b4e
Octal372223344051112471133116
Binary111110101001001111100100010100110011010011100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA93E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA93E4; }

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

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

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

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

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

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

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

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