Color Hex Logo

#faced7 Color Hex

#FACED7
(250,206,215)
0 Favorites   0 Comments

Color spaces of #faced7

RGB 250206215
HSL0.970.810.89
HSV348°18°98°
CMYK 0.000.180.14   0.02
XYZ73.761469.372973.7926
Yxy69.37290.34000.3198
Hunter Lab83.290412.32025.7743
CIE-Lab86.688416.85801.3722

#faced7 color RGB value is (250,206,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 11010111
Octal 372 316 327
Decimal 250 206 215
Hex FA CE D7

RGB Percentages of Color #faced7

%37.26
%30.70
%32.04

CMYK Percentages of Color #faced7

%0
%18
%14
%2

Triadic Colors of #faced7

#faced7 #d7face #ced7fa

Analogous Colors of #faced7

#faced7 #fadbce #faceed

Monochromatic Colors of #faced7

#faced7

Complementary Color

#faced7 #cefaf1

#faced7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faced7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faced7 Color CSS Codes

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

#faced7 Text Font Color

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

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


#faced7 Background Color

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

This div background color is #faced7


#faced7 Border Color

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

This div border color is #faced7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faced7


Comments

No comments written yet.

Please login to write comment.