Color Hex Logo

#fbc5a8 Color Hex

#FBC5A8
(251,197,168)
0 Favorites   0 Comments

Color spaces of #fbc5a8

RGB 251197168
HSL0.060.910.82
HSV21°33°98°
CMYK 0.000.220.33   0.02
XYZ66.817863.268945.7362
Yxy63.26890.38000.3598
Hunter Lab79.541810.748121.5877
CIE-Lab83.583715.344921.9127

#fbc5a8 color RGB value is (251,197,168).

#fbc5a8 hex color red value is 251, green value is 197 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #fbc5a8 hue: 0.06 , saturation: 0.91 and the lightness value of fbc5a8 is 0.82.

The process color (four color CMYK) of #fbc5a8 color hex is 0.00, 0.22, 0.33, 0.02. Web safe color of #fbc5a8 is #ffcc99. Color #fbc5a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 10101000
Octal 373 305 250
Decimal 251 197 168
Hex FB C5 A8

RGB Percentages of Color #fbc5a8

%40.75
%31.98
%27.27

CMYK Percentages of Color #fbc5a8

%0
%22
%33
%2

Triadic Colors of #fbc5a8

#fbc5a8 #a8fbc5 #c5a8fb

Analogous Colors of #fbc5a8

#fbc5a8 #fbefa8 #fba8b5

Monochromatic Colors of #fbc5a8

#fbc5a8

Complementary Color

#fbc5a8 #a8defb

#fbc5a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc5a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc5a8 Color CSS Codes

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

#fbc5a8 Text Font Color

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

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


#fbc5a8 Background Color

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

This div background color is #fbc5a8


#fbc5a8 Border Color

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

This div border color is #fbc5a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc5a8

Related Colors


Comments

No comments written yet.

Please login to write comment.