#FE90B0

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

Shades of Illusion #FE90B0

Tints of Illusion #FE90B0

Color information

#FE90B0 (or 0xFE90B0) is unknown color: approx Illusion. HEX triplet: FE, 90 and B0. RGB value is (254,144,176). Sum of RGB (Red+Green+Blue) = 254+144+176=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 144 (56.64% from 255 or 25.09% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE90B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE90B0 is #016F4F. Grayscale: #B4B4B4. Windows color (decimal): -94032 or 11571454. OLE color: 11571454.

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

Color convert

RGB254144176-
CMYK00.430.310.00
HSL342.55º98.21%78.04%-
HSV(B)342.55º43.31%99.61%-
XYZ58.6844.1546.5-
YUV180.54125.44180.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.25%
GREEN value IS 144 (56.64% from 255) = 25.09%
BLUE value IS 176 (69.14% from 255) = 30.66%
R=44.25%
G=25.09%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414417600.430.310.00342.5598.2178.04
HexFE90B002B1F0157624e
Octal376220260053370527142116
Binary111111101001000010110000010101111111010101011111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE90B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE90B0; }

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

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

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

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

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

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

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

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