Color Hex Logo

#fbefe2 Color Hex

#FBEFE2
(251,239,226)
0 Favorites   0 Comments

Color spaces of #fbefe2

RGB 251239226
HSL0.090.760.94
HSV31°10°98°
CMYK 0.000.050.10   0.02
XYZ84.377687.733284.4385
Yxy87.73320.32890.3420
Hunter Lab93.6660-3.116512.1172
CIE-Lab95.04851.88657.7145

#fbefe2 color RGB value is (251,239,226).

#fbefe2 hex color red value is 251, green value is 239 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #fbefe2 hue: 0.09 , saturation: 0.76 and the lightness value of fbefe2 is 0.94.

The process color (four color CMYK) of #fbefe2 color hex is 0.00, 0.05, 0.10, 0.02. Web safe color of #fbefe2 is #ffffcc. Color #fbefe2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11100010
Octal 373 357 342
Decimal 251 239 226
Hex FB EF E2

RGB Percentages of Color #fbefe2

%35.06
%33.38
%31.56

CMYK Percentages of Color #fbefe2

%0
%5
%10
%2

Triadic Colors of #fbefe2

#fbefe2 #e2fbef #efe2fb

Analogous Colors of #fbefe2

#fbefe2 #fbfbe2 #fbe3e2

Monochromatic Colors of #fbefe2

#fbefe2

Complementary Color

#fbefe2 #e2eefb

#fbefe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbefe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbefe2 Color CSS Codes

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

#fbefe2 Text Font Color

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

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


#fbefe2 Background Color

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

This div background color is #fbefe2


#fbefe2 Border Color

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

This div border color is #fbefe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbefe2


Comments

No comments written yet.

Please login to write comment.