Color Hex Logo

#fbede6 Color Hex

#FBEDE6
(251,237,230)
0 Favorites   0 Comments

Color spaces of #fbede6

RGB 251237230
HSL0.060.720.94
HSV20°98°
CMYK 0.000.060.08   0.02
XYZ84.350886.790887.1694
Yxy86.79080.32650.3360
Hunter Lab93.1616-1.41449.7367
CIE-Lab94.64943.55565.0666

#fbede6 color RGB value is (251,237,230).

#fbede6 hex color red value is 251, green value is 237 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #fbede6 hue: 0.06 , saturation: 0.72 and the lightness value of fbede6 is 0.94.

The process color (four color CMYK) of #fbede6 color hex is 0.00, 0.06, 0.08, 0.02. Web safe color of #fbede6 is #ffffff. Color #fbede6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 11100110
Octal 373 355 346
Decimal 251 237 230
Hex FB ED E6

RGB Percentages of Color #fbede6

%34.96
%33.01
%32.03

CMYK Percentages of Color #fbede6

%0
%6
%8
%2

Triadic Colors of #fbede6

#fbede6 #e6fbed #ede6fb

Analogous Colors of #fbede6

#fbede6 #fbf8e6 #fbe6ea

Monochromatic Colors of #fbede6

#fbede6

Complementary Color

#fbede6 #e6f4fb

#fbede6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbede6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbede6 Color CSS Codes

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

#fbede6 Text Font Color

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

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


#fbede6 Background Color

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

This div background color is #fbede6


#fbede6 Border Color

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

This div border color is #fbede6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbede6


Comments

No comments written yet.

Please login to write comment.