Color Hex Logo

#fee5fb Color Hex

#FEE5FB
(254,229,251)
0 Favorites   0 Comments

Color spaces of #fee5fb

RGB 254229251
HSL0.850.930.95
HSV307°10°100°
CMYK 0.000.100.01   0.00
XYZ86.304984.0745102.9460
Yxy84.07450.31580.3076
Hunter Lab91.69217.5512-2.3825
CIE-Lab93.482812.2662-7.5332

#fee5fb color RGB value is (254,229,251).

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

The process color (four color CMYK) of #fee5fb color hex is 0.00, 0.10, 0.01, 0.00. Web safe color of #fee5fb is #ffccff. Color #fee5fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 11111011
Octal 376 345 373
Decimal 254 229 251
Hex FE E5 FB

RGB Percentages of Color #fee5fb

%34.60
%31.20
%34.20

CMYK Percentages of Color #fee5fb

%0
%10
%1
%0

Triadic Colors of #fee5fb

#fee5fb #fbfee5 #e5fbfe

Analogous Colors of #fee5fb

#fee5fb #fee5ef #f5e5fe

Monochromatic Colors of #fee5fb

#fee5fb

Complementary Color

#fee5fb #e5fee8

#fee5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee5fb Color CSS Codes

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

#fee5fb Text Font Color

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

This sample text font color is #fee5fb
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.


#fee5fb Background Color

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

This div background color is #fee5fb


#fee5fb Border Color

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

This div border color is #fee5fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,229,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 #fee5fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee5fb

Related Colors


Comments

No comments written yet.

Please login to write comment.