Color Hex Logo

#f2b4dc Color Hex

#F2B4DC
(242,180,220)
0 Favorites   0 Comments

Color spaces of #f2b4dc

RGB 242180220
HSL0.890.700.83
HSV321°26°95°
CMYK 0.000.260.09   0.05
XYZ65.857556.687175.1808
Yxy56.68710.33310.2867
Hunter Lab75.290824.3764-6.4998
CIE-Lab80.003328.6374-11.2486

#f2b4dc color RGB value is (242,180,220).

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

The process color (four color CMYK) of #f2b4dc color hex is 0.00, 0.26, 0.09, 0.05. Web safe color of #f2b4dc is #ffcccc. Color #f2b4dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10110100 11011100
Octal 362 264 334
Decimal 242 180 220
Hex F2 B4 DC

RGB Percentages of Color #f2b4dc

%37.69
%28.04
%34.27

CMYK Percentages of Color #f2b4dc

%0
%26
%9
%5

Triadic Colors of #f2b4dc

#f2b4dc #dcf2b4 #b4dcf2

Analogous Colors of #f2b4dc

#f2b4dc #f2b4bd #e9b4f2

Monochromatic Colors of #f2b4dc

#f2b4dc

Complementary Color

#f2b4dc #b4f2ca

#f2b4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2b4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2b4dc Color CSS Codes

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

#f2b4dc Text Font Color

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

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


#f2b4dc Background Color

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

This div background color is #f2b4dc


#f2b4dc Border Color

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

This div border color is #f2b4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2b4dc


Comments

No comments written yet.

Please login to write comment.