Color Hex Logo

#feccf5 Color Hex

#FECCF5
(254,204,245)
0 Favorites   0 Comments

Color spaces of #feccf5

RGB 254204245
HSL0.860.960.90
HSV311°20°100°
CMYK 0.000.200.04   0.00
XYZ78.947370.849195.9005
Yxy70.84910.32130.2884
Hunter Lab84.171920.1195-8.6312
CIE-Lab87.411624.2657-13.4165

#feccf5 color RGB value is (254,204,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 11110101
Octal 376 314 365
Decimal 254 204 245
Hex FE CC F5

RGB Percentages of Color #feccf5

%36.13
%29.02
%34.85

CMYK Percentages of Color #feccf5

%0
%20
%4
%0

Triadic Colors of #feccf5

#feccf5 #f5fecc #ccf5fe

Analogous Colors of #feccf5

#feccf5 #feccdc #eeccfe

Monochromatic Colors of #feccf5

#feccf5

Complementary Color

#feccf5 #ccfed5

#feccf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccf5 Color CSS Codes

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

#feccf5 Text Font Color

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

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


#feccf5 Background Color

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

This div background color is #feccf5


#feccf5 Border Color

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

This div border color is #feccf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccf5

Related Colors


Comments

No comments written yet.

Please login to write comment.