Color Hex Logo

#fad4ed Color Hex

#FAD4ED
(250,212,237)
0 Favorites   0 Comments

Color spaces of #fad4ed

RGB 250212237
HSL0.890.790.91
HSV321°15°98°
CMYK 0.000.150.05   0.02
XYZ78.253973.525490.1882
Yxy73.52540.32340.3039
Hunter Lab85.747012.8445-2.3380
CIE-Lab88.697717.3423-7.3145

#fad4ed color RGB value is (250,212,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010100 11101101
Octal 372 324 355
Decimal 250 212 237
Hex FA D4 ED

RGB Percentages of Color #fad4ed

%35.77
%30.33
%33.91

CMYK Percentages of Color #fad4ed

%0
%15
%5
%2

Triadic Colors of #fad4ed

#fad4ed #edfad4 #d4edfa

Analogous Colors of #fad4ed

#fad4ed #fad4da #f4d4fa

Monochromatic Colors of #fad4ed

#fad4ed

Complementary Color

#fad4ed #d4fae1

#fad4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad4ed Color CSS Codes

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

#fad4ed Text Font Color

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

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


#fad4ed Background Color

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

This div background color is #fad4ed


#fad4ed Border Color

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

This div border color is #fad4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad4ed

#fad4ed Color Palettes


Comments

No comments written yet.

Please login to write comment.