Color Hex Logo

#fecced Color Hex

#FECCED
(254,204,237)
0 Favorites   0 Comments

Color spaces of #fecced

RGB 254204237
HSL0.890.960.90
HSV320°20°100°
CMYK 0.000.200.07   0.00
XYZ77.752070.371089.6057
Yxy70.37100.32710.2960
Hunter Lab83.887418.6417-4.6104
CIE-Lab87.178522.8865-9.5286

#fecced color RGB value is (254,204,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 11101101
Octal 376 314 355
Decimal 254 204 237
Hex FE CC ED

RGB Percentages of Color #fecced

%36.55
%29.35
%34.10

CMYK Percentages of Color #fecced

%0
%20
%7
%0

Triadic Colors of #fecced

#fecced #edfecc #ccedfe

Analogous Colors of #fecced

#fecced #feccd4 #f6ccfe

Monochromatic Colors of #fecced

#fecced

Complementary Color

#fecced #ccfedd

#fecced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecced Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecced Color CSS Codes

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

#fecced Text Font Color

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

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


#fecced Background Color

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

This div background color is #fecced


#fecced Border Color

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

This div border color is #fecced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecced


Comments

No comments written yet.

Please login to write comment.