Color Hex Logo

#ffafc3 Color Hex

#FFAFC3
(255,175,195)
0 Favorites   0 Comments

Color spaces of #ffafc3

RGB 255175195
HSL0.961.000.84
HSV345°31°100°
CMYK 0.000.310.24   0.00
XYZ66.420355.860158.9111
Yxy55.86010.36660.3083
Hunter Lab74.739627.83675.5843
CIE-Lab79.534131.91641.7435

#ffafc3 color RGB value is (255,175,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 11000011
Octal 377 257 303
Decimal 255 175 195
Hex FF AF C3

RGB Percentages of Color #ffafc3

%40.80
%28.00
%31.20

CMYK Percentages of Color #ffafc3

%0
%31
%24
%0

Triadic Colors of #ffafc3

#ffafc3 #c3ffaf #afc3ff

Analogous Colors of #ffafc3

#ffafc3 #ffc3af #ffafeb

Monochromatic Colors of #ffafc3

#ffafc3

Complementary Color

#ffafc3 #afffeb

#ffafc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffafc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffafc3 Color CSS Codes

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

#ffafc3 Text Font Color

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

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


#ffafc3 Background Color

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

This div background color is #ffafc3


#ffafc3 Border Color

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

This div border color is #ffafc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffafc3

Related Colors

#ffafc3 Color Palettes


Comments

No comments written yet.

Please login to write comment.