#FF97EA

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

Shades of Lavender Rose #FF97EA

Tints of Lavender Rose #FF97EA

Color information

#FF97EA (or 0xFF97EA) is unknown color: approx Lavender Rose. HEX triplet: FF, 97 and EA. RGB value is (255,151,234). Sum of RGB (Red+Green+Blue) = 255+151+234=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 151 (59.38% from 255 or 23.59% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF97EA is #006815. Grayscale: #BFBFBF. Windows color (decimal): -26646 or 15374335. OLE color: 15374335.

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

Color convert

RGB255151234-
CMYK00.410.080
HSL312.12º100%79.61%-
HSV(B)312.12º40.78%100%-
XYZ67.1649.3383.82-
YUV191.56151.96173.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 151 (59.38% from 255) = 23.59%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=39.84%
G=23.59%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515123400.410.080312.1210079.61
HexFF97EA029801386450
Octal377227352051100470144120
Binary11111111100101111110101001010011000010011100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97EA; }

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

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

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

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

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

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

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

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