Color Hex Logo

#fbf3ed Color Hex

#FBF3ED
(251,243,237)
0 Favorites   0 Comments

Color spaces of #fbf3ed

RGB 251243237
HSL0.070.640.96
HSV26°98°
CMYK 0.000.030.06   0.02
XYZ87.120390.724893.0407
Yxy90.72480.32160.3349
Hunter Lab95.2496-3.42128.7597
CIE-Lab96.29661.65793.8273

#fbf3ed color RGB value is (251,243,237).

#fbf3ed hex color red value is 251, green value is 243 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fbf3ed hue: 0.07 , saturation: 0.64 and the lightness value of fbf3ed is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110011 11101101
Octal 373 363 355
Decimal 251 243 237
Hex FB F3 ED

RGB Percentages of Color #fbf3ed

%34.34
%33.24
%32.42

CMYK Percentages of Color #fbf3ed

%0
%3
%6
%2

Triadic Colors of #fbf3ed

#fbf3ed #edfbf3 #f3edfb

Analogous Colors of #fbf3ed

#fbf3ed #fbfaed #fbedee

Monochromatic Colors of #fbf3ed

#fbf3ed

Complementary Color

#fbf3ed #edf5fb

#fbf3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf3ed Color CSS Codes

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

#fbf3ed Text Font Color

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

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


#fbf3ed Background Color

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

This div background color is #fbf3ed


#fbf3ed Border Color

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

This div border color is #fbf3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf3ed


Comments

No comments written yet.

Please login to write comment.