Color Hex Logo

#fed3fc Color Hex

#FED3FC
(254,211,252)
0 Favorites   0 Comments

Color spaces of #fed3fc

RGB 254211252
HSL0.840.960.91
HSV303°17°100°
CMYK 0.000.170.01   0.00
XYZ81.738074.6876102.2036
Yxy74.68760.31600.2888
Hunter Lab86.422017.5870-9.6216
CIE-Lab89.246521.8311-14.3643

#fed3fc color RGB value is (254,211,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 11111100
Octal 376 323 374
Decimal 254 211 252
Hex FE D3 FC

RGB Percentages of Color #fed3fc

%35.43
%29.43
%35.15

CMYK Percentages of Color #fed3fc

%0
%17
%1
%0

Triadic Colors of #fed3fc

#fed3fc #fcfed3 #d3fcfe

Analogous Colors of #fed3fc

#fed3fc #fed3e7 #ebd3fe

Monochromatic Colors of #fed3fc

#fed3fc

Complementary Color

#fed3fc #d3fed5

#fed3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed3fc Color CSS Codes

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

#fed3fc Text Font Color

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

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


#fed3fc Background Color

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

This div background color is #fed3fc


#fed3fc Border Color

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

This div border color is #fed3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.