Color Hex Logo

#fad0ee Color Hex

#FAD0EE
(250,208,238)
0 Favorites   0 Comments

Color spaces of #fad0ee

RGB 250208238
HSL0.880.810.90
HSV317°17°98°
CMYK 0.000.170.05   0.02
XYZ77.412871.608890.6307
Yxy71.60880.32300.2988
Hunter Lab84.622015.2046-4.2646
CIE-Lab87.779919.6130-9.2035

#fad0ee color RGB value is (250,208,238).

#fad0ee hex color red value is 250, green value is 208 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fad0ee hue: 0.88 , saturation: 0.81 and the lightness value of fad0ee is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 11101110
Octal 372 320 356
Decimal 250 208 238
Hex FA D0 EE

RGB Percentages of Color #fad0ee

%35.92
%29.89
%34.20

CMYK Percentages of Color #fad0ee

%0
%17
%5
%2

Triadic Colors of #fad0ee

#fad0ee #eefad0 #d0eefa

Analogous Colors of #fad0ee

#fad0ee #fad0d9 #f1d0fa

Monochromatic Colors of #fad0ee

#fad0ee

Complementary Color

#fad0ee #d0fadc

#fad0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad0ee Color CSS Codes

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

#fad0ee Text Font Color

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

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


#fad0ee Background Color

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

This div background color is #fad0ee


#fad0ee Border Color

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

This div border color is #fad0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad0ee


Comments

No comments written yet.

Please login to write comment.