Color Hex Logo

#fbaebe Color Hex

#FBAEBE
(251,174,190)
0 Favorites   0 Comments

Color spaces of #fbaebe

RGB 251174190
HSL0.970.910.83
HSV348°31°98°
CMYK 0.000.310.24   0.02
XYZ64.214054.499055.8501
Yxy54.49900.36790.3122
Hunter Lab73.823426.07406.8214
CIE-Lab78.751830.32023.2677

#fbaebe color RGB value is (251,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 10111110
Octal 373 256 276
Decimal 251 174 190
Hex FB AE BE

RGB Percentages of Color #fbaebe

%40.81
%28.29
%30.89

CMYK Percentages of Color #fbaebe

%0
%31
%24
%2

Triadic Colors of #fbaebe

#fbaebe #befbae #aebefb

Analogous Colors of #fbaebe

#fbaebe #fbc5ae #fbaee5

Monochromatic Colors of #fbaebe

#fbaebe

Complementary Color

#fbaebe #aefbeb

#fbaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaebe Color CSS Codes

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

#fbaebe Text Font Color

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

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


#fbaebe Background Color

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

This div background color is #fbaebe


#fbaebe Border Color

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

This div border color is #fbaebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaebe

#fbaebe Color Palettes


Comments

No comments written yet.

Please login to write comment.