Color Hex Logo

#fed4fc Color Hex

#FED4FC
(254,212,252)
0 Favorites   0 Comments

Color spaces of #fed4fc

RGB 254212252
HSL0.840.950.91
HSV303°17°100°
CMYK 0.000.170.01   0.00
XYZ81.987275.1861102.2866
Yxy75.18610.31600.2898
Hunter Lab86.709917.0355-9.2440
CIE-Lab89.480121.3067-14.0145

#fed4fc color RGB value is (254,212,252).

#fed4fc hex color red value is 254, green value is 212 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fed4fc hue: 0.84 , saturation: 0.95 and the lightness value of fed4fc is 0.91.

The process color (four color CMYK) of #fed4fc color hex is 0.00, 0.17, 0.01, 0.00. Web safe color of #fed4fc is #ffccff. Color #fed4fc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 11111100
Octal 376 324 374
Decimal 254 212 252
Hex FE D4 FC

RGB Percentages of Color #fed4fc

%35.38
%29.53
%35.10

CMYK Percentages of Color #fed4fc

%0
%17
%1
%0

Triadic Colors of #fed4fc

#fed4fc #fcfed4 #d4fcfe

Analogous Colors of #fed4fc

#fed4fc #fed4e7 #ebd4fe

Monochromatic Colors of #fed4fc

#fed4fc

Complementary Color

#fed4fc #d4fed6

#fed4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed4fc Color CSS Codes

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

#fed4fc Text Font Color

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

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


#fed4fc Background Color

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

This div background color is #fed4fc


#fed4fc Border Color

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

This div border color is #fed4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed4fc

Related Colors


Comments

No comments written yet.

Please login to write comment.