#FF97DE

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

Shades of Lavender Rose #FF97DE

Tints of Lavender Rose #FF97DE

Color information

#FF97DE (or 0xFF97DE) is unknown color: approx Lavender Rose. HEX triplet: FF, 97 and DE. RGB value is (255,151,222). Sum of RGB (Red+Green+Blue) = 255+151+222=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 151 (59.38% from 255 or 24.04% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97DE is #006821. Grayscale: #BEBEBE. Windows color (decimal): -26658 or 14587903. OLE color: 14587903.

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

Color convert

RGB255151222-
CMYK00.410.130
HSL319.04º100%79.61%-
HSV(B)319.04º40.78%100%-
XYZ65.4948.6775.05-
YUV190.19145.96174.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.61%
GREEN value IS 151 (59.38% from 255) = 24.04%
BLUE value IS 222 (87.11% from 255) = 35.35%
R=40.61%
G=24.04%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515122200.410.130319.0410079.61
HexFF97DE029D013f6450
Octal377227336051150477144120
Binary11111111100101111101111001010011101010011111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97DE; }

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

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

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

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

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

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

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

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