#FF97B3

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

Shades of Illusion #FF97B3

Tints of Illusion #FF97B3

Color information

#FF97B3 (or 0xFF97B3) is unknown color: approx Illusion. HEX triplet: FF, 97 and B3. RGB value is (255,151,179). Sum of RGB (Red+Green+Blue) = 255+151+179=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF97B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF97B3 is #00684C. Grayscale: #B9B9B9. Windows color (decimal): -26701 or 11769855. OLE color: 11769855.

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

Color convert

RGB255151179-
CMYK00.410.300
HSL343.85º100%79.61%-
HSV(B)343.85º40.78%100%-
XYZ60.4446.6548.47-
YUV185.29124.46177.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.59%
GREEN value IS 151 (59.38% from 255) = 25.81%
BLUE value IS 179 (70.31% from 255) = 30.60%
R=43.59%
G=25.81%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515117900.410.300343.8510079.61
HexFF97B30291E01586450
Octal377227263051360530144120
Binary111111111001011110110011010100111110010101100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF97B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF97B3; }

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

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

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

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

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

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

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

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