Color Hex Logo

#feced5 Color Hex

#FECED5
(254,206,213)
0 Favorites   0 Comments

Color spaces of #feced5

RGB 254206213
HSL0.980.960.90
HSV351°19°100°
CMYK 0.000.190.16   0.00
XYZ74.954670.017572.5150
Yxy70.01750.34460.3219
Hunter Lab83.676513.46067.1921
CIE-Lab87.005417.95572.9386

#feced5 color RGB value is (254,206,213).

#feced5 hex color red value is 254, green value is 206 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #feced5 hue: 0.98 , saturation: 0.96 and the lightness value of feced5 is 0.90.

The process color (four color CMYK) of #feced5 color hex is 0.00, 0.19, 0.16, 0.00. Web safe color of #feced5 is #ffcccc. Color #feced5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 11010101
Octal 376 316 325
Decimal 254 206 213
Hex FE CE D5

RGB Percentages of Color #feced5

%37.74
%30.61
%31.65

CMYK Percentages of Color #feced5

%0
%19
%16
%0

Triadic Colors of #feced5

#feced5 #d5fece #ced5fe

Analogous Colors of #feced5

#feced5 #fedfce #feceed

Monochromatic Colors of #feced5

#feced5

Complementary Color

#feced5 #cefef7

#feced5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feced5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feced5 Color CSS Codes

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

#feced5 Text Font Color

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

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


#feced5 Background Color

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

This div background color is #feced5


#feced5 Border Color

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

This div border color is #feced5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,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 #feced5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feced5


Comments

No comments written yet.

Please login to write comment.