#fe9fb7

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

Shades of Illusion #FE9FB7

Tints of Illusion #FE9FB7

Color information

#FE9FB7 (or 0xFE9FB7) is unknown color: approx Illusion. HEX triplet: FE, 9F and B7. RGB value is (254,159,183). Sum of RGB (Red+Green+Blue) = 254+159+183=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FB7 is #016048. Grayscale: #BEBEBE. Windows color (decimal): -90185 or 12034046. OLE color: 12034046.

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

Color convert

RGB254159183-
CMYK00.370.280.00
HSL344.84º97.94%80.98%-
HSV(B)344.84º37.4%99.61%-
XYZ61.8249.2951.05-
YUV190.14123.97173.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.62%
GREEN value IS 159 (62.5% from 255) = 26.68%
BLUE value IS 183 (71.88% from 255) = 30.70%
R=42.62%
G=26.68%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415918300.370.280.00344.8497.9480.98
HexFE9FB70251C01596251
Octal376237267045340531142121
Binary111111101001111110110111010010111100010101100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe9fb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe9fb7; }

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

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

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

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

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

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

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

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