Color Hex Logo

#f2b6d9 Color Hex

#F2B6D9
(242,182,217)
0 Favorites   0 Comments

Color spaces of #f2b6d9

RGB 242182217
HSL0.900.700.83
HSV325°25°95°
CMYK 0.000.250.10   0.05
XYZ65.870357.342973.2422
Yxy57.34290.33530.2919
Hunter Lab75.725122.7513-4.3384
CIE-Lab80.372127.0764-9.0801

#f2b6d9 color RGB value is (242,182,217).

#f2b6d9 hex color red value is 242, green value is 182 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #f2b6d9 hue: 0.90 , saturation: 0.70 and the lightness value of f2b6d9 is 0.83.

The process color (four color CMYK) of #f2b6d9 color hex is 0.00, 0.25, 0.10, 0.05. Web safe color of #f2b6d9 is #ffcccc. Color #f2b6d9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10110110 11011001
Octal 362 266 331
Decimal 242 182 217
Hex F2 B6 D9

RGB Percentages of Color #f2b6d9

%37.75
%28.39
%33.85

CMYK Percentages of Color #f2b6d9

%0
%25
%10
%5

Triadic Colors of #f2b6d9

#f2b6d9 #d9f2b6 #b6d9f2

Analogous Colors of #f2b6d9

#f2b6d9 #f2b6bb #edb6f2

Monochromatic Colors of #f2b6d9

#f2b6d9

Complementary Color

#f2b6d9 #b6f2cf

#f2b6d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2b6d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2b6d9 Color CSS Codes

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

#f2b6d9 Text Font Color

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

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


#f2b6d9 Background Color

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

This div background color is #f2b6d9


#f2b6d9 Border Color

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

This div border color is #f2b6d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2b6d9


Comments

No comments written yet.

Please login to write comment.