Color Hex Logo

#fececa Color Hex

#FECECA
(254,206,202)
0 Favorites   0 Comments

Color spaces of #fececa

RGB 254206202
HSL0.010.960.89
HSV20°100°
CMYK 0.000.190.20   0.00
XYZ73.605069.477765.4083
Yxy69.47770.35300.3332
Hunter Lab83.353311.755911.8217
CIE-Lab86.740116.31038.3840

#fececa color RGB value is (254,206,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 11001010
Octal 376 316 312
Decimal 254 206 202
Hex FE CE CA

RGB Percentages of Color #fececa

%38.37
%31.12
%30.51

CMYK Percentages of Color #fececa

%0
%19
%20
%0

Triadic Colors of #fececa

#fececa #cafece #cecafe

Analogous Colors of #fececa

#fececa #fee8ca #fecae0

Monochromatic Colors of #fececa

#fececa

Complementary Color

#fececa #cafafe

#fececa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fececa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fececa Color CSS Codes

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

#fececa Text Font Color

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

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


#fececa Background Color

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

This div background color is #fececa


#fececa Border Color

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

This div border color is #fececa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fececa


Comments

No comments written yet.

Please login to write comment.