Color Hex Logo

#feccc8 Color Hex

#FECCC8
(254,204,200)
0 Favorites   0 Comments

Color spaces of #feccc8

RGB 254204200
HSL0.010.960.89
HSV21°100°
CMYK 0.000.200.21   0.00
XYZ72.891268.426764.0095
Yxy68.42670.35500.3333
Hunter Lab82.720412.529012.0254
CIE-Lab86.219417.06558.6979

#feccc8 color RGB value is (254,204,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 11001000
Octal 376 314 310
Decimal 254 204 200
Hex FE CC C8

RGB Percentages of Color #feccc8

%38.60
%31.00
%30.40

CMYK Percentages of Color #feccc8

%0
%20
%21
%0

Triadic Colors of #feccc8

#feccc8 #c8fecc #ccc8fe

Analogous Colors of #feccc8

#feccc8 #fee7c8 #fec8df

Monochromatic Colors of #feccc8

#feccc8

Complementary Color

#feccc8 #c8fafe

#feccc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccc8 Color CSS Codes

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

#feccc8 Text Font Color

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

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


#feccc8 Background Color

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

This div background color is #feccc8


#feccc8 Border Color

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

This div border color is #feccc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccc8

Related Colors

#feccc8 Color Palettes


Comments

No comments written yet.

Please login to write comment.