#FE9FAF

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

Shades of Illusion #FE9FAF

Tints of Illusion #FE9FAF

Color information

#FE9FAF (or 0xFE9FAF) is unknown color: approx Illusion. HEX triplet: FE, 9F and AF. RGB value is (254,159,175). Sum of RGB (Red+Green+Blue) = 254+159+175=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9FAF is #016050. Grayscale: #BDBDBD. Windows color (decimal): -90193 or 11509758. OLE color: 11509758.

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

Color convert

RGB254159175-
CMYK00.370.310.00
HSL349.89º97.94%80.98%-
HSV(B)349.89º37.4%99.61%-
XYZ61.0148.9646.79-
YUV189.23119.97174.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.20%
GREEN value IS 159 (62.5% from 255) = 27.04%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=43.20%
G=27.04%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415917500.370.310.00349.8997.9480.98
HexFE9FAF0251F015e6251
Octal376237257045370536142121
Binary111111101001111110101111010010111111010101111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FAF; }

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

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

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

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

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

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

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

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