#FE97BA

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

Shades of Illusion #FE97BA

Tints of Illusion #FE97BA

Color information

#FE97BA (or 0xFE97BA) is unknown color: approx Illusion. HEX triplet: FE, 97 and BA. RGB value is (254,151,186). Sum of RGB (Red+Green+Blue) = 254+151+186=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 151 (59.38% from 255 or 25.55% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97BA is #016845. Grayscale: #B9B9B9. Windows color (decimal): -92230 or 12228606. OLE color: 12228606.

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

Color convert

RGB254151186-
CMYK00.410.270.00
HSL339.61º98.1%79.41%-
HSV(B)339.61º40.55%99.61%-
XYZ60.846.7552.27-
YUV185.79128.12176.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.98%
GREEN value IS 151 (59.38% from 255) = 25.55%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=42.98%
G=25.55%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415118600.410.270.00339.6198.179.41
HexFE97BA0291B0154624f
Octal376227272051330524142117
Binary111111101001011110111010010100111011010101010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97BA; }

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

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

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

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

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

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

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

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