Color Hex Logo

#fbfbe1 Color Hex

#FBFBE1
(251,251,225)
0 Favorites   0 Comments

Color spaces of #fbfbe1

RGB 251251225
HSL0.170.760.93
HSV60°10°98°
CMYK 0.000.000.10   0.02
XYZ87.871494.939884.9281
Yxy94.93980.32820.3546
Hunter Lab97.4371-9.538716.5276
CIE-Lab98.0094-4.333112.4652

#fbfbe1 color RGB value is (251,251,225).

#fbfbe1 hex color red value is 251, green value is 251 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #fbfbe1 hue: 0.17 , saturation: 0.76 and the lightness value of fbfbe1 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 11100001
Octal 373 373 341
Decimal 251 251 225
Hex FB FB E1

RGB Percentages of Color #fbfbe1

%34.53
%34.53
%30.95

CMYK Percentages of Color #fbfbe1

%0
%0
%10
%2

Triadic Colors of #fbfbe1

#fbfbe1 #e1fbfb #fbe1fb

Analogous Colors of #fbfbe1

#fbfbe1 #eefbe1 #fbeee1

Monochromatic Colors of #fbfbe1

#fbfbe1

Complementary Color

#fbfbe1 #e1e1fb

#fbfbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfbe1 Color CSS Codes

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

#fbfbe1 Text Font Color

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

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


#fbfbe1 Background Color

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

This div background color is #fbfbe1


#fbfbe1 Border Color

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

This div border color is #fbfbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfbe1

Related Colors


Comments

No comments written yet.

Please login to write comment.