Color Hex Logo

#f0b6bd Color Hex

#F0B6BD
(240,182,189)
0 Favorites   0 Comments

Color spaces of #f0b6bd

RGB 240182189
HSL0.980.660.83
HSV353°24°94°
CMYK 0.000.240.21   0.06
XYZ61.848455.655355.6269
Yxy55.65530.35720.3215
Hunter Lab74.602517.42928.0125
CIE-Lab79.417221.99694.6285

#f0b6bd color RGB value is (240,182,189).

#f0b6bd hex color red value is 240, green value is 182 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f0b6bd hue: 0.98 , saturation: 0.66 and the lightness value of f0b6bd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10110110 10111101
Octal 360 266 275
Decimal 240 182 189
Hex F0 B6 BD

RGB Percentages of Color #f0b6bd

%39.28
%29.79
%30.93

CMYK Percentages of Color #f0b6bd

%0
%24
%21
%6

Triadic Colors of #f0b6bd

#f0b6bd #bdf0b6 #b6bdf0

Analogous Colors of #f0b6bd

#f0b6bd #f0ccb6 #f0b6da

Monochromatic Colors of #f0b6bd

#f0b6bd

Complementary Color

#f0b6bd #b6f0e9

#f0b6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0b6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0b6bd Color CSS Codes

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

#f0b6bd Text Font Color

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

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


#f0b6bd Background Color

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

This div background color is #f0b6bd


#f0b6bd Border Color

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

This div border color is #f0b6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0b6bd


Comments

No comments written yet.

Please login to write comment.