Color Hex Logo

#f4afbf Color Hex

#F4AFBF
(244,175,191)
0 Favorites   0 Comments

Color spaces of #f4afbf

RGB 244175191
HSL0.960.760.82
HSV346°28°96°
CMYK 0.000.280.22   0.04
XYZ62.042253.654656.3766
Yxy53.65460.36060.3118
Hunter Lab73.249323.00335.6417
CIE-Lab78.259927.43751.9180

#f4afbf color RGB value is (244,175,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10101111 10111111
Octal 364 257 277
Decimal 244 175 191
Hex F4 AF BF

RGB Percentages of Color #f4afbf

%40.00
%28.69
%31.31

CMYK Percentages of Color #f4afbf

%0
%28
%22
%4

Triadic Colors of #f4afbf

#f4afbf #bff4af #afbff4

Analogous Colors of #f4afbf

#f4afbf #f4c2af #f4afe2

Monochromatic Colors of #f4afbf

#f4afbf

Complementary Color

#f4afbf #aff4e4

#f4afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4afbf Color CSS Codes

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

#f4afbf Text Font Color

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

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


#f4afbf Background Color

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

This div background color is #f4afbf


#f4afbf Border Color

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

This div border color is #f4afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4afbf


Comments

No comments written yet.

Please login to write comment.