#FE97B7

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

Shades of Illusion #FE97B7

Tints of Illusion #FE97B7

Color information

#FE97B7 (or 0xFE97B7) is unknown color: approx Illusion. HEX triplet: FE, 97 and B7. RGB value is (254,151,183). Sum of RGB (Red+Green+Blue) = 254+151+183=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 183 (71.88% from 255 or 31.12% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE97B7 is #016848. Grayscale: #B9B9B9. Windows color (decimal): -92233 or 12031998. OLE color: 12031998.

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

Color convert

RGB254151183-
CMYK00.410.280.00
HSL341.36º98.1%79.41%-
HSV(B)341.36º40.55%99.61%-
XYZ60.4946.6250.61-
YUV185.44126.62176.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.20%
GREEN value IS 151 (59.38% from 255) = 25.68%
BLUE value IS 183 (71.88% from 255) = 31.12%
R=43.20%
G=25.68%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415118300.410.280.00341.3698.179.41
HexFE97B70291C0155624f
Octal376227267051340525142117
Binary111111101001011110110111010100111100010101010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97B7; }

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

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

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

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

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

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

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

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