Color Hex Logo

#fdaddb Color Hex

#FDADDB
(253,173,219)
0 Favorites   0 Comments

Color spaces of #fdaddb

RGB 253173219
HSL0.900.950.84
HSV326°32°99°
CMYK 0.000.320.13   0.01
XYZ68.237855.884374.2081
Yxy55.88430.34410.2818
Hunter Lab74.755832.1138-6.5265
CIE-Lab79.547935.8676-11.2680

#fdaddb color RGB value is (253,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 11011011
Octal 375 255 333
Decimal 253 173 219
Hex FD AD DB

RGB Percentages of Color #fdaddb

%39.22
%26.82
%33.95

CMYK Percentages of Color #fdaddb

%0
%32
%13
%1

Triadic Colors of #fdaddb

#fdaddb #dbfdad #addbfd

Analogous Colors of #fdaddb

#fdaddb #fdadb3 #f7adfd

Monochromatic Colors of #fdaddb

#fdaddb

Complementary Color

#fdaddb #adfdcf

#fdaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaddb Color CSS Codes

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

#fdaddb Text Font Color

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

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


#fdaddb Background Color

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

This div background color is #fdaddb


#fdaddb Border Color

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

This div border color is #fdaddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,173,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaddb


Comments

No comments written yet.

Please login to write comment.