Color Hex Logo

#ffafc5 Color Hex

#FFAFC5
(255,175,197)
1 Favorites   0 Comments

Color spaces of #ffafc5

RGB 255175197
HSL0.951.000.84
HSV344°31°100°
CMYK 0.000.310.23   0.00
XYZ66.648055.951260.1102
Yxy55.95120.36480.3062
Hunter Lab74.800528.14434.7145
CIE-Lab79.586032.19910.7347

#ffafc5 color RGB value is (255,175,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 11000101
Octal 377 257 305
Decimal 255 175 197
Hex FF AF C5

RGB Percentages of Color #ffafc5

%40.67
%27.91
%31.42

CMYK Percentages of Color #ffafc5

%0
%31
%23
%0

Triadic Colors of #ffafc5

#ffafc5 #c5ffaf #afc5ff

Analogous Colors of #ffafc5

#ffafc5 #ffc1af #ffafed

Monochromatic Colors of #ffafc5

#ffafc5

Complementary Color

#ffafc5 #afffe9

#ffafc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffafc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffafc5 Color CSS Codes

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

#ffafc5 Text Font Color

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

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


#ffafc5 Background Color

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

This div background color is #ffafc5


#ffafc5 Border Color

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

This div border color is #ffafc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffafc5

#ffafc5 Color Palettes


Comments

No comments written yet.

Please login to write comment.