Color Hex Logo

#feccf0 Color Hex

#FECCF0
(254,204,240)
0 Favorites   0 Comments

Color spaces of #feccf0

RGB 254204240
HSL0.880.960.90
HSV317°20°100°
CMYK 0.000.200.06   0.00
XYZ78.194170.547891.9339
Yxy70.54780.32490.2931
Hunter Lab83.992719.1895-6.1007
CIE-Lab87.264823.3990-10.9891

#feccf0 color RGB value is (254,204,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 11110000
Octal 376 314 360
Decimal 254 204 240
Hex FE CC F0

RGB Percentages of Color #feccf0

%36.39
%29.23
%34.38

CMYK Percentages of Color #feccf0

%0
%20
%6
%0

Triadic Colors of #feccf0

#feccf0 #f0fecc #ccf0fe

Analogous Colors of #feccf0

#feccf0 #feccd7 #f3ccfe

Monochromatic Colors of #feccf0

#feccf0

Complementary Color

#feccf0 #ccfeda

#feccf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccf0 Color CSS Codes

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

#feccf0 Text Font Color

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

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


#feccf0 Background Color

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

This div background color is #feccf0


#feccf0 Border Color

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

This div border color is #feccf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccf0


Comments

No comments written yet.

Please login to write comment.