#FF97DC

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

Shades of Lavender Rose #FF97DC

Tints of Lavender Rose #FF97DC

Color information

#FF97DC (or 0xFF97DC) is unknown color: approx Lavender Rose. HEX triplet: FF, 97 and DC. RGB value is (255,151,220). Sum of RGB (Red+Green+Blue) = 255+151+220=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 151 (59.38% from 255 or 24.12% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97DC is #006823. Grayscale: #BDBDBD. Windows color (decimal): -26660 or 14456831. OLE color: 14456831.

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

Color convert

RGB255151220-
CMYK00.410.140
HSL320.19º100%79.61%-
HSV(B)320.19º40.78%100%-
XYZ65.2248.5673.65-
YUV189.96144.96174.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 151 (59.38% from 255) = 24.12%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=40.73%
G=24.12%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515122000.410.140320.1910079.61
HexFF97DC029E01406450
Octal377227334051160500144120
Binary11111111100101111101110001010011110010100000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97DC; }

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

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

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

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

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

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

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

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