Color Hex Logo

#fbe1de Color Hex

#FBE1DE
(251,225,222)
0 Favorites   0 Comments

Color spaces of #fbe1de

RGB 251225222
HSL0.020.780.93
HSV12°98°
CMYK 0.000.100.12   0.02
XYZ79.893779.633680.2672
Yxy79.63360.33320.3321
Hunter Lab89.23773.64369.1364
CIE-Lab91.52028.42704.7083

#fbe1de color RGB value is (251,225,222).

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

The process color (four color CMYK) of #fbe1de color hex is 0.00, 0.10, 0.12, 0.02. Web safe color of #fbe1de is #ffcccc. Color #fbe1de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 11011110
Octal 373 341 336
Decimal 251 225 222
Hex FB E1 DE

RGB Percentages of Color #fbe1de

%35.96
%32.23
%31.81

CMYK Percentages of Color #fbe1de

%0
%10
%12
%2

Triadic Colors of #fbe1de

#fbe1de #defbe1 #e1defb

Analogous Colors of #fbe1de

#fbe1de #fbf0de #fbdeea

Monochromatic Colors of #fbe1de

#fbe1de

Complementary Color

#fbe1de #def8fb

#fbe1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe1de Color CSS Codes

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

#fbe1de Text Font Color

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

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


#fbe1de Background Color

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

This div background color is #fbe1de


#fbe1de Border Color

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

This div border color is #fbe1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe1de

Related Colors


Comments

No comments written yet.

Please login to write comment.