Color Hex Logo

#fbaebb Color Hex

#FBAEBB
(251,174,187)
0 Favorites   0 Comments

Color spaces of #fbaebb

RGB 251174187
HSL0.970.910.83
HSV350°31°98°
CMYK 0.000.310.25   0.02
XYZ63.889454.369254.1407
Yxy54.36920.37060.3154
Hunter Lab73.735525.62748.0808
CIE-Lab78.676529.90424.7882

#fbaebb color RGB value is (251,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 10111011
Octal 373 256 273
Decimal 251 174 187
Hex FB AE BB

RGB Percentages of Color #fbaebb

%41.01
%28.43
%30.56

CMYK Percentages of Color #fbaebb

%0
%31
%25
%2

Triadic Colors of #fbaebb

#fbaebb #bbfbae #aebbfb

Analogous Colors of #fbaebb

#fbaebb #fbc8ae #fbaee2

Monochromatic Colors of #fbaebb

#fbaebb

Complementary Color

#fbaebb #aefbee

#fbaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaebb Color CSS Codes

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

#fbaebb Text Font Color

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

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


#fbaebb Background Color

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

This div background color is #fbaebb


#fbaebb Border Color

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

This div border color is #fbaebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaebb


Comments

No comments written yet.

Please login to write comment.