Color Hex Logo

#fadeea Color Hex

#FADEEA
(250,222,234)
0 Favorites   0 Comments

Color spaces of #fadeea

RGB 250222234
HSL0.930.740.93
HSV334°11°98°
CMYK 0.000.110.06   0.02
XYZ80.396978.507188.7579
Yxy78.50710.32460.3170
Hunter Lab88.60426.90832.6301
CIE-Lab91.010811.6113-2.3282

#fadeea color RGB value is (250,222,234).

#fadeea hex color red value is 250, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #fadeea hue: 0.93 , saturation: 0.74 and the lightness value of fadeea is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 11101010
Octal 372 336 352
Decimal 250 222 234
Hex FA DE EA

RGB Percentages of Color #fadeea

%35.41
%31.44
%33.14

CMYK Percentages of Color #fadeea

%0
%11
%6
%2

Triadic Colors of #fadeea

#fadeea #eafade #deeafa

Analogous Colors of #fadeea

#fadeea #fae0de #fadef8

Monochromatic Colors of #fadeea

#fadeea

Complementary Color

#fadeea #defaee

#fadeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadeea Color CSS Codes

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

#fadeea Text Font Color

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

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


#fadeea Background Color

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

This div background color is #fadeea


#fadeea Border Color

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

This div border color is #fadeea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,222,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadeea

Related Colors


Comments

No comments written yet.

Please login to write comment.