Color Hex Logo

#f0bbba Color Hex

#F0BBBA
(240,187,186)
0 Favorites   0 Comments

Color spaces of #f0bbba

RGB 240187186
HSL0.000.640.84
HSV23°94°
CMYK 0.000.220.23   0.06
XYZ62.568457.611154.2767
Yxy57.61110.35860.3302
Hunter Lab75.902014.314710.7337
CIE-Lab80.522118.90947.8376

#f0bbba color RGB value is (240,187,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111011 10111010
Octal 360 273 272
Decimal 240 187 186
Hex F0 BB BA

RGB Percentages of Color #f0bbba

%39.15
%30.51
%30.34

CMYK Percentages of Color #f0bbba

%0
%22
%23
%6

Triadic Colors of #f0bbba

#f0bbba #baf0bb #bbbaf0

Analogous Colors of #f0bbba

#f0bbba #f0d6ba #f0bad4

Monochromatic Colors of #f0bbba

#f0bbba

Complementary Color

#f0bbba #baeff0

#f0bbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bbba Color CSS Codes

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

#f0bbba Text Font Color

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

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


#f0bbba Background Color

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

This div background color is #f0bbba


#f0bbba Border Color

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

This div border color is #f0bbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bbba


Comments

No comments written yet.

Please login to write comment.