Color Hex Logo

#f2bdde Color Hex

#F2BDDE
(242,189,222)
0 Favorites   0 Comments

Color spaces of #f2bdde

RGB 242189222
HSL0.900.670.85
HSV323°22°95°
CMYK 0.000.220.08   0.05
XYZ68.000460.546477.2099
Yxy60.54640.33050.2943
Hunter Lab77.811619.8229-4.3635
CIE-Lab82.134324.1997-9.1507

#f2bdde color RGB value is (242,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111101 11011110
Octal 362 275 336
Decimal 242 189 222
Hex F2 BD DE

RGB Percentages of Color #f2bdde

%37.06
%28.94
%34.00

CMYK Percentages of Color #f2bdde

%0
%22
%8
%5

Triadic Colors of #f2bdde

#f2bdde #def2bd #bddef2

Analogous Colors of #f2bdde

#f2bdde #f2bdc4 #ecbdf2

Monochromatic Colors of #f2bdde

#f2bdde

Complementary Color

#f2bdde #bdf2d1

#f2bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2bdde Color CSS Codes

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

#f2bdde Text Font Color

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

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


#f2bdde Background Color

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

This div background color is #f2bdde


#f2bdde Border Color

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

This div border color is #f2bdde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,189,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 #f2bdde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2bdde


Comments

No comments written yet.

Please login to write comment.