Color Hex Logo

#fee8fb Color Hex

#FEE8FB
(254,232,251)
0 Favorites   0 Comments

Color spaces of #fee8fb

RGB 254232251
HSL0.860.920.95
HSV308°100°
CMYK 0.000.090.01   0.00
XYZ87.142285.7491103.2251
Yxy85.74910.31560.3106
Hunter Lab92.60085.9264-1.2719
CIE-Lab94.205010.7143-6.4654

#fee8fb color RGB value is (254,232,251).

#fee8fb hex color red value is 254, green value is 232 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fee8fb hue: 0.86 , saturation: 0.92 and the lightness value of fee8fb is 0.95.

The process color (four color CMYK) of #fee8fb color hex is 0.00, 0.09, 0.01, 0.00. Web safe color of #fee8fb is #ffffff. Color #fee8fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 11111011
Octal 376 350 373
Decimal 254 232 251
Hex FE E8 FB

RGB Percentages of Color #fee8fb

%34.46
%31.48
%34.06

CMYK Percentages of Color #fee8fb

%0
%9
%1
%0

Triadic Colors of #fee8fb

#fee8fb #fbfee8 #e8fbfe

Analogous Colors of #fee8fb

#fee8fb #fee8f0 #f6e8fe

Monochromatic Colors of #fee8fb

#fee8fb

Complementary Color

#fee8fb #e8feeb

#fee8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee8fb Color CSS Codes

.mybgcolor {background-color:#fee8fb; } 
.myforecolor {color:#fee8fb; }
.mybordercolor {border:3px solid #fee8fb; }

#fee8fb Text Font Color

<p style="color:#fee8fb">Text here</p>

This sample text font color is #fee8fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fee8fb Background Color

<div style="background-color:#fee8fb">
Div content here</div>

This div background color is #fee8fb


#fee8fb Border Color

<div style="border:3px solid #fee8fb">
Div here</div>

This div border color is #fee8fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,232,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fee8fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fee8fb;
  -webkit-box-shadow: 1px 1px 3px 2px #fee8fb;
  box-shadow:         1px 1px 3px 2px #fee8fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,232,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fee8fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fee8fb;
  -webkit-box-shadow: 1px 1px 3px 2px #fee8fb;
  box-shadow:         1px 1px 3px 2px #fee8fb;">
Div content here</div>

This div box has shadow with color #fee8fb

Related Colors


Comments

No comments written yet.

Please login to write comment.