Color Hex Logo

#faced9 Color Hex

#FACED9
(250,206,217)
0 Favorites   0 Comments

Color spaces of #faced9

RGB 250206217
HSL0.960.810.89
HSV345°18°98°
CMYK 0.000.180.13   0.02
XYZ74.020069.476475.1546
Yxy69.47640.33850.3178
Hunter Lab83.352512.64754.8881
CIE-Lab86.739417.17440.3859

#faced9 color RGB value is (250,206,217).

#faced9 hex color red value is 250, green value is 206 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #faced9 hue: 0.96 , saturation: 0.81 and the lightness value of faced9 is 0.89.

The process color (four color CMYK) of #faced9 color hex is 0.00, 0.18, 0.13, 0.02. Web safe color of #faced9 is #ffcccc. Color #faced9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 11011001
Octal 372 316 331
Decimal 250 206 217
Hex FA CE D9

RGB Percentages of Color #faced9

%37.15
%30.61
%32.24

CMYK Percentages of Color #faced9

%0
%18
%13
%2

Triadic Colors of #faced9

#faced9 #d9face #ced9fa

Analogous Colors of #faced9

#faced9 #fad9ce #faceef

Monochromatic Colors of #faced9

#faced9

Complementary Color

#faced9 #cefaef

#faced9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faced9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faced9 Color CSS Codes

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

#faced9 Text Font Color

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

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


#faced9 Background Color

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

This div background color is #faced9


#faced9 Border Color

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

This div border color is #faced9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faced9

#faced9 Color Palettes


Comments

No comments written yet.

Please login to write comment.