Color Hex Logo

#fedeca Color Hex

#FEDECA
(254,222,202)
0 Favorites   0 Comments

Color spaces of #fedeca

RGB 254222202
HSL0.060.960.89
HSV23°20°100°
CMYK 0.000.130.20   0.00
XYZ77.655077.577766.7582
Yxy77.57770.34980.3495
Hunter Lab88.07823.239416.7163
CIE-Lab90.58688.000813.8633

#fedeca color RGB value is (254,222,202).

#fedeca hex color red value is 254, green value is 222 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fedeca hue: 0.06 , saturation: 0.96 and the lightness value of fedeca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 11001010
Octal 376 336 312
Decimal 254 222 202
Hex FE DE CA

RGB Percentages of Color #fedeca

%37.46
%32.74
%29.79

CMYK Percentages of Color #fedeca

%0
%13
%20
%0

Triadic Colors of #fedeca

#fedeca #cafede #decafe

Analogous Colors of #fedeca

#fedeca #fef8ca #fecad0

Monochromatic Colors of #fedeca

#fedeca

Complementary Color

#fedeca #caeafe

#fedeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedeca Color CSS Codes

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

#fedeca Text Font Color

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

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


#fedeca Background Color

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

This div background color is #fedeca


#fedeca Border Color

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

This div border color is #fedeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedeca

Related Colors

#fedeca Color Palettes


Comments

No comments written yet.

Please login to write comment.