Color Hex Logo

#fbbcae Color Hex

#FBBCAE
(251,188,174)
0 Favorites   0 Comments

Color spaces of #fbbcae

RGB 251188174
HSL0.030.910.83
HSV11°31°98°
CMYK 0.000.250.31   0.02
XYZ65.406959.531748.0878
Yxy59.53170.37800.3441
Hunter Lab77.156816.292617.0574
CIE-Lab81.583020.817015.9389

#fbbcae color RGB value is (251,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 10101110
Octal 373 274 256
Decimal 251 188 174
Hex FB BC AE

RGB Percentages of Color #fbbcae

%40.95
%30.67
%28.38

CMYK Percentages of Color #fbbcae

%0
%25
%31
%2

Triadic Colors of #fbbcae

#fbbcae #aefbbc #bcaefb

Analogous Colors of #fbbcae

#fbbcae #fbe3ae #fbaec7

Monochromatic Colors of #fbbcae

#fbbcae

Complementary Color

#fbbcae #aeedfb

#fbbcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbcae Color CSS Codes

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

#fbbcae Text Font Color

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

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


#fbbcae Background Color

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

This div background color is #fbbcae


#fbbcae Border Color

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

This div border color is #fbbcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbcae


Comments

No comments written yet.

Please login to write comment.