Color Hex Logo

#fee1fa Color Hex

#FEE1FA
(254,225,250)
0 Favorites   0 Comments

Color spaces of #fee1fa

RGB 254225250
HSL0.860.940.94
HSV308°11°100°
CMYK 0.000.110.02   0.00
XYZ85.053681.8234101.7532
Yxy81.82340.31660.3046
Hunter Lab90.45639.5402-3.3752
CIE-Lab92.496914.1648-8.4721

#fee1fa color RGB value is (254,225,250).

#fee1fa hex color red value is 254, green value is 225 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fee1fa hue: 0.86 , saturation: 0.94 and the lightness value of fee1fa is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 11111010
Octal 376 341 372
Decimal 254 225 250
Hex FE E1 FA

RGB Percentages of Color #fee1fa

%34.84
%30.86
%34.29

CMYK Percentages of Color #fee1fa

%0
%11
%2
%0

Triadic Colors of #fee1fa

#fee1fa #fafee1 #e1fafe

Analogous Colors of #fee1fa

#fee1fa #fee1ec #f4e1fe

Monochromatic Colors of #fee1fa

#fee1fa

Complementary Color

#fee1fa #e1fee5

#fee1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee1fa Color CSS Codes

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

#fee1fa Text Font Color

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

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


#fee1fa Background Color

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

This div background color is #fee1fa


#fee1fa Border Color

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

This div border color is #fee1fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee1fa

Related Colors


Comments

No comments written yet.

Please login to write comment.