#FE97AF

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

Shades of Illusion #FE97AF

Tints of Illusion #FE97AF

Color information

#FE97AF (or 0xFE97AF) is unknown color: approx Illusion. HEX triplet: FE, 97 and AF. RGB value is (254,151,175). Sum of RGB (Red+Green+Blue) = 254+151+175=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 151 (59.38% from 255 or 26.03% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE97AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE97AF is #016850. Grayscale: #B8B8B8. Windows color (decimal): -92241 or 11507710. OLE color: 11507710.

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

Color convert

RGB254151175-
CMYK00.410.310.00
HSL346.02º98.1%79.41%-
HSV(B)346.02º40.55%99.61%-
XYZ59.6846.346.35-
YUV184.53122.62177.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.79%
GREEN value IS 151 (59.38% from 255) = 26.03%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=43.79%
G=26.03%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415117500.410.310.00346.0298.179.41
HexFE97AF0291F015a624f
Octal376227257051370532142117
Binary111111101001011110101111010100111111010101101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE97AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE97AF; }

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

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

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

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

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

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

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

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