Color Hex Logo

#fecbcc Color Hex

#FECBCC
(254,203,204)
0 Favorites   0 Comments

Color spaces of #fecbcc

RGB 254203204
HSL1.000.960.90
HSV359°20°100°
CMYK 0.000.200.20   0.00
XYZ73.128168.142366.4253
Yxy68.14230.35210.3281
Hunter Lab82.548313.670310.0742
CIE-Lab86.077618.17216.3716

#fecbcc color RGB value is (254,203,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001011 11001100
Octal 376 313 314
Decimal 254 203 204
Hex FE CB CC

RGB Percentages of Color #fecbcc

%38.43
%30.71
%30.86

CMYK Percentages of Color #fecbcc

%0
%20
%20
%0

Triadic Colors of #fecbcc

#fecbcc #ccfecb #cbccfe

Analogous Colors of #fecbcc

#fecbcc #fee4cb #fecbe6

Monochromatic Colors of #fecbcc

#fecbcc

Complementary Color

#fecbcc #cbfefd

#fecbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecbcc Color CSS Codes

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

#fecbcc Text Font Color

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

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


#fecbcc Background Color

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

This div background color is #fecbcc


#fecbcc Border Color

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

This div border color is #fecbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecbcc


Comments

No comments written yet.

Please login to write comment.