Color Hex Logo

#ffafc9 Color Hex

#FFAFC9
(255,175,201)
0 Favorites   0 Comments

Color spaces of #ffafc9

RGB 255175201
HSL0.951.000.84
HSV341°31°100°
CMYK 0.000.310.21   0.00
XYZ67.112656.137062.5566
Yxy56.13700.36120.3021
Hunter Lab74.924628.77062.9444
CIE-Lab79.691732.7733-1.2793

#ffafc9 color RGB value is (255,175,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 11001001
Octal 377 257 311
Decimal 255 175 201
Hex FF AF C9

RGB Percentages of Color #ffafc9

%40.41
%27.73
%31.85

CMYK Percentages of Color #ffafc9

%0
%31
%21
%0

Triadic Colors of #ffafc9

#ffafc9 #c9ffaf #afc9ff

Analogous Colors of #ffafc9

#ffafc9 #ffbdaf #ffaff1

Monochromatic Colors of #ffafc9

#ffafc9

Complementary Color

#ffafc9 #afffe5

#ffafc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffafc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffafc9 Color CSS Codes

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

#ffafc9 Text Font Color

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

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


#ffafc9 Background Color

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

This div background color is #ffafc9


#ffafc9 Border Color

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

This div border color is #ffafc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffafc9


Comments

No comments written yet.

Please login to write comment.