Color Hex Logo

#feccf1 Color Hex

#FECCF1
(254,204,241)
0 Favorites   0 Comments

Color spaces of #feccf1

RGB 254204241
HSL0.880.960.90
HSV316°20°100°
CMYK 0.000.200.05   0.00
XYZ78.343170.607492.7186
Yxy70.60740.32420.2922
Hunter Lab84.028219.3738-6.6022
CIE-Lab87.293923.5711-11.4753

#feccf1 color RGB value is (254,204,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 11110001
Octal 376 314 361
Decimal 254 204 241
Hex FE CC F1

RGB Percentages of Color #feccf1

%36.34
%29.18
%34.48

CMYK Percentages of Color #feccf1

%0
%20
%5
%0

Triadic Colors of #feccf1

#feccf1 #f1fecc #ccf1fe

Analogous Colors of #feccf1

#feccf1 #feccd8 #f2ccfe

Monochromatic Colors of #feccf1

#feccf1

Complementary Color

#feccf1 #ccfed9

#feccf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccf1 Color CSS Codes

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

#feccf1 Text Font Color

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

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


#feccf1 Background Color

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

This div background color is #feccf1


#feccf1 Border Color

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

This div border color is #feccf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccf1

#feccf1 Color Palettes


Comments

No comments written yet.

Please login to write comment.