Color Hex Logo

#fad1ee Color Hex

#FAD1EE
(250,209,238)
0 Favorites   0 Comments

Color spaces of #fad1ee

RGB 250209238
HSL0.880.800.90
HSV318°16°98°
CMYK 0.000.160.05   0.02
XYZ77.657472.098090.7122
Yxy72.09800.32290.2998
Hunter Lab84.910514.6589-3.9037
CIE-Lab88.015719.0880-8.8534

#fad1ee color RGB value is (250,209,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 11101110
Octal 372 321 356
Decimal 250 209 238
Hex FA D1 EE

RGB Percentages of Color #fad1ee

%35.87
%29.99
%34.15

CMYK Percentages of Color #fad1ee

%0
%16
%5
%2

Triadic Colors of #fad1ee

#fad1ee #eefad1 #d1eefa

Analogous Colors of #fad1ee

#fad1ee #fad1da #f2d1fa

Monochromatic Colors of #fad1ee

#fad1ee

Complementary Color

#fad1ee #d1fadd

#fad1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad1ee Color CSS Codes

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

#fad1ee Text Font Color

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

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


#fad1ee Background Color

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

This div background color is #fad1ee


#fad1ee Border Color

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

This div border color is #fad1ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad1ee

Related Colors


Comments

No comments written yet.

Please login to write comment.