Color Hex Logo

#fbe4ee Color Hex

#FBE4EE
(251,228,238)
0 Favorites   0 Comments

Color spaces of #fbe4ee

RGB 251228238
HSL0.930.740.94
HSV334°98°
CMYK 0.000.090.05   0.02
XYZ82.959782.169192.3767
Yxy82.16910.32220.3191
Hunter Lab90.64724.72953.0318
CIE-Lab92.64949.5202-2.0083

#fbe4ee color RGB value is (251,228,238).

#fbe4ee hex color red value is 251, green value is 228 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fbe4ee hue: 0.93 , saturation: 0.74 and the lightness value of fbe4ee is 0.94.

The process color (four color CMYK) of #fbe4ee color hex is 0.00, 0.09, 0.05, 0.02. Web safe color of #fbe4ee is #ffccff. Color #fbe4ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100100 11101110
Octal 373 344 356
Decimal 251 228 238
Hex FB E4 EE

RGB Percentages of Color #fbe4ee

%35.01
%31.80
%33.19

CMYK Percentages of Color #fbe4ee

%0
%9
%5
%2

Triadic Colors of #fbe4ee

#fbe4ee #eefbe4 #e4eefb

Analogous Colors of #fbe4ee

#fbe4ee #fbe6e4 #fbe4fa

Monochromatic Colors of #fbe4ee

#fbe4ee

Complementary Color

#fbe4ee #e4fbf1

#fbe4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe4ee Color CSS Codes

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

#fbe4ee Text Font Color

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

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


#fbe4ee Background Color

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

This div background color is #fbe4ee


#fbe4ee Border Color

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

This div border color is #fbe4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe4ee

#fbe4ee Color Palettes


Comments

No comments written yet.

Please login to write comment.