Color Hex Logo

#fec7fa Color Hex

#FEC7FA
(254,199,250)
0 Favorites   0 Comments

Color spaces of #fec7fa

RGB 254199250
HSL0.850.960.89
HSV304°22°100°
CMYK 0.000.220.02   0.00
XYZ78.551868.819899.5859
Yxy68.81980.31810.2787
Hunter Lab82.957723.8439-13.1038
CIE-Lab86.414727.7765-17.5603

#fec7fa color RGB value is (254,199,250).

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

The process color (four color CMYK) of #fec7fa color hex is 0.00, 0.22, 0.02, 0.00. Web safe color of #fec7fa is #ffccff. Color #fec7fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 11111010
Octal 376 307 372
Decimal 254 199 250
Hex FE C7 FA

RGB Percentages of Color #fec7fa

%36.13
%28.31
%35.56

CMYK Percentages of Color #fec7fa

%0
%22
%2
%0

Triadic Colors of #fec7fa

#fec7fa #fafec7 #c7fafe

Analogous Colors of #fec7fa

#fec7fa #fec7df #e7c7fe

Monochromatic Colors of #fec7fa

#fec7fa

Complementary Color

#fec7fa #c7fecb

#fec7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec7fa Color CSS Codes

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

#fec7fa Text Font Color

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

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


#fec7fa Background Color

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

This div background color is #fec7fa


#fec7fa Border Color

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

This div border color is #fec7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec7fa

Related Colors


Comments

No comments written yet.

Please login to write comment.