Color Hex Logo

#fbfaeb Color Hex

#FBFAEB
(251,250,235)
1 Favorites   0 Comments

Color spaces of #fbfaeb

RGB 251250235
HSL0.160.670.95
HSV56°98°
CMYK 0.000.000.06   0.02
XYZ88.964794.878692.2217
Yxy94.87860.32230.3437
Hunter Lab97.4056-7.428312.0494
CIE-Lab97.9849-2.21577.2967

#fbfaeb color RGB value is (251,250,235).

#fbfaeb hex color red value is 251, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fbfaeb hue: 0.16 , saturation: 0.67 and the lightness value of fbfaeb is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111010 11101011
Octal 373 372 353
Decimal 251 250 235
Hex FB FA EB

RGB Percentages of Color #fbfaeb

%34.10
%33.97
%31.93

CMYK Percentages of Color #fbfaeb

%0
%0
%6
%2

Triadic Colors of #fbfaeb

#fbfaeb #ebfbfa #faebfb

Analogous Colors of #fbfaeb

#fbfaeb #f4fbeb #fbf2eb

Monochromatic Colors of #fbfaeb

#fbfaeb

Complementary Color

#fbfaeb #ebecfb

#fbfaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfaeb Color CSS Codes

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

#fbfaeb Text Font Color

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

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


#fbfaeb Background Color

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

This div background color is #fbfaeb


#fbfaeb Border Color

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

This div border color is #fbfaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfaeb

Related Colors

#fbfaeb Color Palettes


Comments

No comments written yet.

Please login to write comment.