Color Hex Logo

#f2afbb Color Hex

#F2AFBB
(242,175,187)
0 Favorites   0 Comments

Color spaces of #f2afbb

RGB 242175187
HSL0.970.720.82
HSV349°28°95°
CMYK 0.000.280.23   0.05
XYZ60.917653.125054.0572
Yxy53.12500.36240.3160
Hunter Lab72.886921.63517.0479
CIE-Lab77.948726.14203.6149

#f2afbb color RGB value is (242,175,187).

#f2afbb hex color red value is 242, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f2afbb hue: 0.97 , saturation: 0.72 and the lightness value of f2afbb is 0.82.

The process color (four color CMYK) of #f2afbb color hex is 0.00, 0.28, 0.23, 0.05. Web safe color of #f2afbb is #ff99cc. Color #f2afbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101111 10111011
Octal 362 257 273
Decimal 242 175 187
Hex F2 AF BB

RGB Percentages of Color #f2afbb

%40.07
%28.97
%30.96

CMYK Percentages of Color #f2afbb

%0
%28
%23
%5

Triadic Colors of #f2afbb

#f2afbb #bbf2af #afbbf2

Analogous Colors of #f2afbb

#f2afbb #f2c5af #f2afdd

Monochromatic Colors of #f2afbb

#f2afbb

Complementary Color

#f2afbb #aff2e6

#f2afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2afbb Color CSS Codes

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

#f2afbb Text Font Color

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

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


#f2afbb Background Color

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

This div background color is #f2afbb


#f2afbb Border Color

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

This div border color is #f2afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2afbb


Comments

No comments written yet.

Please login to write comment.