Color Hex Logo

#fbaeb6 Color Hex

#FBAEB6
(251,174,182)
0 Favorites   0 Comments

Color spaces of #fbaeb6

RGB 251174182
HSL0.980.910.83
HSV354°31°98°
CMYK 0.000.310.27   0.02
XYZ63.363254.158751.3700
Yxy54.15870.37520.3207
Hunter Lab73.592624.901410.1285
CIE-Lab78.554229.22577.3276

#fbaeb6 color RGB value is (251,174,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 10110110
Octal 373 256 266
Decimal 251 174 182
Hex FB AE B6

RGB Percentages of Color #fbaeb6

%41.35
%28.67
%29.98

CMYK Percentages of Color #fbaeb6

%0
%31
%27
%2

Triadic Colors of #fbaeb6

#fbaeb6 #b6fbae #aeb6fb

Analogous Colors of #fbaeb6

#fbaeb6 #fbcdae #fbaedd

Monochromatic Colors of #fbaeb6

#fbaeb6

Complementary Color

#fbaeb6 #aefbf3

#fbaeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaeb6 Color CSS Codes

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

#fbaeb6 Text Font Color

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

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


#fbaeb6 Background Color

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

This div background color is #fbaeb6


#fbaeb6 Border Color

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

This div border color is #fbaeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaeb6


Comments

No comments written yet.

Please login to write comment.