Color Hex Logo

#fed3ff Color Hex

#FED3FF
(254,211,255)
0 Favorites   0 Comments

Color spaces of #fed3ff

RGB 254211255
HSL0.831.000.91
HSV299°17°100°
CMYK 0.000.170.00   0.00
XYZ82.217374.8794104.7276
Yxy74.87940.31400.2860
Hunter Lab86.532918.1653-11.1835
CIE-Lab89.336522.3706-15.8081

#fed3ff color RGB value is (254,211,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 11111111
Octal 376 323 377
Decimal 254 211 255
Hex FE D3 FF

RGB Percentages of Color #fed3ff

%35.28
%29.31
%35.42

CMYK Percentages of Color #fed3ff

%0
%17
%0
%0

Triadic Colors of #fed3ff

#fed3ff #fffed3 #d3fffe

Analogous Colors of #fed3ff

#fed3ff #ffd3ea #e8d3ff

Monochromatic Colors of #fed3ff

#fed3ff

Complementary Color

#fed3ff #d4ffd3

#fed3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed3ff Color CSS Codes

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

#fed3ff Text Font Color

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

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


#fed3ff Background Color

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

This div background color is #fed3ff


#fed3ff Border Color

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

This div border color is #fed3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed3ff

Related Colors


Comments

No comments written yet.

Please login to write comment.