#F896EF

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

Shades of Lavender Rose #F896EF

Tints of Lavender Rose #F896EF

Color information

#F896EF (or 0xF896EF) is unknown color: approx Lavender Rose. HEX triplet: F8, 96 and EF. RGB value is (248,150,239). Sum of RGB (Red+Green+Blue) = 248+150+239=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F896EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F896EF is #076910. Grayscale: #BDBDBD. Windows color (decimal): -485649 or 15701752. OLE color: 15701752.

HSL color Cylindrical-coordinate representation of color #F896EF: hue angle of 305.51º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F896EF is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB248150239-
CMYK00.400.040.03
HSL305.51º87.5%78.04%-
HSV(B)305.51º39.52%97.25%-
XYZ65.24887.49-
YUV189.45155.97169.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.93%
GREEN value IS 150 (58.98% from 255) = 23.55%
BLUE value IS 239 (93.75% from 255) = 37.52%
R=38.93%
G=23.55%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24815023900.400.040.03305.5187.578.04
HexF896EF02843132584e
Octal37022635705043462130116
Binary11111000100101101110111101010001001110011001010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F896EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F896EF; }

 p { color: rgb(248,150,239); }

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

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

 a { background-color: rgb(248,150,239); }

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

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

 span { border-color: rgb(248,150,239); }

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