#FF97E0

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

Shades of Lavender Rose #FF97E0

Tints of Lavender Rose #FF97E0

Color information

#FF97E0 (or 0xFF97E0) is unknown color: approx Lavender Rose. HEX triplet: FF, 97 and E0. RGB value is (255,151,224). Sum of RGB (Red+Green+Blue) = 255+151+224=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 151 (59.38% from 255 or 23.97% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97E0 is #00681F. Grayscale: #BEBEBE. Windows color (decimal): -26656 or 14718975. OLE color: 14718975.

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

Color convert

RGB255151224-
CMYK00.410.120
HSL317.88º100%79.61%-
HSV(B)317.88º40.78%100%-
XYZ65.7648.7876.47-
YUV190.42146.96174.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.48%
GREEN value IS 151 (59.38% from 255) = 23.97%
BLUE value IS 224 (87.89% from 255) = 35.56%
R=40.48%
G=23.97%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515122400.410.120317.8810079.61
HexFF97E0029C013e6450
Octal377227340051140476144120
Binary11111111100101111110000001010011100010011111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97E0; }

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

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

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

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

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

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

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

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