Color Hex Logo

#f9c4bb Color Hex

#F9C4BB
(249,196,187)
0 Favorites   0 Comments

Color spaces of #f9c4bb

RGB 249196187
HSL0.020.840.85
HSV25°98°
CMYK 0.000.210.25   0.02
XYZ67.776563.207455.6418
Yxy63.20740.36320.3387
Hunter Lab79.503113.041114.1569
CIE-Lab83.551417.600211.7421

#f9c4bb color RGB value is (249,196,187).

#f9c4bb hex color red value is 249, green value is 196 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f9c4bb hue: 0.02 , saturation: 0.84 and the lightness value of f9c4bb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11000100 10111011
Octal 371 304 273
Decimal 249 196 187
Hex F9 C4 BB

RGB Percentages of Color #f9c4bb

%39.40
%31.01
%29.59

CMYK Percentages of Color #f9c4bb

%0
%21
%25
%2

Triadic Colors of #f9c4bb

#f9c4bb #bbf9c4 #c4bbf9

Analogous Colors of #f9c4bb

#f9c4bb #f9e3bb #f9bbd1

Monochromatic Colors of #f9c4bb

#f9c4bb

Complementary Color

#f9c4bb #bbf0f9

#f9c4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9c4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9c4bb Color CSS Codes

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

#f9c4bb Text Font Color

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

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


#f9c4bb Background Color

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

This div background color is #f9c4bb


#f9c4bb Border Color

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

This div border color is #f9c4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9c4bb

Related Colors


Comments

No comments written yet.

Please login to write comment.