Color Hex Logo

#fad1da Color Hex

#FAD1DA
(250,209,218)
0 Favorites   0 Comments

Color spaces of #fad1da

RGB 250209218
HSL0.960.800.90
HSV347°16°98°
CMYK 0.000.160.13   0.02
XYZ74.879770.986976.0849
Yxy70.98690.33740.3198
Hunter Lab84.253711.19625.4361
CIE-Lab87.478615.76210.9342

#fad1da color RGB value is (250,209,218).

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

The process color (four color CMYK) of #fad1da color hex is 0.00, 0.16, 0.13, 0.02. Web safe color of #fad1da is #ffcccc. Color #fad1da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 11011010
Octal 372 321 332
Decimal 250 209 218
Hex FA D1 DA

RGB Percentages of Color #fad1da

%36.93
%30.87
%32.20

CMYK Percentages of Color #fad1da

%0
%16
%13
%2

Triadic Colors of #fad1da

#fad1da #dafad1 #d1dafa

Analogous Colors of #fad1da

#fad1da #faddd1 #fad1ef

Monochromatic Colors of #fad1da

#fad1da

Complementary Color

#fad1da #d1faf1

#fad1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad1da Color CSS Codes

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

#fad1da Text Font Color

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

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


#fad1da Background Color

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

This div background color is #fad1da


#fad1da Border Color

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

This div border color is #fad1da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad1da


Comments

No comments written yet.

Please login to write comment.