#FE9FB6

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

Shades of Illusion #FE9FB6

Tints of Illusion #FE9FB6

Color information

#FE9FB6 (or 0xFE9FB6) is unknown color: approx Illusion. HEX triplet: FE, 9F and B6. RGB value is (254,159,182). Sum of RGB (Red+Green+Blue) = 254+159+182=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 159 (62.5% from 255 or 26.72% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9FB6 is #016049. Grayscale: #BEBEBE. Windows color (decimal): -90186 or 11968510. OLE color: 11968510.

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

Color convert

RGB254159182-
CMYK00.370.280.00
HSL345.47º97.94%80.98%-
HSV(B)345.47º37.4%99.61%-
XYZ61.7149.2450.51-
YUV190.03123.47173.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 159 (62.5% from 255) = 26.72%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=42.69%
G=26.72%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415918200.370.280.00345.4797.9480.98
HexFE9FB60251C01596251
Octal376237266045340531142121
Binary111111101001111110110110010010111100010101100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FB6; }

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

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

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

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

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

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

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

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