#FE93B6

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

Shades of Illusion #FE93B6

Tints of Illusion #FE93B6

Color information

#FE93B6 (or 0xFE93B6) is unknown color: approx Illusion. HEX triplet: FE, 93 and B6. RGB value is (254,147,182). Sum of RGB (Red+Green+Blue) = 254+147+182=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 147 (57.81% from 255 or 25.21% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93B6 is #016C49. Grayscale: #B6B6B6. Windows color (decimal): -93258 or 11965438. OLE color: 11965438.

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

Color convert

RGB254147182-
CMYK00.420.280.00
HSL340.37º98.17%78.63%-
HSV(B)340.37º42.13%99.61%-
XYZ59.7545.3249.85-
YUV182.98127.45178.65-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.57%
GREEN value IS 147 (57.81% from 255) = 25.21%
BLUE value IS 182 (71.48% from 255) = 31.22%
R=43.57%
G=25.21%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414718200.420.280.00340.3798.1778.63
HexFE93B602A1C0154624f
Octal376223266052340524142117
Binary111111101001001110110110010101011100010101010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE93B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE93B6; }

 p { color: rgb(254,147,182); }

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

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

 a { background-color: rgb(254,147,182); }

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

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

 span { border-color: rgb(254,147,182); }

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