Color Hex Logo

#faaedb Color Hex

#FAAEDB
(250,174,219)
0 Favorites   0 Comments

Color spaces of #faaedb

RGB 250174219
HSL0.900.880.83
HSV324°30°98°
CMYK 0.000.300.12   0.02
XYZ67.346655.710674.2215
Yxy55.71060.34140.2824
Hunter Lab74.639530.4398-6.7103
CIE-Lab79.448834.3372-11.4495

#faaedb color RGB value is (250,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 11011011
Octal 372 256 333
Decimal 250 174 219
Hex FA AE DB

RGB Percentages of Color #faaedb

%38.88
%27.06
%34.06

CMYK Percentages of Color #faaedb

%0
%30
%12
%2

Triadic Colors of #faaedb

#faaedb #dbfaae #aedbfa

Analogous Colors of #faaedb

#faaedb #faaeb5 #f3aefa

Monochromatic Colors of #faaedb

#faaedb

Complementary Color

#faaedb #aefacd

#faaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaedb Color CSS Codes

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

#faaedb Text Font Color

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

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


#faaedb Background Color

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

This div background color is #faaedb


#faaedb Border Color

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

This div border color is #faaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaedb

#faaedb Color Palettes


Comments

No comments written yet.

Please login to write comment.