Color Hex Logo

#ffafcd Color Hex

#FFAFCD
(255,175,205)
0 Favorites   0 Comments

Color spaces of #ffafcd

RGB 255175205
HSL0.941.000.84
HSV338°31°100°
CMYK 0.000.310.20   0.00
XYZ67.589456.327765.0676
Yxy56.32770.35760.2981
Hunter Lab75.051829.41121.1336
CIE-Lab79.800033.3587-3.2882

#ffafcd color RGB value is (255,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 11001101
Octal 377 257 315
Decimal 255 175 205
Hex FF AF CD

RGB Percentages of Color #ffafcd

%40.16
%27.56
%32.28

CMYK Percentages of Color #ffafcd

%0
%31
%20
%0

Triadic Colors of #ffafcd

#ffafcd #cdffaf #afcdff

Analogous Colors of #ffafcd

#ffafcd #ffb9af #ffaff5

Monochromatic Colors of #ffafcd

#ffafcd

Complementary Color

#ffafcd #afffe1

#ffafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffafcd Color CSS Codes

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

#ffafcd Text Font Color

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

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


#ffafcd Background Color

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

This div background color is #ffafcd


#ffafcd Border Color

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

This div border color is #ffafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffafcd

Related Colors

#ffafcd Color Palettes


Comments

No comments written yet.

Please login to write comment.