#FF97E5

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

Shades of Lavender Rose #FF97E5

Tints of Lavender Rose #FF97E5

Color information

#FF97E5 (or 0xFF97E5) is unknown color: approx Lavender Rose. HEX triplet: FF, 97 and E5. RGB value is (255,151,229). Sum of RGB (Red+Green+Blue) = 255+151+229=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 151 (59.38% from 255 or 23.78% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97E5 is #00681A. Grayscale: #BEBEBE. Windows color (decimal): -26651 or 15046655. OLE color: 15046655.

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

Color convert

RGB255151229-
CMYK00.410.100
HSL315º100%79.61%-
HSV(B)315º40.78%100%-
XYZ66.4549.0580.09-
YUV190.99149.46173.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 151 (59.38% from 255) = 23.78%
BLUE value IS 229 (89.84% from 255) = 36.06%
R=40.16%
G=23.78%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515122900.410.10031510079.61
HexFF97E5029A013b6450
Octal377227345051120473144120
Binary11111111100101111110010101010011010010011101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97E5; }

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

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

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

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

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

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

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

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