Color Hex Logo

#f5afca Color Hex

#F5AFCA
(245,175,202)
0 Favorites   0 Comments

Color spaces of #f5afca

RGB 245175202
HSL0.940.780.82
HSV337°29°96°
CMYK 0.000.290.18   0.04
XYZ63.646854.336763.0106
Yxy54.33670.35170.3002
Hunter Lab73.713425.12470.9180
CIE-Lab78.657729.4304-3.4635

#f5afca color RGB value is (245,175,202).

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

The process color (four color CMYK) of #f5afca color hex is 0.00, 0.29, 0.18, 0.04. Web safe color of #f5afca is #ff99cc. Color #f5afca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10101111 11001010
Octal 365 257 312
Decimal 245 175 202
Hex F5 AF CA

RGB Percentages of Color #f5afca

%39.39
%28.14
%32.48

CMYK Percentages of Color #f5afca

%0
%29
%18
%4

Triadic Colors of #f5afca

#f5afca #caf5af #afcaf5

Analogous Colors of #f5afca

#f5afca #f5b7af #f5afed

Monochromatic Colors of #f5afca

#f5afca

Complementary Color

#f5afca #aff5da

#f5afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5afca Color CSS Codes

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

#f5afca Text Font Color

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

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


#f5afca Background Color

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

This div background color is #f5afca


#f5afca Border Color

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

This div border color is #f5afca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,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 #f5afca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5afca


Comments

No comments written yet.

Please login to write comment.