#FE90B1

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

Shades of Illusion #FE90B1

Tints of Illusion #FE90B1

Color information

#FE90B1 (or 0xFE90B1) is unknown color: approx Illusion. HEX triplet: FE, 90 and B1. RGB value is (254,144,177). Sum of RGB (Red+Green+Blue) = 254+144+177=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90B1 is #016F4E. Grayscale: #B4B4B4. Windows color (decimal): -94031 or 11636990. OLE color: 11636990.

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

Color convert

RGB254144177-
CMYK00.430.300.00
HSL342º98.21%78.04%-
HSV(B)342º43.31%99.61%-
XYZ58.7844.1947.03-
YUV180.65125.94180.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.17%
GREEN value IS 144 (56.64% from 255) = 25.04%
BLUE value IS 177 (69.53% from 255) = 30.78%
R=44.17%
G=25.04%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414417700.430.300.0034298.2178.04
HexFE90B102B1E0156624e
Octal376220261053360526142116
Binary111111101001000010110001010101111110010101011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE90B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE90B1; }

 p { color: rgb(254,144,177); }

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

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

 a { background-color: rgb(254,144,177); }

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

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

 span { border-color: rgb(254,144,177); }

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