Color Hex Logo

#fbfae4 Color Hex

#FBFAE4
(251,250,228)
0 Favorites   0 Comments

Color spaces of #fbfae4

RGB 251250228
HSL0.160.740.94
HSV57°98°
CMYK 0.000.000.09   0.02
XYZ87.972994.481986.9989
Yxy94.48190.32650.3506
Hunter Lab97.2018-8.551014.9747
CIE-Lab97.8258-3.354310.6643

#fbfae4 color RGB value is (251,250,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111010 11100100
Octal 373 372 344
Decimal 251 250 228
Hex FB FA E4

RGB Percentages of Color #fbfae4

%34.43
%34.29
%31.28

CMYK Percentages of Color #fbfae4

%0
%0
%9
%2

Triadic Colors of #fbfae4

#fbfae4 #e4fbfa #fae4fb

Analogous Colors of #fbfae4

#fbfae4 #f1fbe4 #fbefe4

Monochromatic Colors of #fbfae4

#fbfae4

Complementary Color

#fbfae4 #e4e5fb

#fbfae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfae4 Color CSS Codes

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

#fbfae4 Text Font Color

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

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


#fbfae4 Background Color

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

This div background color is #fbfae4


#fbfae4 Border Color

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

This div border color is #fbfae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfae4

Related Colors

#fbfae4 Color Palettes


Comments

No comments written yet.

Please login to write comment.