Color Hex Logo

#faaedf Color Hex

#FAAEDF
(250,174,223)
0 Favorites   0 Comments

Color spaces of #faaedf

RGB 250174223
HSL0.890.880.83
HSV321°30°98°
CMYK 0.000.300.11   0.02
XYZ67.879755.923877.0288
Yxy55.92380.33800.2785
Hunter Lab74.782231.1553-8.7236
CIE-Lab79.570434.9861-13.4316

#faaedf color RGB value is (250,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 11011111
Octal 372 256 337
Decimal 250 174 223
Hex FA AE DF

RGB Percentages of Color #faaedf

%38.64
%26.89
%34.47

CMYK Percentages of Color #faaedf

%0
%30
%11
%2

Triadic Colors of #faaedf

#faaedf #dffaae #aedffa

Analogous Colors of #faaedf

#faaedf #faaeb9 #efaefa

Monochromatic Colors of #faaedf

#faaedf

Complementary Color

#faaedf #aefac9

#faaedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaedf Color CSS Codes

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

#faaedf Text Font Color

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

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


#faaedf Background Color

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

This div background color is #faaedf


#faaedf Border Color

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

This div border color is #faaedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaedf


Comments

No comments written yet.

Please login to write comment.