Color Hex Logo

#f0bacb Color Hex

#F0BACB
(240,186,203)
0 Favorites   0 Comments

Color spaces of #f0bacb

RGB 240186203
HSL0.950.640.84
HSV341°23°94°
CMYK 0.000.230.15   0.06
XYZ64.273657.954964.2987
Yxy57.95490.34460.3107
Hunter Lab76.128117.48013.2127
CIE-Lab80.713721.9994-1.0466

#f0bacb color RGB value is (240,186,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111010 11001011
Octal 360 272 313
Decimal 240 186 203
Hex F0 BA CB

RGB Percentages of Color #f0bacb

%38.16
%29.57
%32.27

CMYK Percentages of Color #f0bacb

%0
%23
%15
%6

Triadic Colors of #f0bacb

#f0bacb #cbf0ba #bacbf0

Analogous Colors of #f0bacb

#f0bacb #f0c4ba #f0bae6

Monochromatic Colors of #f0bacb

#f0bacb

Complementary Color

#f0bacb #baf0df

#f0bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bacb Color CSS Codes

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

#f0bacb Text Font Color

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

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


#f0bacb Background Color

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

This div background color is #f0bacb


#f0bacb Border Color

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

This div border color is #f0bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bacb


Comments

No comments written yet.

Please login to write comment.