Color Hex Logo

#faced5 Color Hex

#FACED5
(250,206,213)
0 Favorites   0 Comments

Color spaces of #faced5

RGB 250206213
HSL0.970.810.89
HSV350°18°98°
CMYK 0.000.180.15   0.02
XYZ73.505969.270772.4472
Yxy69.27070.34150.3219
Hunter Lab83.229011.99626.6510
CIE-Lab86.637916.54432.3594

#faced5 color RGB value is (250,206,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 11010101
Octal 372 316 325
Decimal 250 206 213
Hex FA CE D5

RGB Percentages of Color #faced5

%37.37
%30.79
%31.84

CMYK Percentages of Color #faced5

%0
%18
%15
%2

Triadic Colors of #faced5

#faced5 #d5face #ced5fa

Analogous Colors of #faced5

#faced5 #faddce #faceeb

Monochromatic Colors of #faced5

#faced5

Complementary Color

#faced5 #cefaf3

#faced5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faced5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faced5 Color CSS Codes

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

#faced5 Text Font Color

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

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


#faced5 Background Color

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

This div background color is #faced5


#faced5 Border Color

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

This div border color is #faced5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faced5


Comments

No comments written yet.

Please login to write comment.