Color Hex Logo

#fbf4ee Color Hex

#FBF4EE
(251,244,238)
0 Favorites   0 Comments

Color spaces of #fbf4ee

RGB 251244238
HSL0.080.620.96
HSV28°98°
CMYK 0.000.030.05   0.02
XYZ87.567091.383693.9125
Yxy91.38360.32090.3349
Hunter Lab95.5948-3.78088.6697
CIE-Lab96.56781.31783.7039

#fbf4ee color RGB value is (251,244,238).

#fbf4ee hex color red value is 251, green value is 244 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fbf4ee hue: 0.08 , saturation: 0.62 and the lightness value of fbf4ee is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110100 11101110
Octal 373 364 356
Decimal 251 244 238
Hex FB F4 EE

RGB Percentages of Color #fbf4ee

%34.24
%33.29
%32.47

CMYK Percentages of Color #fbf4ee

%0
%3
%5
%2

Triadic Colors of #fbf4ee

#fbf4ee #eefbf4 #f4eefb

Analogous Colors of #fbf4ee

#fbf4ee #fbfbee #fbeeef

Monochromatic Colors of #fbf4ee

#fbf4ee

Complementary Color

#fbf4ee #eef5fb

#fbf4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf4ee Color CSS Codes

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

#fbf4ee Text Font Color

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

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


#fbf4ee Background Color

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

This div background color is #fbf4ee


#fbf4ee Border Color

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

This div border color is #fbf4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf4ee

Related Colors

#fbf4ee Color Palettes


Comments

No comments written yet.

Please login to write comment.