#FF97DF

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

Shades of Lavender Rose #FF97DF

Tints of Lavender Rose #FF97DF

Color information

#FF97DF (or 0xFF97DF) is unknown color: approx Lavender Rose. HEX triplet: FF, 97 and DF. RGB value is (255,151,223). Sum of RGB (Red+Green+Blue) = 255+151+223=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 151 (59.38% from 255 or 24.01% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97DF is #006820. Grayscale: #BEBEBE. Windows color (decimal): -26657 or 14653439. OLE color: 14653439.

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

Color convert

RGB255151223-
CMYK00.410.130
HSL318.46º100%79.61%-
HSV(B)318.46º40.78%100%-
XYZ65.6348.7275.76-
YUV190.3146.46174.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 151 (59.38% from 255) = 24.01%
BLUE value IS 223 (87.5% from 255) = 35.45%
R=40.54%
G=24.01%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515122300.410.130318.4610079.61
HexFF97DF029D013e6450
Octal377227337051150476144120
Binary11111111100101111101111101010011101010011111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97DF; }

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

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

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

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

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

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

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

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