Color Hex Logo

#f0bac1 Color Hex

#F0BAC1
(240,186,193)
0 Favorites   0 Comments

Color spaces of #f0bac1

RGB 240186193
HSL0.980.640.84
HSV352°23°94°
CMYK 0.000.230.20   0.06
XYZ63.119757.493358.2226
Yxy57.49330.35290.3215
Hunter Lab75.824315.89917.5505
CIE-Lab80.456320.46693.9708

#f0bac1 color RGB value is (240,186,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111010 11000001
Octal 360 272 301
Decimal 240 186 193
Hex F0 BA C1

RGB Percentages of Color #f0bac1

%38.77
%30.05
%31.18

CMYK Percentages of Color #f0bac1

%0
%23
%20
%6

Triadic Colors of #f0bac1

#f0bac1 #c1f0ba #bac1f0

Analogous Colors of #f0bac1

#f0bac1 #f0ceba #f0badc

Monochromatic Colors of #f0bac1

#f0bac1

Complementary Color

#f0bac1 #baf0e9

#f0bac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bac1 Color CSS Codes

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

#f0bac1 Text Font Color

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

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


#f0bac1 Background Color

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

This div background color is #f0bac1


#f0bac1 Border Color

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

This div border color is #f0bac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bac1


Comments

No comments written yet.

Please login to write comment.