#FE93B5

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

Shades of Illusion #FE93B5

Tints of Illusion #FE93B5

Color information

#FE93B5 (or 0xFE93B5) is unknown color: approx Illusion. HEX triplet: FE, 93 and B5. RGB value is (254,147,181). Sum of RGB (Red+Green+Blue) = 254+147+181=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93B5 is #016C4A. Grayscale: #B6B6B6. Windows color (decimal): -93259 or 11899902. OLE color: 11899902.

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

Color convert

RGB254147181-
CMYK00.420.290.00
HSL340.93º98.17%78.63%-
HSV(B)340.93º42.13%99.61%-
XYZ59.6545.2749.31-
YUV182.87126.95178.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.64%
GREEN value IS 147 (57.81% from 255) = 25.26%
BLUE value IS 181 (71.09% from 255) = 31.10%
R=43.64%
G=25.26%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414718100.420.290.00340.9398.1778.63
HexFE93B502A1D0155624f
Octal376223265052350525142117
Binary111111101001001110110101010101011101010101010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE93B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE93B5; }

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

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

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

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

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

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

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

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