#FA96ED

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

Shades of Lavender Rose #FA96ED

Tints of Lavender Rose #FA96ED

Color information

#FA96ED (or 0xFA96ED) is unknown color: approx Lavender Rose. HEX triplet: FA, 96 and ED. RGB value is (250,150,237). Sum of RGB (Red+Green+Blue) = 250+150+237=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA96ED is #056912. Grayscale: #BDBDBD. Windows color (decimal): -354579 or 15570682. OLE color: 15570682.

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

Color convert

RGB250150237-
CMYK00.40.050.02
HSL307.8º90.91%78.43%-
HSV(B)307.8º40%98.04%-
XYZ65.6248.2585.98-
YUV189.82154.63170.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 150 (58.98% from 255) = 23.55%
BLUE value IS 237 (92.97% from 255) = 37.21%
R=39.25%
G=23.55%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015023700.40.050.02307.890.9178.43
HexFA96ED028521345b4e
Octal37222635505052464133116
Binary11111010100101101110110101010001011010011010010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96ED; }

 p { color: rgb(250,150,237); }

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

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

 a { background-color: rgb(250,150,237); }

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

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

 span { border-color: rgb(250,150,237); }

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