Color Hex Logo

#f2bacc Color Hex

#F2BACC
(242,186,204)
0 Favorites   0 Comments

Color spaces of #f2bacc

RGB 242186204
HSL0.950.680.84
HSV341°23°95°
CMYK 0.000.230.16   0.05
XYZ65.075958.354764.9604
Yxy58.35470.34540.3098
Hunter Lab76.390218.37903.0544
CIE-Lab80.935622.8615-1.2377

#f2bacc color RGB value is (242,186,204).

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

The process color (four color CMYK) of #f2bacc color hex is 0.00, 0.23, 0.16, 0.05. Web safe color of #f2bacc is #ffcccc. Color #f2bacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111010 11001100
Octal 362 272 314
Decimal 242 186 204
Hex F2 BA CC

RGB Percentages of Color #f2bacc

%38.29
%29.43
%32.28

CMYK Percentages of Color #f2bacc

%0
%23
%16
%5

Triadic Colors of #f2bacc

#f2bacc #ccf2ba #baccf2

Analogous Colors of #f2bacc

#f2bacc #f2c4ba #f2bae8

Monochromatic Colors of #f2bacc

#f2bacc

Complementary Color

#f2bacc #baf2e0

#f2bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2bacc Color CSS Codes

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

#f2bacc Text Font Color

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

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


#f2bacc Background Color

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

This div background color is #f2bacc


#f2bacc Border Color

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

This div border color is #f2bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2bacc

#f2bacc Color Palettes


Comments

No comments written yet.

Please login to write comment.