Color Hex Logo

#faddea Color Hex

#FADDEA
(250,221,234)
0 Favorites   0 Comments

Color spaces of #faddea

RGB 250221234
HSL0.930.740.92
HSV333°12°98°
CMYK 0.000.120.06   0.02
XYZ80.132177.977488.6696
Yxy77.97740.32470.3160
Hunter Lab88.30487.44622.2784
CIE-Lab90.769612.1313-2.6821

#faddea color RGB value is (250,221,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011101 11101010
Octal 372 335 352
Decimal 250 221 234
Hex FA DD EA

RGB Percentages of Color #faddea

%35.46
%31.35
%33.19

CMYK Percentages of Color #faddea

%0
%12
%6
%2

Triadic Colors of #faddea

#faddea #eafadd #ddeafa

Analogous Colors of #faddea

#faddea #fadfdd #faddf9

Monochromatic Colors of #faddea

#faddea

Complementary Color

#faddea #ddfaed

#faddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#faddea Color CSS Codes

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

#faddea Text Font Color

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

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


#faddea Background Color

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

This div background color is #faddea


#faddea Border Color

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

This div border color is #faddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faddea


Comments

No comments written yet.

Please login to write comment.