Color Hex Logo

#fed4fa Color Hex

#FED4FA
(254,212,250)
0 Favorites   0 Comments

Color spaces of #fed4fa

RGB 254212250
HSL0.850.950.91
HSV306°17°100°
CMYK 0.000.170.02   0.00
XYZ81.671975.0599100.6259
Yxy75.05990.31730.2917
Hunter Lab86.637116.6551-8.2172
CIE-Lab89.421020.9503-13.0505

#fed4fa color RGB value is (254,212,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 11111010
Octal 376 324 372
Decimal 254 212 250
Hex FE D4 FA

RGB Percentages of Color #fed4fa

%35.47
%29.61
%34.92

CMYK Percentages of Color #fed4fa

%0
%17
%2
%0

Triadic Colors of #fed4fa

#fed4fa #fafed4 #d4fafe

Analogous Colors of #fed4fa

#fed4fa #fed4e5 #edd4fe

Monochromatic Colors of #fed4fa

#fed4fa

Complementary Color

#fed4fa #d4fed8

#fed4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed4fa Color CSS Codes

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

#fed4fa Text Font Color

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

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


#fed4fa Background Color

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

This div background color is #fed4fa


#fed4fa Border Color

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

This div border color is #fed4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed4fa

Related Colors


Comments

No comments written yet.

Please login to write comment.