#FF97EE

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

Shades of Lavender Rose #FF97EE

Tints of Lavender Rose #FF97EE

Color information

#FF97EE (or 0xFF97EE) is unknown color: approx Lavender Rose. HEX triplet: FF, 97 and EE. RGB value is (255,151,238). Sum of RGB (Red+Green+Blue) = 255+151+238=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 151 (59.38% from 255 or 23.45% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF97EE is #006811. Grayscale: #BFBFBF. Windows color (decimal): -26642 or 15636479. OLE color: 15636479.

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

Color convert

RGB255151238-
CMYK00.410.070
HSL309.81º100%79.61%-
HSV(B)309.81º40.78%100%-
XYZ67.7449.5786.89-
YUV192.01153.96172.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.60%
GREEN value IS 151 (59.38% from 255) = 23.45%
BLUE value IS 238 (93.36% from 255) = 36.96%
R=39.60%
G=23.45%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515123800.410.070309.8110079.61
HexFF97EE029701366450
Octal37722735605170466144120
Binary1111111110010111111011100101001111010011011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97EE; }

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

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

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

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

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

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

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

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