Color Hex Logo

#fbaaba Color Hex

#FBAABA
(251,170,186)
0 Favorites   0 Comments

Color spaces of #fbaaba

RGB 251170186
HSL0.970.910.83
HSV348°32°98°
CMYK 0.000.320.26   0.02
XYZ63.021352.803953.3250
Yxy52.80390.37260.3122
Hunter Lab72.666327.64177.3574
CIE-Lab77.759131.86594.0061

#fbaaba color RGB value is (251,170,186).

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

The process color (four color CMYK) of #fbaaba color hex is 0.00, 0.32, 0.26, 0.02. Web safe color of #fbaaba is #ff99cc. Color #fbaaba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 10111010
Octal 373 252 272
Decimal 251 170 186
Hex FB AA BA

RGB Percentages of Color #fbaaba

%41.35
%28.01
%30.64

CMYK Percentages of Color #fbaaba

%0
%32
%26
%2

Triadic Colors of #fbaaba

#fbaaba #bafbaa #aabafb

Analogous Colors of #fbaaba

#fbaaba #fbc3aa #fbaae3

Monochromatic Colors of #fbaaba

#fbaaba

Complementary Color

#fbaaba #aafbeb

#fbaaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaaba Color CSS Codes

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

#fbaaba Text Font Color

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

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


#fbaaba Background Color

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

This div background color is #fbaaba


#fbaaba Border Color

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

This div border color is #fbaaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaaba


Comments

No comments written yet.

Please login to write comment.