#FE9FB2

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

Shades of Illusion #FE9FB2

Tints of Illusion #FE9FB2

Color information

#FE9FB2 (or 0xFE9FB2) is unknown color: approx Illusion. HEX triplet: FE, 9F and B2. RGB value is (254,159,178). Sum of RGB (Red+Green+Blue) = 254+159+178=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 159 (62.5% from 255 or 26.90% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9FB2 is #01604D. Grayscale: #BDBDBD. Windows color (decimal): -90190 or 11706366. OLE color: 11706366.

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

Color convert

RGB254159178-
CMYK00.370.300.00
HSL348º97.94%80.98%-
HSV(B)348º37.4%99.61%-
XYZ61.3149.0848.36-
YUV189.57121.47173.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.98%
GREEN value IS 159 (62.5% from 255) = 26.90%
BLUE value IS 178 (69.92% from 255) = 30.12%
R=42.98%
G=26.90%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415917800.370.300.0034897.9480.98
HexFE9FB20251E015c6251
Octal376237262045360534142121
Binary111111101001111110110010010010111110010101110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FB2; }

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

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

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

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

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

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

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

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