#FF97EC

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

Shades of Lavender Rose #FF97EC

Tints of Lavender Rose #FF97EC

Color information

#FF97EC (or 0xFF97EC) is unknown color: approx Lavender Rose. HEX triplet: FF, 97 and EC. RGB value is (255,151,236). Sum of RGB (Red+Green+Blue) = 255+151+236=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 151 (59.38% from 255 or 23.52% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF97EC is #006813. Grayscale: #BFBFBF. Windows color (decimal): -26644 or 15505407. OLE color: 15505407.

HSL color Cylindrical-coordinate representation of color #FF97EC: hue angle of 310.96º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF97EC is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255151236-
CMYK00.410.070
HSL310.96º100%79.61%-
HSV(B)310.96º40.78%100%-
XYZ67.4549.4585.35-
YUV191.79152.96173.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 151 (59.38% from 255) = 23.52%
BLUE value IS 236 (92.58% from 255) = 36.76%
R=39.72%
G=23.52%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515123600.410.070310.9610079.61
HexFF97EC029701376450
Octal37722735405170467144120
Binary1111111110010111111011000101001111010011011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97EC; }

 p { color: rgb(255,151,236); }

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

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

 a { background-color: rgb(255,151,236); }

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

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

 span { border-color: rgb(255,151,236); }

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