Color Hex Logo

#f2babb Color Hex

#F2BABB
(242,186,187)
0 Favorites   0 Comments

Color spaces of #f2babb

RGB 242186187
HSL1.000.680.84
HSV359°23°95°
CMYK 0.000.230.23   0.05
XYZ63.146557.582954.8001
Yxy57.58290.35970.3281
Hunter Lab75.883415.743110.3014
CIE-Lab80.506320.31287.3024

#f2babb color RGB value is (242,186,187).

#f2babb hex color red value is 242, green value is 186 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f2babb hue: 1.00 , saturation: 0.68 and the lightness value of f2babb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111010 10111011
Octal 362 272 273
Decimal 242 186 187
Hex F2 BA BB

RGB Percentages of Color #f2babb

%39.35
%30.24
%30.41

CMYK Percentages of Color #f2babb

%0
%23
%23
%5

Triadic Colors of #f2babb

#f2babb #bbf2ba #babbf2

Analogous Colors of #f2babb

#f2babb #f2d5ba #f2bad7

Monochromatic Colors of #f2babb

#f2babb

Complementary Color

#f2babb #baf2f1

#f2babb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2babb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2babb Color CSS Codes

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

#f2babb Text Font Color

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

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


#f2babb Background Color

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

This div background color is #f2babb


#f2babb Border Color

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

This div border color is #f2babb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,186,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 #f2babb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2babb


Comments

No comments written yet.

Please login to write comment.