Color Hex Logo

#fbede1 Color Hex

#FBEDE1
(251,237,225)
0 Favorites   0 Comments

Color spaces of #fbede1

RGB 251237225
HSL0.080.760.93
HSV28°10°98°
CMYK 0.000.060.10   0.02
XYZ83.658586.513883.5237
Yxy86.51380.32980.3410
Hunter Lab93.0128-2.224111.8677
CIE-Lab94.53162.74547.4893

#fbede1 color RGB value is (251,237,225).

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

The process color (four color CMYK) of #fbede1 color hex is 0.00, 0.06, 0.10, 0.02. Web safe color of #fbede1 is #ffffcc. Color #fbede1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 11100001
Octal 373 355 341
Decimal 251 237 225
Hex FB ED E1

RGB Percentages of Color #fbede1

%35.20
%33.24
%31.56

CMYK Percentages of Color #fbede1

%0
%6
%10
%2

Triadic Colors of #fbede1

#fbede1 #e1fbed #ede1fb

Analogous Colors of #fbede1

#fbede1 #fbfae1 #fbe1e2

Monochromatic Colors of #fbede1

#fbede1

Complementary Color

#fbede1 #e1effb

#fbede1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbede1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbede1 Color CSS Codes

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

#fbede1 Text Font Color

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

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


#fbede1 Background Color

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

This div background color is #fbede1


#fbede1 Border Color

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

This div border color is #fbede1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbede1

Related Colors


Comments

No comments written yet.

Please login to write comment.