Color Hex Logo

#faaebc Color Hex

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

Color spaces of #faaebc

RGB 250174188
HSL0.970.880.83
HSV349°30°98°
CMYK 0.000.300.25   0.02
XYZ63.637554.226954.6897
Yxy54.22690.36880.3143
Hunter Lab73.638925.38867.5141
CIE-Lab78.593929.68414.1119

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

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

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

Base Numbers

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

RGB Percentages of Color #faaebc

%40.85
%28.43
%30.72

CMYK Percentages of Color #faaebc

%0
%30
%25
%2

Triadic Colors of #faaebc

#faaebc #bcfaae #aebcfa

Analogous Colors of #faaebc

#faaebc #fac6ae #faaee2

Monochromatic Colors of #faaebc

#faaebc

Complementary Color

#faaebc #aefaec

#faaebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaebc Color CSS Codes

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

#faaebc Text Font Color

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

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


#faaebc Background Color

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

This div background color is #faaebc


#faaebc Border Color

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

This div border color is #faaebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaebc


Comments

No comments written yet.

Please login to write comment.