#FF97DA

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

Shades of Lavender Rose #FF97DA

Tints of Lavender Rose #FF97DA

Color information

#FF97DA (or 0xFF97DA) is unknown color: approx Lavender Rose. HEX triplet: FF, 97 and DA. RGB value is (255,151,218). Sum of RGB (Red+Green+Blue) = 255+151+218=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 151 (59.38% from 255 or 24.20% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97DA is #006825. Grayscale: #BDBDBD. Windows color (decimal): -26662 or 14325759. OLE color: 14325759.

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

Color convert

RGB255151218-
CMYK00.410.150
HSL321.35º100%79.61%-
HSV(B)321.35º40.78%100%-
XYZ64.9648.4672.26-
YUV189.73143.96174.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.87%
GREEN value IS 151 (59.38% from 255) = 24.20%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=40.87%
G=24.20%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515121800.410.150321.3510079.61
HexFF97DA029F01416450
Octal377227332051170501144120
Binary11111111100101111101101001010011111010100000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97DA; }

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

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

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

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

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

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

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

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