Color Hex Logo

#fbfbe2 Color Hex

#FBFBE2
(251,251,226)
0 Favorites   0 Comments

Color spaces of #fbfbe2

RGB 251251226
HSL0.170.760.94
HSV60°10°98°
CMYK 0.000.000.10   0.02
XYZ88.008394.994685.6488
Yxy94.99460.32760.3536
Hunter Lab97.4652-9.383616.1238
CIE-Lab98.0314-4.174811.9837

#fbfbe2 color RGB value is (251,251,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111011 11100010
Octal 373 373 342
Decimal 251 251 226
Hex FB FB E2

RGB Percentages of Color #fbfbe2

%34.48
%34.48
%31.04

CMYK Percentages of Color #fbfbe2

%0
%0
%10
%2

Triadic Colors of #fbfbe2

#fbfbe2 #e2fbfb #fbe2fb

Analogous Colors of #fbfbe2

#fbfbe2 #effbe2 #fbefe2

Monochromatic Colors of #fbfbe2

#fbfbe2

Complementary Color

#fbfbe2 #e2e2fb

#fbfbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfbe2 Color CSS Codes

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

#fbfbe2 Text Font Color

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

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


#fbfbe2 Background Color

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

This div background color is #fbfbe2


#fbfbe2 Border Color

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

This div border color is #fbfbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfbe2

Related Colors


Comments

No comments written yet.

Please login to write comment.