#FE96B6

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

Shades of Illusion #FE96B6

Tints of Illusion #FE96B6

Color information

#FE96B6 (or 0xFE96B6) is unknown color: approx Illusion. HEX triplet: FE, 96 and B6. RGB value is (254,150,182). Sum of RGB (Red+Green+Blue) = 254+150+182=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 182 (71.48% from 255 or 31.06% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96B6 is #016949. Grayscale: #B8B8B8. Windows color (decimal): -92490 or 11966206. OLE color: 11966206.

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

Color convert

RGB254150182-
CMYK00.410.280.00
HSL341.54º98.11%79.22%-
HSV(B)341.54º40.94%99.61%-
XYZ60.2246.2650.01-
YUV184.74126.46177.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.34%
GREEN value IS 150 (58.98% from 255) = 25.60%
BLUE value IS 182 (71.48% from 255) = 31.06%
R=43.34%
G=25.60%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415018200.410.280.00341.5498.1179.22
HexFE96B60291C0156624f
Octal376226266051340526142117
Binary111111101001011010110110010100111100010101011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE96B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE96B6; }

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

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

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

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

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

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

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

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