Color Hex Logo

#fec8fa Color Hex

#FEC8FA
(254,200,250)
0 Favorites   0 Comments

Color spaces of #fec8fa

RGB 254200250
HSL0.850.960.89
HSV304°21°100°
CMYK 0.000.210.02   0.00
XYZ78.782669.281599.6629
Yxy69.28150.31800.2797
Hunter Lab83.235523.2885-12.7266
CIE-Lab86.643327.2506-17.2163

#fec8fa color RGB value is (254,200,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 11111010
Octal 376 310 372
Decimal 254 200 250
Hex FE C8 FA

RGB Percentages of Color #fec8fa

%36.08
%28.41
%35.51

CMYK Percentages of Color #fec8fa

%0
%21
%2
%0

Triadic Colors of #fec8fa

#fec8fa #fafec8 #c8fafe

Analogous Colors of #fec8fa

#fec8fa #fec8df #e7c8fe

Monochromatic Colors of #fec8fa

#fec8fa

Complementary Color

#fec8fa #c8fecc

#fec8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec8fa Color CSS Codes

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

#fec8fa Text Font Color

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

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


#fec8fa Background Color

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

This div background color is #fec8fa


#fec8fa Border Color

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

This div border color is #fec8fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,200,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 #fec8fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec8fa

Related Colors


Comments

No comments written yet.

Please login to write comment.