#FF97E3

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

Shades of Lavender Rose #FF97E3

Tints of Lavender Rose #FF97E3

Color information

#FF97E3 (or 0xFF97E3) is unknown color: approx Lavender Rose. HEX triplet: FF, 97 and E3. RGB value is (255,151,227). Sum of RGB (Red+Green+Blue) = 255+151+227=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 151 (59.38% from 255 or 23.85% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97E3 is #00681C. Grayscale: #BEBEBE. Windows color (decimal): -26653 or 14915583. OLE color: 14915583.

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

Color convert

RGB255151227-
CMYK00.410.110
HSL316.15º100%79.61%-
HSV(B)316.15º40.78%100%-
XYZ66.1748.9478.63-
YUV190.76148.46173.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 151 (59.38% from 255) = 23.85%
BLUE value IS 227 (89.06% from 255) = 35.86%
R=40.28%
G=23.85%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515122700.410.110316.1510079.61
HexFF97E3029B013c6450
Octal377227343051130474144120
Binary11111111100101111110001101010011011010011110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97E3; }

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

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

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

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

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

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

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

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