Color Hex Logo

#fbe1da Color Hex

#FBE1DA
(251,225,218)
0 Favorites   0 Comments

Color spaces of #fbe1da

RGB 251225218
HSL0.040.800.92
HSV13°13°98°
CMYK 0.000.100.13   0.02
XYZ79.363879.421677.4767
Yxy79.42160.33590.3362
Hunter Lab89.11883.003410.8385
CIE-Lab91.42477.79316.6621

#fbe1da color RGB value is (251,225,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 11011010
Octal 373 341 332
Decimal 251 225 218
Hex FB E1 DA

RGB Percentages of Color #fbe1da

%36.17
%32.42
%31.41

CMYK Percentages of Color #fbe1da

%0
%10
%13
%2

Triadic Colors of #fbe1da

#fbe1da #dafbe1 #e1dafb

Analogous Colors of #fbe1da

#fbe1da #fbf2da #fbdae4

Monochromatic Colors of #fbe1da

#fbe1da

Complementary Color

#fbe1da #daf4fb

#fbe1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe1da Color CSS Codes

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

#fbe1da Text Font Color

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

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


#fbe1da Background Color

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

This div background color is #fbe1da


#fbe1da Border Color

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

This div border color is #fbe1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe1da

Related Colors


Comments

No comments written yet.

Please login to write comment.