Color Hex Logo

#fec2fa Color Hex

#FEC2FA
(254,194,250)
0 Favorites   0 Comments

Color spaces of #fec2fa

RGB 254194250
HSL0.840.970.88
HSV304°24°100°
CMYK 0.000.240.02   0.00
XYZ77.420266.556599.2087
Yxy66.55650.31840.2737
Hunter Lab81.582226.6249-14.9926
CIE-Lab85.279530.4058-19.2722

#fec2fa color RGB value is (254,194,250).

#fec2fa hex color red value is 254, green value is 194 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fec2fa hue: 0.84 , saturation: 0.97 and the lightness value of fec2fa is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 11111010
Octal 376 302 372
Decimal 254 194 250
Hex FE C2 FA

RGB Percentages of Color #fec2fa

%36.39
%27.79
%35.82

CMYK Percentages of Color #fec2fa

%0
%24
%2
%0

Triadic Colors of #fec2fa

#fec2fa #fafec2 #c2fafe

Analogous Colors of #fec2fa

#fec2fa #fec2dc #e4c2fe

Monochromatic Colors of #fec2fa

#fec2fa

Complementary Color

#fec2fa #c2fec6

#fec2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec2fa Color CSS Codes

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

#fec2fa Text Font Color

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

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


#fec2fa Background Color

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

This div background color is #fec2fa


#fec2fa Border Color

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

This div border color is #fec2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec2fa

Related Colors


Comments

No comments written yet.

Please login to write comment.