Color Hex Logo

#fbc6ae Color Hex

#FBC6AE
(251,198,174)
0 Favorites   0 Comments

Color spaces of #fbc6ae

RGB 251198174
HSL0.050.910.83
HSV19°31°98°
CMYK 0.000.210.31   0.02
XYZ67.617763.953448.8248
Yxy63.95340.37480.3545
Hunter Lab79.970910.977919.7811
CIE-Lab83.941515.569519.2312

#fbc6ae color RGB value is (251,198,174).

#fbc6ae hex color red value is 251, green value is 198 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fbc6ae hue: 0.05 , saturation: 0.91 and the lightness value of fbc6ae is 0.83.

The process color (four color CMYK) of #fbc6ae color hex is 0.00, 0.21, 0.31, 0.02. Web safe color of #fbc6ae is #ffcc99. Color #fbc6ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 10101110
Octal 373 306 256
Decimal 251 198 174
Hex FB C6 AE

RGB Percentages of Color #fbc6ae

%40.29
%31.78
%27.93

CMYK Percentages of Color #fbc6ae

%0
%21
%31
%2

Triadic Colors of #fbc6ae

#fbc6ae #aefbc6 #c6aefb

Analogous Colors of #fbc6ae

#fbc6ae #fbedae #fbaebd

Monochromatic Colors of #fbc6ae

#fbc6ae

Complementary Color

#fbc6ae #aee3fb

#fbc6ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc6ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc6ae Color CSS Codes

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

#fbc6ae Text Font Color

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

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


#fbc6ae Background Color

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

This div background color is #fbc6ae


#fbc6ae Border Color

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

This div border color is #fbc6ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc6ae


Comments

No comments written yet.

Please login to write comment.