Color Hex Logo

#fbcbae Color Hex

#FBCBAE
(251,203,174)
0 Favorites   0 Comments

Color spaces of #fbcbae

RGB 251203174
HSL0.060.910.83
HSV23°31°98°
CMYK 0.000.190.31   0.02
XYZ68.779666.277149.2121
Yxy66.27710.37330.3597
Hunter Lab81.41078.336321.1472
CIE-Lab85.137612.956220.8896

#fbcbae color RGB value is (251,203,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 10101110
Octal 373 313 256
Decimal 251 203 174
Hex FB CB AE

RGB Percentages of Color #fbcbae

%39.97
%32.32
%27.71

CMYK Percentages of Color #fbcbae

%0
%19
%31
%2

Triadic Colors of #fbcbae

#fbcbae #aefbcb #cbaefb

Analogous Colors of #fbcbae

#fbcbae #fbf2ae #fbaeb8

Monochromatic Colors of #fbcbae

#fbcbae

Complementary Color

#fbcbae #aedefb

#fbcbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcbae Color CSS Codes

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

#fbcbae Text Font Color

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

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


#fbcbae Background Color

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

This div background color is #fbcbae


#fbcbae Border Color

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

This div border color is #fbcbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcbae


Comments

No comments written yet.

Please login to write comment.