Color Hex Logo

#fbf0ec Color Hex

#FBF0EC
(251,240,236)
0 Favorites   0 Comments

Color spaces of #fbf0ec

RGB 251240236
HSL0.040.650.95
HSV16°98°
CMYK 0.000.040.06   0.02
XYZ86.084188.885591.9764
Yxy88.88550.32250.3330
Hunter Lab94.2791-2.00428.1535
CIE-Lab95.53253.01803.2364

#fbf0ec color RGB value is (251,240,236).

#fbf0ec hex color red value is 251, green value is 240 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fbf0ec hue: 0.04 , saturation: 0.65 and the lightness value of fbf0ec is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 11101100
Octal 373 360 354
Decimal 251 240 236
Hex FB F0 EC

RGB Percentages of Color #fbf0ec

%34.53
%33.01
%32.46

CMYK Percentages of Color #fbf0ec

%0
%4
%6
%2

Triadic Colors of #fbf0ec

#fbf0ec #ecfbf0 #f0ecfb

Analogous Colors of #fbf0ec

#fbf0ec #fbf8ec #fbecf0

Monochromatic Colors of #fbf0ec

#fbf0ec

Complementary Color

#fbf0ec #ecf7fb

#fbf0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf0ec Color CSS Codes

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

#fbf0ec Text Font Color

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

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


#fbf0ec Background Color

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

This div background color is #fbf0ec


#fbf0ec Border Color

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

This div border color is #fbf0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf0ec

Related Colors

#fbf0ec Color Palettes


Comments

No comments written yet.

Please login to write comment.