Color Hex Logo

#f4bcbe Color Hex

#F4BCBE
(244,188,190)
0 Favorites   0 Comments

Color spaces of #f4bcbe

RGB 244188190
HSL0.990.720.85
HSV358°23°96°
CMYK 0.000.230.22   0.04
XYZ64.585758.917256.6833
Yxy58.91720.35840.3270
Hunter Lab76.757515.86869.9463
CIE-Lab81.246120.41406.7759

#f4bcbe color RGB value is (244,188,190).

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

The process color (four color CMYK) of #f4bcbe color hex is 0.00, 0.23, 0.22, 0.04. Web safe color of #f4bcbe is #ffcccc. Color #f4bcbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111100 10111110
Octal 364 274 276
Decimal 244 188 190
Hex F4 BC BE

RGB Percentages of Color #f4bcbe

%39.23
%30.23
%30.55

CMYK Percentages of Color #f4bcbe

%0
%23
%22
%4

Triadic Colors of #f4bcbe

#f4bcbe #bef4bc #bcbef4

Analogous Colors of #f4bcbe

#f4bcbe #f4d6bc #f4bcda

Monochromatic Colors of #f4bcbe

#f4bcbe

Complementary Color

#f4bcbe #bcf4f2

#f4bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bcbe Color CSS Codes

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

#f4bcbe Text Font Color

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

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


#f4bcbe Background Color

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

This div background color is #f4bcbe


#f4bcbe Border Color

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

This div border color is #f4bcbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,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 #f4bcbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bcbe


Comments

No comments written yet.

Please login to write comment.