Color Hex Logo

#feced0 Color Hex

#FECED0
(254,206,208)
0 Favorites   0 Comments

Color spaces of #feced0

RGB 254206208
HSL0.990.960.90
HSV358°19°100°
CMYK 0.000.190.18   0.00
XYZ74.329569.767569.2234
Yxy69.76750.34840.3271
Hunter Lab83.526912.67269.3320
CIE-Lab86.882717.19705.4107

#feced0 color RGB value is (254,206,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 11010000
Octal 376 316 320
Decimal 254 206 208
Hex FE CE D0

RGB Percentages of Color #feced0

%38.02
%30.84
%31.14

CMYK Percentages of Color #feced0

%0
%19
%18
%0

Triadic Colors of #feced0

#feced0 #d0fece #ced0fe

Analogous Colors of #feced0

#feced0 #fee4ce #fecee8

Monochromatic Colors of #feced0

#feced0

Complementary Color

#feced0 #cefefc

#feced0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feced0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feced0 Color CSS Codes

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

#feced0 Text Font Color

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

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


#feced0 Background Color

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

This div background color is #feced0


#feced0 Border Color

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

This div border color is #feced0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feced0


Comments

No comments written yet.

Please login to write comment.