Color Hex Logo

#f9bcbe Color Hex

#F9BCBE
(249,188,190)
0 Favorites   0 Comments

Color spaces of #f9bcbe

RGB 249188190
HSL0.990.840.86
HSV358°24°98°
CMYK 0.000.240.24   0.02
XYZ66.344459.823956.7656
Yxy59.82390.36270.3270
Hunter Lab77.345917.755210.6281
CIE-Lab81.742422.22907.5538

#f9bcbe color RGB value is (249,188,190).

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

The process color (four color CMYK) of #f9bcbe color hex is 0.00, 0.24, 0.24, 0.02. Web safe color of #f9bcbe is #ffcccc. Color #f9bcbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111100 10111110
Octal 371 274 276
Decimal 249 188 190
Hex F9 BC BE

RGB Percentages of Color #f9bcbe

%39.71
%29.98
%30.30

CMYK Percentages of Color #f9bcbe

%0
%24
%24
%2

Triadic Colors of #f9bcbe

#f9bcbe #bef9bc #bcbef9

Analogous Colors of #f9bcbe

#f9bcbe #f9d9bc #f9bcdd

Monochromatic Colors of #f9bcbe

#f9bcbe

Complementary Color

#f9bcbe #bcf9f7

#f9bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bcbe Color CSS Codes

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

#f9bcbe Text Font Color

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

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


#f9bcbe Background Color

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

This div background color is #f9bcbe


#f9bcbe Border Color

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

This div border color is #f9bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bcbe


Comments

No comments written yet.

Please login to write comment.