Color Hex Logo

#f2bccf Color Hex

#F2BCCF
(242,188,207)
0 Favorites   0 Comments

Color spaces of #f2bccf

RGB 242188207
HSL0.940.680.84
HSV339°22°95°
CMYK 0.000.220.14   0.05
XYZ65.863759.348767.0155
Yxy59.34870.34260.3087
Hunter Lab77.038117.79182.3503
CIE-Lab81.482922.2737-2.0512

#f2bccf color RGB value is (242,188,207).

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

The process color (four color CMYK) of #f2bccf color hex is 0.00, 0.22, 0.14, 0.05. Web safe color of #f2bccf is #ffcccc. Color #f2bccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111100 11001111
Octal 362 274 317
Decimal 242 188 207
Hex F2 BC CF

RGB Percentages of Color #f2bccf

%37.99
%29.51
%32.50

CMYK Percentages of Color #f2bccf

%0
%22
%14
%5

Triadic Colors of #f2bccf

#f2bccf #cff2bc #bccff2

Analogous Colors of #f2bccf

#f2bccf #f2c4bc #f2bcea

Monochromatic Colors of #f2bccf

#f2bccf

Complementary Color

#f2bccf #bcf2df

#f2bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2bccf Color CSS Codes

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

#f2bccf Text Font Color

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

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


#f2bccf Background Color

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

This div background color is #f2bccf


#f2bccf Border Color

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

This div border color is #f2bccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2bccf


Comments

No comments written yet.

Please login to write comment.