#FE97B2

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

Shades of Illusion #FE97B2

Tints of Illusion #FE97B2

Color information

#FE97B2 (or 0xFE97B2) is unknown color: approx Illusion. HEX triplet: FE, 97 and B2. RGB value is (254,151,178). Sum of RGB (Red+Green+Blue) = 254+151+178=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 178 (69.92% from 255 or 30.53% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE97B2 is #01684D. Grayscale: #B8B8B8. Windows color (decimal): -92238 or 11704318. OLE color: 11704318.

HSL color Cylindrical-coordinate representation of color #FE97B2: hue angle of 344.27º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE97B2 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB254151178-
CMYK00.410.300.00
HSL344.27º98.1%79.41%-
HSV(B)344.27º40.55%99.61%-
XYZ59.9846.4247.92-
YUV184.88124.12177.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.57%
GREEN value IS 151 (59.38% from 255) = 25.90%
BLUE value IS 178 (69.92% from 255) = 30.53%
R=43.57%
G=25.90%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415117800.410.300.00344.2798.179.41
HexFE97B20291E0158624f
Octal376227262051360530142117
Binary111111101001011110110010010100111110010101100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97B2; }

 p { color: rgb(254,151,178); }

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

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

 a { background-color: rgb(254,151,178); }

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

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

 span { border-color: rgb(254,151,178); }

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