Color Hex Logo

#fda0da Color Hex

#FDA0DA
(253,160,218)
0 Favorites   0 Comments

Color spaces of #fda0da

RGB 253160218
HSL0.900.960.81
HSV323°37°99°
CMYK 0.000.370.14   0.01
XYZ65.733751.086272.7257
Yxy51.08620.34680.2695
Hunter Lab71.474639.0821-10.2956
CIE-Lab76.731242.4638-14.9446

#fda0da color RGB value is (253,160,218).

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

The process color (four color CMYK) of #fda0da color hex is 0.00, 0.37, 0.14, 0.01. Web safe color of #fda0da is #ff99cc. Color #fda0da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100000 11011010
Octal 375 240 332
Decimal 253 160 218
Hex FD A0 DA

RGB Percentages of Color #fda0da

%40.10
%25.36
%34.55

CMYK Percentages of Color #fda0da

%0
%37
%14
%1

Triadic Colors of #fda0da

#fda0da #dafda0 #a0dafd

Analogous Colors of #fda0da

#fda0da #fda0ac #f2a0fd

Monochromatic Colors of #fda0da

#fda0da

Complementary Color

#fda0da #a0fdc3

#fda0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda0da Color CSS Codes

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

#fda0da Text Font Color

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

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


#fda0da Background Color

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

This div background color is #fda0da


#fda0da Border Color

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

This div border color is #fda0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda0da

Related Colors


Comments

No comments written yet.

Please login to write comment.