Color Hex Logo

#fabcae Color Hex

#FABCAE
(250,188,174)
0 Favorites   0 Comments

Color spaces of #fabcae

RGB 250188174
HSL0.030.880.83
HSV11°30°98°
CMYK 0.000.250.30   0.02
XYZ65.047559.346448.0710
Yxy59.34640.37720.3441
Hunter Lab77.036615.906216.9286
CIE-Lab81.481620.443815.7819

#fabcae color RGB value is (250,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 10101110
Octal 372 274 256
Decimal 250 188 174
Hex FA BC AE

RGB Percentages of Color #fabcae

%40.85
%30.72
%28.43

CMYK Percentages of Color #fabcae

%0
%25
%30
%2

Triadic Colors of #fabcae

#fabcae #aefabc #bcaefa

Analogous Colors of #fabcae

#fabcae #fae2ae #faaec6

Monochromatic Colors of #fabcae

#fabcae

Complementary Color

#fabcae #aeecfa

#fabcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabcae Color CSS Codes

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

#fabcae Text Font Color

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

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


#fabcae Background Color

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

This div background color is #fabcae


#fabcae Border Color

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

This div border color is #fabcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabcae

#fabcae Color Palettes


Comments

No comments written yet.

Please login to write comment.