Color Hex Logo

#fbe1ee Color Hex

#FBE1EE
(251,225,238)
0 Favorites   0 Comments

Color spaces of #fbe1ee

RGB 251225238
HSL0.920.760.93
HSV330°10°98°
CMYK 0.000.100.05   0.02
XYZ82.141580.532792.1040
Yxy80.53270.32240.3161
Hunter Lab89.74006.34091.9662
CIE-Lab91.923311.0739-3.0737

#fbe1ee color RGB value is (251,225,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 11101110
Octal 373 341 356
Decimal 251 225 238
Hex FB E1 EE

RGB Percentages of Color #fbe1ee

%35.15
%31.51
%33.33

CMYK Percentages of Color #fbe1ee

%0
%10
%5
%2

Triadic Colors of #fbe1ee

#fbe1ee #eefbe1 #e1eefb

Analogous Colors of #fbe1ee

#fbe1ee #fbe1e1 #fbe1fb

Monochromatic Colors of #fbe1ee

#fbe1ee

Complementary Color

#fbe1ee #e1fbee

#fbe1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe1ee Color CSS Codes

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

#fbe1ee Text Font Color

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

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


#fbe1ee Background Color

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

This div background color is #fbe1ee


#fbe1ee Border Color

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

This div border color is #fbe1ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe1ee


Comments

No comments written yet.

Please login to write comment.