Color Hex Logo

#feccbc Color Hex

#FECCBC
(254,204,188)
0 Favorites   0 Comments

Color spaces of #feccbc

RGB 254204188
HSL0.040.970.87
HSV15°26°100°
CMYK 0.000.200.26   0.00
XYZ71.543067.887456.9098
Yxy67.88740.36440.3458
Hunter Lab82.393810.803416.7238
CIE-Lab85.950115.386914.6723

#feccbc color RGB value is (254,204,188).

#feccbc hex color red value is 254, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #feccbc hue: 0.04 , saturation: 0.97 and the lightness value of feccbc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 10111100
Octal 376 314 274
Decimal 254 204 188
Hex FE CC BC

RGB Percentages of Color #feccbc

%39.32
%31.58
%29.10

CMYK Percentages of Color #feccbc

%0
%20
%26
%0

Triadic Colors of #feccbc

#feccbc #bcfecc #ccbcfe

Analogous Colors of #feccbc

#feccbc #feedbc #febccd

Monochromatic Colors of #feccbc

#feccbc

Complementary Color

#feccbc #bceefe

#feccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccbc Color CSS Codes

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

#feccbc Text Font Color

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

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


#feccbc Background Color

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

This div background color is #feccbc


#feccbc Border Color

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

This div border color is #feccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccbc


Comments

No comments written yet.

Please login to write comment.