Color Hex Logo

#fbaead Color Hex

#FBAEAD
(251,174,173)
0 Favorites   0 Comments

Color spaces of #fbaead

RGB 251174173
HSL0.000.910.83
HSV31°98°
CMYK 0.000.310.31   0.02
XYZ62.462553.798546.6272
Yxy53.79850.38350.3303
Hunter Lab73.347523.652113.6524
CIE-Lab78.344128.051811.9125

#fbaead color RGB value is (251,174,173).

#fbaead hex color red value is 251, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fbaead hue: 0.00 , saturation: 0.91 and the lightness value of fbaead is 0.83.

The process color (four color CMYK) of #fbaead color hex is 0.00, 0.31, 0.31, 0.02. Web safe color of #fbaead is #ff9999. Color #fbaead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 10101101
Octal 373 256 255
Decimal 251 174 173
Hex FB AE AD

RGB Percentages of Color #fbaead

%41.97
%29.10
%28.93

CMYK Percentages of Color #fbaead

%0
%31
%31
%2

Triadic Colors of #fbaead

#fbaead #adfbae #aeadfb

Analogous Colors of #fbaead

#fbaead #fbd5ad #fbadd3

Monochromatic Colors of #fbaead

#fbaead

Complementary Color

#fbaead #adfafb

#fbaead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaead Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaead Color CSS Codes

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

#fbaead Text Font Color

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

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


#fbaead Background Color

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

This div background color is #fbaead


#fbaead Border Color

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

This div border color is #fbaead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaead


Comments

No comments written yet.

Please login to write comment.