Color Hex Logo

#ffafdd Color Hex

#FFAFDD
(255,175,221)
0 Favorites   0 Comments

Color spaces of #ffafdd

RGB 255175221
HSL0.901.000.84
HSV326°31°100°
CMYK 0.000.310.13   0.00
XYZ69.621157.140475.7664
Yxy57.14040.34380.2821
Hunter Lab75.591332.1174-6.5135
CIE-Lab80.258535.8099-11.2664

#ffafdd color RGB value is (255,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 11011101
Octal 377 257 335
Decimal 255 175 221
Hex FF AF DD

RGB Percentages of Color #ffafdd

%39.17
%26.88
%33.95

CMYK Percentages of Color #ffafdd

%0
%31
%13
%0

Triadic Colors of #ffafdd

#ffafdd #ddffaf #afddff

Analogous Colors of #ffafdd

#ffafdd #ffafb5 #f9afff

Monochromatic Colors of #ffafdd

#ffafdd

Complementary Color

#ffafdd #afffd1

#ffafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffafdd Color CSS Codes

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

#ffafdd Text Font Color

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

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


#ffafdd Background Color

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

This div background color is #ffafdd


#ffafdd Border Color

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

This div border color is #ffafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffafdd


Comments

No comments written yet.

Please login to write comment.