Color Hex Logo

#fdafdd Color Hex

#FDAFDD
(253,175,221)
0 Favorites   0 Comments

Color spaces of #fdafdd

RGB 253175221
HSL0.900.950.84
HSV325°31°99°
CMYK 0.000.310.13   0.01
XYZ68.889156.763075.7321
Yxy56.76300.34210.2819
Hunter Lab75.341231.3664-6.8587
CIE-Lab80.046135.1402-11.6058

#fdafdd color RGB value is (253,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101111 11011101
Octal 375 257 335
Decimal 253 175 221
Hex FD AF DD

RGB Percentages of Color #fdafdd

%38.98
%26.96
%34.05

CMYK Percentages of Color #fdafdd

%0
%31
%13
%1

Triadic Colors of #fdafdd

#fdafdd #ddfdaf #afddfd

Analogous Colors of #fdafdd

#fdafdd #fdafb6 #f6affd

Monochromatic Colors of #fdafdd

#fdafdd

Complementary Color

#fdafdd #affdcf

#fdafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdafdd Color CSS Codes

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

#fdafdd Text Font Color

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

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


#fdafdd Background Color

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

This div background color is #fdafdd


#fdafdd Border Color

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

This div border color is #fdafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdafdd


Comments

No comments written yet.

Please login to write comment.