#FE99B2

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

Shades of Illusion #FE99B2

Tints of Illusion #FE99B2

Color information

#FE99B2 (or 0xFE99B2) is unknown color: approx Illusion. HEX triplet: FE, 99 and B2. RGB value is (254,153,178). Sum of RGB (Red+Green+Blue) = 254+153+178=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE99B2 is #01664D. Grayscale: #BABABA. Windows color (decimal): -91726 or 11704830. OLE color: 11704830.

HSL color Cylindrical-coordinate representation of color #FE99B2: hue angle of 345.15º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE99B2 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB254153178-
CMYK00.400.300.00
HSL345.15º98.06%79.8%-
HSV(B)345.15º39.76%99.61%-
XYZ60.347.0748.03-
YUV186.05123.46176.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.42%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 178 (69.92% from 255) = 30.43%
R=43.42%
G=26.15%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415317800.400.300.00345.1598.0679.8
HexFE99B20281E01596250
Octal376231262050360531142120
Binary111111101001100110110010010100011110010101100111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99B2; }

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

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

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

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

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

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

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

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