Color Hex Logo

#fdabda Color Hex

#FDABDA
(253,171,218)
0 Favorites   0 Comments

Color spaces of #fdabda

RGB 253171218
HSL0.900.950.83
HSV326°32°99°
CMYK 0.000.320.14   0.01
XYZ67.725855.070473.3898
Yxy55.07040.34520.2807
Hunter Lab74.209433.0381-6.6885
CIE-Lab79.081836.7542-11.4224

#fdabda color RGB value is (253,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 11011010
Octal 375 253 332
Decimal 253 171 218
Hex FD AB DA

RGB Percentages of Color #fdabda

%39.41
%26.64
%33.96

CMYK Percentages of Color #fdabda

%0
%32
%14
%1

Triadic Colors of #fdabda

#fdabda #dafdab #abdafd

Analogous Colors of #fdabda

#fdabda #fdabb1 #f7abfd

Monochromatic Colors of #fdabda

#fdabda

Complementary Color

#fdabda #abfdce

#fdabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdabda Color CSS Codes

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

#fdabda Text Font Color

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

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


#fdabda Background Color

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

This div background color is #fdabda


#fdabda Border Color

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

This div border color is #fdabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdabda

Related Colors


Comments

No comments written yet.

Please login to write comment.