#FA95EC

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

Shades of Lavender Rose #FA95EC

Tints of Lavender Rose #FA95EC

Color information

#FA95EC (or 0xFA95EC) is unknown color: approx Lavender Rose. HEX triplet: FA, 95 and EC. RGB value is (250,149,236). Sum of RGB (Red+Green+Blue) = 250+149+236=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 149 (58.59% from 255 or 23.46% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FA95EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA95EC is #056A13. Grayscale: #BCBCBC. Windows color (decimal): -354836 or 15504890. OLE color: 15504890.

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

Color convert

RGB250149236-
CMYK00.400.060.02
HSL308.32º90.99%78.24%-
HSV(B)308.32º40.4%98.04%-
XYZ65.3147.8885.16-
YUV189.12154.46171.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 149 (58.59% from 255) = 23.46%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=39.37%
G=23.46%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014923600.400.060.02308.3290.9978.24
HexFA95EC028621345b4e
Octal37222535405062464133116
Binary11111010100101011110110001010001101010011010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA95EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA95EC; }

 p { color: rgb(250,149,236); }

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

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

 a { background-color: rgb(250,149,236); }

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

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

 span { border-color: rgb(250,149,236); }

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