Color Hex Logo

#fbfae1 Color Hex

#FBFAE1
(251,250,225)
0 Favorites   0 Comments

Color spaces of #fbfae1

RGB 251250225
HSL0.160.760.93
HSV58°10°98°
CMYK 0.000.000.10   0.02
XYZ87.559994.316784.8242
Yxy94.31670.32830.3536
Hunter Lab97.1168-9.019916.1964
CIE-Lab97.7595-3.831912.1093

#fbfae1 color RGB value is (251,250,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111010 11100001
Octal 373 372 341
Decimal 251 250 225
Hex FB FA E1

RGB Percentages of Color #fbfae1

%34.57
%34.44
%30.99

CMYK Percentages of Color #fbfae1

%0
%0
%10
%2

Triadic Colors of #fbfae1

#fbfae1 #e1fbfa #fae1fb

Analogous Colors of #fbfae1

#fbfae1 #effbe1 #fbede1

Monochromatic Colors of #fbfae1

#fbfae1

Complementary Color

#fbfae1 #e1e2fb

#fbfae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfae1 Color CSS Codes

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

#fbfae1 Text Font Color

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

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


#fbfae1 Background Color

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

This div background color is #fbfae1


#fbfae1 Border Color

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

This div border color is #fbfae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfae1

Related Colors

#fbfae1 Color Palettes


Comments

No comments written yet.

Please login to write comment.