Color Hex Logo

#f0bbbd Color Hex

#F0BBBD
(240,187,189)
0 Favorites   0 Comments

Color spaces of #f0bbbd

RGB 240187189
HSL0.990.640.84
HSV358°22°94°
CMYK 0.000.220.21   0.06
XYZ62.890857.740055.9743
Yxy57.74000.35610.3269
Hunter Lab75.986814.75929.5159
CIE-Lab80.594019.34516.3253

#f0bbbd color RGB value is (240,187,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111011 10111101
Octal 360 273 275
Decimal 240 187 189
Hex F0 BB BD

RGB Percentages of Color #f0bbbd

%38.96
%30.36
%30.68

CMYK Percentages of Color #f0bbbd

%0
%22
%21
%6

Triadic Colors of #f0bbbd

#f0bbbd #bdf0bb #bbbdf0

Analogous Colors of #f0bbbd

#f0bbbd #f0d4bb #f0bbd8

Monochromatic Colors of #f0bbbd

#f0bbbd

Complementary Color

#f0bbbd #bbf0ee

#f0bbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bbbd Color CSS Codes

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

#f0bbbd Text Font Color

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

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


#f0bbbd Background Color

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

This div background color is #f0bbbd


#f0bbbd Border Color

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

This div border color is #f0bbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bbbd

#f0bbbd Color Palettes


Comments

No comments written yet.

Please login to write comment.