#FF97B6

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

Shades of Illusion #FF97B6

Tints of Illusion #FF97B6

Color information

#FF97B6 (or 0xFF97B6) is unknown color: approx Illusion. HEX triplet: FF, 97 and B6. RGB value is (255,151,182). Sum of RGB (Red+Green+Blue) = 255+151+182=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97B6 is #006849. Grayscale: #B9B9B9. Windows color (decimal): -26698 or 11966463. OLE color: 11966463.

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

Color convert

RGB255151182-
CMYK00.410.290
HSL342.12º100%79.61%-
HSV(B)342.12º40.78%100%-
XYZ60.7546.7750.08-
YUV185.63125.96177.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.37%
GREEN value IS 151 (59.38% from 255) = 25.68%
BLUE value IS 182 (71.48% from 255) = 30.95%
R=43.37%
G=25.68%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515118200.410.290342.1210079.61
HexFF97B60291D01566450
Octal377227266051350526144120
Binary111111111001011110110110010100111101010101011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97B6; }

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

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

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

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

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

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

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

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