Color Hex Logo

#f2afbc Color Hex

#F2AFBC
(242,175,188)
0 Favorites   0 Comments

Color spaces of #f2afbc

RGB 242175188
HSL0.970.720.82
HSV348°28°95°
CMYK 0.000.280.22   0.05
XYZ61.025053.168054.6230
Yxy53.16800.36150.3149
Hunter Lab72.916421.78616.6263
CIE-Lab77.974126.28603.1080

#f2afbc color RGB value is (242,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101111 10111100
Octal 362 257 274
Decimal 242 175 188
Hex F2 AF BC

RGB Percentages of Color #f2afbc

%40.00
%28.93
%31.07

CMYK Percentages of Color #f2afbc

%0
%28
%22
%5

Triadic Colors of #f2afbc

#f2afbc #bcf2af #afbcf2

Analogous Colors of #f2afbc

#f2afbc #f2c4af #f2afde

Monochromatic Colors of #f2afbc

#f2afbc

Complementary Color

#f2afbc #aff2e5

#f2afbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2afbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2afbc Color CSS Codes

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

#f2afbc Text Font Color

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

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


#f2afbc Background Color

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

This div background color is #f2afbc


#f2afbc Border Color

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

This div border color is #f2afbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2afbc


Comments

No comments written yet.

Please login to write comment.