Color Hex Logo

#fbc9ba Color Hex

#FBC9BA
(251,201,186)
0 Favorites   0 Comments

Color spaces of #fbc9ba

RGB 251201186
HSL0.040.890.86
HSV14°26°98°
CMYK 0.000.200.26   0.02
XYZ69.533265.827755.4956
Yxy65.82770.36430.3449
Hunter Lab81.134310.992016.2398
CIE-Lab84.908515.577214.2220

#fbc9ba color RGB value is (251,201,186).

#fbc9ba hex color red value is 251, green value is 201 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fbc9ba hue: 0.04 , saturation: 0.89 and the lightness value of fbc9ba is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001001 10111010
Octal 373 311 272
Decimal 251 201 186
Hex FB C9 BA

RGB Percentages of Color #fbc9ba

%39.34
%31.50
%29.15

CMYK Percentages of Color #fbc9ba

%0
%20
%26
%2

Triadic Colors of #fbc9ba

#fbc9ba #bafbc9 #c9bafb

Analogous Colors of #fbc9ba

#fbc9ba #fbeaba #fbbacc

Monochromatic Colors of #fbc9ba

#fbc9ba

Complementary Color

#fbc9ba #baecfb

#fbc9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc9ba Color CSS Codes

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

#fbc9ba Text Font Color

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

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


#fbc9ba Background Color

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

This div background color is #fbc9ba


#fbc9ba Border Color

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

This div border color is #fbc9ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,201,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbc9ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbc9ba;
  -webkit-box-shadow: 1px 1px 3px 2px #fbc9ba;
  box-shadow:         1px 1px 3px 2px #fbc9ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,201,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc9ba

Related Colors


Comments

No comments written yet.

Please login to write comment.