Color Hex Logo

#f9b7bc Color Hex

#F9B7BC
(249,183,188)
0 Favorites   0 Comments

Color spaces of #f9b7bc

RGB 249183188
HSL0.990.850.85
HSV355°27°98°
CMYK 0.000.270.24   0.02
XYZ65.077557.637555.2722
Yxy57.63750.36560.3238
Hunter Lab75.919420.14999.9782
CIE-Lab80.536824.58396.8994

#f9b7bc color RGB value is (249,183,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10110111 10111100
Octal 371 267 274
Decimal 249 183 188
Hex F9 B7 BC

RGB Percentages of Color #f9b7bc

%40.16
%29.52
%30.32

CMYK Percentages of Color #f9b7bc

%0
%27
%24
%2

Triadic Colors of #f9b7bc

#f9b7bc #bcf9b7 #b7bcf9

Analogous Colors of #f9b7bc

#f9b7bc #f9d3b7 #f9b7dd

Monochromatic Colors of #f9b7bc

#f9b7bc

Complementary Color

#f9b7bc #b7f9f4

#f9b7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9b7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9b7bc Color CSS Codes

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

#f9b7bc Text Font Color

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

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


#f9b7bc Background Color

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

This div background color is #f9b7bc


#f9b7bc Border Color

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

This div border color is #f9b7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9b7bc


Comments

No comments written yet.

Please login to write comment.