Color Hex Logo

#fbcbba Color Hex

#FBCBBA
(251,203,186)
0 Favorites   0 Comments

Color spaces of #fbcbba

RGB 251203186
HSL0.040.890.86
HSV16°26°98°
CMYK 0.000.190.26   0.02
XYZ70.002566.766355.6520
Yxy66.76630.36380.3470
Hunter Lab81.71069.929516.8158
CIE-Lab85.385814.531114.8951

#fbcbba color RGB value is (251,203,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 10111010
Octal 373 313 272
Decimal 251 203 186
Hex FB CB BA

RGB Percentages of Color #fbcbba

%39.22
%31.72
%29.06

CMYK Percentages of Color #fbcbba

%0
%19
%26
%2

Triadic Colors of #fbcbba

#fbcbba #bafbcb #cbbafb

Analogous Colors of #fbcbba

#fbcbba #fbecba #fbbaca

Monochromatic Colors of #fbcbba

#fbcbba

Complementary Color

#fbcbba #baeafb

#fbcbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcbba Color CSS Codes

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

#fbcbba Text Font Color

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

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


#fbcbba Background Color

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

This div background color is #fbcbba


#fbcbba Border Color

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

This div border color is #fbcbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcbba


Comments

No comments written yet.

Please login to write comment.