Color Hex Logo

#fdaadb Color Hex

#FDAADB
(253,170,219)
0 Favorites   0 Comments

Color spaces of #fdaadb

RGB 253170219
HSL0.900.950.83
HSV325°33°99°
CMYK 0.000.330.13   0.01
XYZ67.668954.746674.0184
Yxy54.74660.34450.2787
Hunter Lab73.990933.7642-7.5183
CIE-Lab78.895137.4339-12.2435

#fdaadb color RGB value is (253,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 11011011
Octal 375 252 333
Decimal 253 170 219
Hex FD AA DB

RGB Percentages of Color #fdaadb

%39.41
%26.48
%34.11

CMYK Percentages of Color #fdaadb

%0
%33
%13
%1

Triadic Colors of #fdaadb

#fdaadb #dbfdaa #aadbfd

Analogous Colors of #fdaadb

#fdaadb #fdaab2 #f6aafd

Monochromatic Colors of #fdaadb

#fdaadb

Complementary Color

#fdaadb #aafdcc

#fdaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaadb Color CSS Codes

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

#fdaadb Text Font Color

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

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


#fdaadb Background Color

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

This div background color is #fdaadb


#fdaadb Border Color

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

This div border color is #fdaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaadb


Comments

No comments written yet.

Please login to write comment.