Color Hex Logo

#fbcba1 Color Hex

#FBCBA1
(251,203,161)
0 Favorites   0 Comments

Color spaces of #fbcba1

RGB 251203161
HSL0.080.920.81
HSV28°36°98°
CMYK 0.000.190.36   0.02
XYZ67.572665.794342.8563
Yxy65.79430.38340.3734
Hunter Lab81.11376.752325.4538
CIE-Lab84.891411.375927.3796

#fbcba1 color RGB value is (251,203,161).

#fbcba1 hex color red value is 251, green value is 203 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #fbcba1 hue: 0.08 , saturation: 0.92 and the lightness value of fbcba1 is 0.81.

The process color (four color CMYK) of #fbcba1 color hex is 0.00, 0.19, 0.36, 0.02. Web safe color of #fbcba1 is #ffcc99. Color #fbcba1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 10100001
Octal 373 313 241
Decimal 251 203 161
Hex FB CB A1

RGB Percentages of Color #fbcba1

%40.81
%33.01
%26.18

CMYK Percentages of Color #fbcba1

%0
%19
%36
%2

Triadic Colors of #fbcba1

#fbcba1 #a1fbcb #cba1fb

Analogous Colors of #fbcba1

#fbcba1 #fbf8a1 #fba1a4

Monochromatic Colors of #fbcba1

#fbcba1

Complementary Color

#fbcba1 #a1d1fb

#fbcba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcba1 Color CSS Codes

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

#fbcba1 Text Font Color

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

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


#fbcba1 Background Color

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

This div background color is #fbcba1


#fbcba1 Border Color

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

This div border color is #fbcba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcba1

Related Colors

#fbcba1 Color Palettes


Comments

No comments written yet.

Please login to write comment.