#FF97ED

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

Shades of Lavender Rose #FF97ED

Tints of Lavender Rose #FF97ED

Color information

#FF97ED (or 0xFF97ED) is unknown color: approx Lavender Rose. HEX triplet: FF, 97 and ED. RGB value is (255,151,237). Sum of RGB (Red+Green+Blue) = 255+151+237=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 151 (59.38% from 255 or 23.48% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF97ED is #006812. Grayscale: #BFBFBF. Windows color (decimal): -26643 or 15570943. OLE color: 15570943.

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

Color convert

RGB255151237-
CMYK00.410.070
HSL310.38º100%79.61%-
HSV(B)310.38º40.78%100%-
XYZ67.5949.5186.11-
YUV191.9153.46173.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 151 (59.38% from 255) = 23.48%
BLUE value IS 237 (92.97% from 255) = 36.86%
R=39.66%
G=23.48%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515123700.410.070310.3810079.61
HexFF97ED029701366450
Octal37722735505170466144120
Binary1111111110010111111011010101001111010011011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97ED; }

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

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

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

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

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

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

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

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