Color Hex Logo

#fbf2ec Color Hex

#FBF2EC
(251,242,236)
0 Favorites   0 Comments

Color spaces of #fbf2ec

RGB 251242236
HSL0.070.650.95
HSV24°98°
CMYK 0.000.040.06   0.02
XYZ86.676190.069692.1737
Yxy90.06960.32230.3349
Hunter Lab94.9050-3.06098.8498
CIE-Lab96.02561.99903.9515

#fbf2ec color RGB value is (251,242,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110010 11101100
Octal 373 362 354
Decimal 251 242 236
Hex FB F2 EC

RGB Percentages of Color #fbf2ec

%34.43
%33.20
%32.37

CMYK Percentages of Color #fbf2ec

%0
%4
%6
%2

Triadic Colors of #fbf2ec

#fbf2ec #ecfbf2 #f2ecfb

Analogous Colors of #fbf2ec

#fbf2ec #fbfaec #fbecee

Monochromatic Colors of #fbf2ec

#fbf2ec

Complementary Color

#fbf2ec #ecf5fb

#fbf2ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf2ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf2ec Color CSS Codes

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

#fbf2ec Text Font Color

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

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


#fbf2ec Background Color

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

This div background color is #fbf2ec


#fbf2ec Border Color

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

This div border color is #fbf2ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,242,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 #fbf2ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf2ec

Related Colors

#fbf2ec Color Palettes


Comments

No comments written yet.

Please login to write comment.