Color Hex Logo

#ffafcc Color Hex

#FFAFCC
(255,175,204)
0 Favorites   0 Comments

Color spaces of #ffafcc

RGB 255175204
HSL0.941.000.84
HSV338°31°100°
CMYK 0.000.310.20   0.00
XYZ67.469156.279664.4338
Yxy56.27960.35850.2991
Hunter Lab75.019729.24971.5901
CIE-Lab79.772733.2113-2.7865

#ffafcc color RGB value is (255,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 11001100
Octal 377 257 314
Decimal 255 175 204
Hex FF AF CC

RGB Percentages of Color #ffafcc

%40.22
%27.60
%32.18

CMYK Percentages of Color #ffafcc

%0
%31
%20
%0

Triadic Colors of #ffafcc

#ffafcc #ccffaf #afccff

Analogous Colors of #ffafcc

#ffafcc #ffbaaf #ffaff4

Monochromatic Colors of #ffafcc

#ffafcc

Complementary Color

#ffafcc #afffe2

#ffafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffafcc Color CSS Codes

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

#ffafcc Text Font Color

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

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


#ffafcc Background Color

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

This div background color is #ffafcc


#ffafcc Border Color

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

This div border color is #ffafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffafcc

#ffafcc Color Palettes


Comments

No comments written yet.

Please login to write comment.