#FE90B2

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

Shades of Illusion #FE90B2

Tints of Illusion #FE90B2

Color information

#FE90B2 (or 0xFE90B2) is unknown color: approx Illusion. HEX triplet: FE, 90 and B2. RGB value is (254,144,178). Sum of RGB (Red+Green+Blue) = 254+144+178=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90B2 is #016F4D. Grayscale: #B4B4B4. Windows color (decimal): -94030 or 11702526. OLE color: 11702526.

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

Color convert

RGB254144178-
CMYK00.430.300.00
HSL341.45º98.21%78.04%-
HSV(B)341.45º43.31%99.61%-
XYZ58.8844.2347.55-
YUV180.77126.44180.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.10%
GREEN value IS 144 (56.64% from 255) = 25%
BLUE value IS 178 (69.92% from 255) = 30.90%
R=44.10%
G=25%
B=30.90%

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
Decimal25414417800.430.300.00341.4598.2178.04
HexFE90B202B1E0155624e
Octal376220262053360525142116
Binary111111101001000010110010010101111110010101010111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE90B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE90B2; }

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

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

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

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

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

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

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

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