Color Hex Logo

#fecfcc Color Hex

#FECFCC
(254,207,204)
0 Favorites   0 Comments

Color spaces of #fecfcc

RGB 254207204
HSL0.010.960.90
HSV20°100°
CMYK 0.000.190.20   0.00
XYZ74.085070.056166.7442
Yxy70.05610.35130.3322
Hunter Lab83.699511.521611.3103
CIE-Lab87.024416.08077.7330

#fecfcc color RGB value is (254,207,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001111 11001100
Octal 376 317 314
Decimal 254 207 204
Hex FE CF CC

RGB Percentages of Color #fecfcc

%38.20
%31.13
%30.68

CMYK Percentages of Color #fecfcc

%0
%19
%20
%0

Triadic Colors of #fecfcc

#fecfcc #ccfecf #cfccfe

Analogous Colors of #fecfcc

#fecfcc #fee8cc #fecce2

Monochromatic Colors of #fecfcc

#fecfcc

Complementary Color

#fecfcc #ccfbfe

#fecfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecfcc Color CSS Codes

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

#fecfcc Text Font Color

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

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


#fecfcc Background Color

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

This div background color is #fecfcc


#fecfcc Border Color

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

This div border color is #fecfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecfcc


Comments

No comments written yet.

Please login to write comment.