Color Hex Logo

#ffafca Color Hex

#FFAFCA
(255,175,202)
0 Favorites   0 Comments

Color spaces of #ffafca

RGB 255175202
HSL0.941.000.84
HSV340°31°100°
CMYK 0.000.310.21   0.00
XYZ67.230656.184263.1783
Yxy56.18420.36030.3011
Hunter Lab74.956128.92932.4955
CIE-Lab79.718532.9185-1.7821

#ffafca color RGB value is (255,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 11001010
Octal 377 257 312
Decimal 255 175 202
Hex FF AF CA

RGB Percentages of Color #ffafca

%40.35
%27.69
%31.96

CMYK Percentages of Color #ffafca

%0
%31
%21
%0

Triadic Colors of #ffafca

#ffafca #caffaf #afcaff

Analogous Colors of #ffafca

#ffafca #ffbcaf #ffaff2

Monochromatic Colors of #ffafca

#ffafca

Complementary Color

#ffafca #afffe4

#ffafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffafca Color CSS Codes

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

#ffafca Text Font Color

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

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


#ffafca Background Color

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

This div background color is #ffafca


#ffafca Border Color

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

This div border color is #ffafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffafca

Related Colors

#ffafca Color Palettes


Comments

No comments written yet.

Please login to write comment.