Color Hex Logo

#fed7ff Color Hex

#FED7FF
(254,215,255)
0 Favorites   0 Comments

Color spaces of #fed7ff

RGB 254215255
HSL0.831.000.92
HSV299°16°100°
CMYK 0.000.160.00   0.00
XYZ83.223576.8917105.0630
Yxy76.89170.31380.2900
Hunter Lab87.687915.9583-9.6566
CIE-Lab90.271720.2749-14.4061

#fed7ff color RGB value is (254,215,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010111 11111111
Octal 376 327 377
Decimal 254 215 255
Hex FE D7 FF

RGB Percentages of Color #fed7ff

%35.08
%29.70
%35.22

CMYK Percentages of Color #fed7ff

%0
%16
%0
%0

Triadic Colors of #fed7ff

#fed7ff #fffed7 #d7fffe

Analogous Colors of #fed7ff

#fed7ff #ffd7ec #ead7ff

Monochromatic Colors of #fed7ff

#fed7ff

Complementary Color

#fed7ff #d8ffd7

#fed7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed7ff Color CSS Codes

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

#fed7ff Text Font Color

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

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


#fed7ff Background Color

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

This div background color is #fed7ff


#fed7ff Border Color

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

This div border color is #fed7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.