Color Hex Logo

#fbe1fe Color Hex

#FBE1FE
(251,225,254)
0 Favorites   0 Comments

Color spaces of #fbe1fe

RGB 251225254
HSL0.820.940.94
HSV294°11°100°
CMYK 0.010.110.00   0.00
XYZ84.598381.5154105.0412
Yxy81.51540.31200.3006
Hunter Lab90.28599.2551-5.7796
CIE-Lab92.360613.8910-10.7910

#fbe1fe color RGB value is (251,225,254).

#fbe1fe hex color red value is 251, green value is 225 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fbe1fe hue: 0.82 , saturation: 0.94 and the lightness value of fbe1fe is 0.94.

The process color (four color CMYK) of #fbe1fe color hex is 0.01, 0.11, 0.00, 0.00. Web safe color of #fbe1fe is #ffccff. Color #fbe1fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 11111110
Octal 373 341 376
Decimal 251 225 254
Hex FB E1 FE

RGB Percentages of Color #fbe1fe

%34.38
%30.82
%34.79

CMYK Percentages of Color #fbe1fe

%1
%11
%0
%0

Triadic Colors of #fbe1fe

#fbe1fe #fefbe1 #e1fefb

Analogous Colors of #fbe1fe

#fbe1fe #fee1f3 #ede1fe

Monochromatic Colors of #fbe1fe

#fbe1fe

Complementary Color

#fbe1fe #e4fee1

#fbe1fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe1fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe1fe Color CSS Codes

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

#fbe1fe Text Font Color

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

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


#fbe1fe Background Color

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

This div background color is #fbe1fe


#fbe1fe Border Color

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

This div border color is #fbe1fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe1fe

Related Colors


Comments

No comments written yet.

Please login to write comment.