#FE96B2

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

Shades of Illusion #FE96B2

Tints of Illusion #FE96B2

Color information

#FE96B2 (or 0xFE96B2) is unknown color: approx Illusion. HEX triplet: FE, 96 and B2. RGB value is (254,150,178). Sum of RGB (Red+Green+Blue) = 254+150+178=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE96B2 is #01694D. Grayscale: #B8B8B8. Windows color (decimal): -92494 or 11704062. OLE color: 11704062.

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

Color convert

RGB254150178-
CMYK00.410.300.00
HSL343.85º98.11%79.22%-
HSV(B)343.85º40.94%99.61%-
XYZ59.8246.147.86-
YUV184.29124.46177.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.64%
GREEN value IS 150 (58.98% from 255) = 25.77%
BLUE value IS 178 (69.92% from 255) = 30.58%
R=43.64%
G=25.77%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415017800.410.300.00343.8598.1179.22
HexFE96B20291E0158624f
Octal376226262051360530142117
Binary111111101001011010110010010100111110010101100011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE96B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE96B2; }

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

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

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

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

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

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

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

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