#FF97B4

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

Shades of Illusion #FF97B4

Tints of Illusion #FF97B4

Color information

#FF97B4 (or 0xFF97B4) is unknown color: approx Illusion. HEX triplet: FF, 97 and B4. RGB value is (255,151,180). Sum of RGB (Red+Green+Blue) = 255+151+180=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97B4 is #00684B. Grayscale: #B9B9B9. Windows color (decimal): -26700 or 11835391. OLE color: 11835391.

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

Color convert

RGB255151180-
CMYK00.410.290
HSL343.27º100%79.61%-
HSV(B)343.27º40.78%100%-
XYZ60.5446.6949-
YUV185.4124.96177.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.52%
GREEN value IS 151 (59.38% from 255) = 25.77%
BLUE value IS 180 (70.70% from 255) = 30.72%
R=43.52%
G=25.77%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515118000.410.290343.2710079.61
HexFF97B40291D01576450
Octal377227264051350527144120
Binary111111111001011110110100010100111101010101011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97B4; }

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

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

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

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

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

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

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

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