#FE93B7

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

Shades of Illusion #FE93B7

Tints of Illusion #FE93B7

Color information

#FE93B7 (or 0xFE93B7) is unknown color: approx Illusion. HEX triplet: FE, 93 and B7. RGB value is (254,147,183). Sum of RGB (Red+Green+Blue) = 254+147+183=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE93B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE93B7 is #016C48. Grayscale: #B7B7B7. Windows color (decimal): -93257 or 12030974. OLE color: 12030974.

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

Color convert

RGB254147183-
CMYK00.420.280.00
HSL339.81º98.17%78.63%-
HSV(B)339.81º42.13%99.61%-
XYZ59.8545.3650.4-
YUV183.1127.95178.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 147 (57.81% from 255) = 25.17%
BLUE value IS 183 (71.88% from 255) = 31.34%
R=43.49%
G=25.17%
B=31.34%

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
Decimal25414718300.420.280.00339.8198.1778.63
HexFE93B702A1C0154624f
Octal376223267052340524142117
Binary111111101001001110110111010101011100010101010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE93B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE93B7; }

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

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

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

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

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

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

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

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