Color Hex Logo

#f4afbe Color Hex

#F4AFBE
(244,175,190)
0 Favorites   0 Comments

Color spaces of #f4afbe

RGB 244175190
HSL0.960.760.82
HSV347°28°96°
CMYK 0.000.280.22   0.04
XYZ61.932553.610755.7989
Yxy53.61070.36150.3129
Hunter Lab73.219322.85026.0699
CIE-Lab78.234227.29252.4241

#f4afbe color RGB value is (244,175,190).

#f4afbe hex color red value is 244, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f4afbe hue: 0.96 , saturation: 0.76 and the lightness value of f4afbe is 0.82.

The process color (four color CMYK) of #f4afbe color hex is 0.00, 0.28, 0.22, 0.04. Web safe color of #f4afbe is #ff99cc. Color #f4afbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101111 10111110
Octal 364 257 276
Decimal 244 175 190
Hex F4 AF BE

RGB Percentages of Color #f4afbe

%40.07
%28.74
%31.20

CMYK Percentages of Color #f4afbe

%0
%28
%22
%4

Triadic Colors of #f4afbe

#f4afbe #bef4af #afbef4

Analogous Colors of #f4afbe

#f4afbe #f4c3af #f4afe1

Monochromatic Colors of #f4afbe

#f4afbe

Complementary Color

#f4afbe #aff4e5

#f4afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4afbe Color CSS Codes

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

#f4afbe Text Font Color

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

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


#f4afbe Background Color

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

This div background color is #f4afbe


#f4afbe Border Color

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

This div border color is #f4afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4afbe

#f4afbe Color Palettes


Comments

No comments written yet.

Please login to write comment.