Color Hex Logo

#f2bcde Color Hex

#F2BCDE
(242,188,222)
0 Favorites   0 Comments

Color spaces of #f2bcde

RGB 242188222
HSL0.900.680.84
HSV322°22°95°
CMYK 0.000.220.08   0.05
XYZ67.786060.117677.1384
Yxy60.11760.33060.2932
Hunter Lab77.535520.3677-4.7114
CIE-Lab81.902124.7302-9.4960

#f2bcde color RGB value is (242,188,222).

#f2bcde hex color red value is 242, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f2bcde hue: 0.90 , saturation: 0.68 and the lightness value of f2bcde is 0.84.

The process color (four color CMYK) of #f2bcde color hex is 0.00, 0.22, 0.08, 0.05. Web safe color of #f2bcde is #ffcccc. Color #f2bcde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111100 11011110
Octal 362 274 336
Decimal 242 188 222
Hex F2 BC DE

RGB Percentages of Color #f2bcde

%37.12
%28.83
%34.05

CMYK Percentages of Color #f2bcde

%0
%22
%8
%5

Triadic Colors of #f2bcde

#f2bcde #def2bc #bcdef2

Analogous Colors of #f2bcde

#f2bcde #f2bcc3 #ebbcf2

Monochromatic Colors of #f2bcde

#f2bcde

Complementary Color

#f2bcde #bcf2d0

#f2bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2bcde Color CSS Codes

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

#f2bcde Text Font Color

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

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


#f2bcde Background Color

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

This div background color is #f2bcde


#f2bcde Border Color

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

This div border color is #f2bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2bcde


Comments

No comments written yet.

Please login to write comment.