Color Hex Logo

#fda8dd Color Hex

#FDA8DD
(253,168,221)
0 Favorites   0 Comments

Color spaces of #fda8dd

RGB 253168221
HSL0.900.960.83
HSV323°34°99°
CMYK 0.000.340.13   0.01
XYZ67.561854.108475.2897
Yxy54.10840.34300.2747
Hunter Lab73.558435.2211-9.1946
CIE-Lab78.524938.7939-13.8829

#fda8dd color RGB value is (253,168,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101000 11011101
Octal 375 250 335
Decimal 253 168 221
Hex FD A8 DD

RGB Percentages of Color #fda8dd

%39.41
%26.17
%34.42

CMYK Percentages of Color #fda8dd

%0
%34
%13
%1

Triadic Colors of #fda8dd

#fda8dd #ddfda8 #a8ddfd

Analogous Colors of #fda8dd

#fda8dd #fda8b3 #f3a8fd

Monochromatic Colors of #fda8dd

#fda8dd

Complementary Color

#fda8dd #a8fdc8

#fda8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda8dd Color CSS Codes

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

#fda8dd Text Font Color

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

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


#fda8dd Background Color

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

This div background color is #fda8dd


#fda8dd Border Color

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

This div border color is #fda8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda8dd


Comments

No comments written yet.

Please login to write comment.