Color Hex Logo

#f2bbab Color Hex

#F2BBAB
(242,187,171)
0 Favorites   0 Comments

Color spaces of #f2bbab

RGB 242187171
HSL0.040.730.81
HSV14°29°95°
CMYK 0.000.230.29   0.05
XYZ61.739057.358246.3453
Yxy57.35820.37320.3467
Hunter Lab75.735212.975816.7328
CIE-Lab80.380617.588615.7283

#f2bbab color RGB value is (242,187,171).

#f2bbab hex color red value is 242, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f2bbab hue: 0.04 , saturation: 0.73 and the lightness value of f2bbab is 0.81.

The process color (four color CMYK) of #f2bbab color hex is 0.00, 0.23, 0.29, 0.05. Web safe color of #f2bbab is #ffcc99. Color #f2bbab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111011 10101011
Octal 362 273 253
Decimal 242 187 171
Hex F2 BB AB

RGB Percentages of Color #f2bbab

%40.33
%31.17
%28.50

CMYK Percentages of Color #f2bbab

%0
%23
%29
%5

Triadic Colors of #f2bbab

#f2bbab #abf2bb #bbabf2

Analogous Colors of #f2bbab

#f2bbab #f2dfab #f2abbf

Monochromatic Colors of #f2bbab

#f2bbab

Complementary Color

#f2bbab #abe2f2

#f2bbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2bbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2bbab Color CSS Codes

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

#f2bbab Text Font Color

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

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


#f2bbab Background Color

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

This div background color is #f2bbab


#f2bbab Border Color

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

This div border color is #f2bbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2bbab


Comments

No comments written yet.

Please login to write comment.