Color Hex Logo

#f2bcbe Color Hex

#F2BCBE
(242,188,190)
0 Favorites   0 Comments

Color spaces of #f2bcbe

RGB 242188190
HSL0.990.680.84
HSV358°22°95°
CMYK 0.000.220.21   0.05
XYZ63.895458.561456.6510
Yxy58.56140.35670.3270
Hunter Lab76.525415.12039.6760
CIE-Lab81.049919.68786.4683

#f2bcbe color RGB value is (242,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111100 10111110
Octal 362 274 276
Decimal 242 188 190
Hex F2 BC BE

RGB Percentages of Color #f2bcbe

%39.03
%30.32
%30.65

CMYK Percentages of Color #f2bcbe

%0
%22
%21
%5

Triadic Colors of #f2bcbe

#f2bcbe #bef2bc #bcbef2

Analogous Colors of #f2bcbe

#f2bcbe #f2d5bc #f2bcd9

Monochromatic Colors of #f2bcbe

#f2bcbe

Complementary Color

#f2bcbe #bcf2f0

#f2bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2bcbe Color CSS Codes

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

#f2bcbe Text Font Color

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

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


#f2bcbe Background Color

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

This div background color is #f2bcbe


#f2bcbe Border Color

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

This div border color is #f2bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2bcbe


Comments

No comments written yet.

Please login to write comment.