Color Hex Logo

#f9bcaf Color Hex

#F9BCAF
(249,188,175)
0 Favorites   0 Comments

Color spaces of #f9bcaf

RGB 249188175
HSL0.030.860.83
HSV11°30°98°
CMYK 0.000.240.30   0.02
XYZ64.788059.201348.5697
Yxy59.20130.37550.3431
Hunter Lab76.942415.653716.4330
CIE-Lab81.402120.199815.1200

#f9bcaf color RGB value is (249,188,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111100 10101111
Octal 371 274 257
Decimal 249 188 175
Hex F9 BC AF

RGB Percentages of Color #f9bcaf

%40.69
%30.72
%28.59

CMYK Percentages of Color #f9bcaf

%0
%24
%30
%2

Triadic Colors of #f9bcaf

#f9bcaf #aff9bc #bcaff9

Analogous Colors of #f9bcaf

#f9bcaf #f9e1af #f9afc7

Monochromatic Colors of #f9bcaf

#f9bcaf

Complementary Color

#f9bcaf #afecf9

#f9bcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bcaf Color CSS Codes

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

#f9bcaf Text Font Color

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

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


#f9bcaf Background Color

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

This div background color is #f9bcaf


#f9bcaf Border Color

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

This div border color is #f9bcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bcaf


Comments

No comments written yet.

Please login to write comment.