Color Hex Logo

#f2bddb Color Hex

#F2BDDB
(242,189,219)
0 Favorites   0 Comments

Color spaces of #f2bddb

RGB 242189219
HSL0.910.670.85
HSV326°22°95°
CMYK 0.000.220.10   0.05
XYZ67.601760.386975.1107
Yxy60.38690.33290.2973
Hunter Lab77.709019.2924-2.9113
CIE-Lab82.048023.6958-7.6682

#f2bddb color RGB value is (242,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10111101 11011011
Octal 362 275 333
Decimal 242 189 219
Hex F2 BD DB

RGB Percentages of Color #f2bddb

%37.23
%29.08
%33.69

CMYK Percentages of Color #f2bddb

%0
%22
%10
%5

Triadic Colors of #f2bddb

#f2bddb #dbf2bd #bddbf2

Analogous Colors of #f2bddb

#f2bddb #f2bdc1 #efbdf2

Monochromatic Colors of #f2bddb

#f2bddb

Complementary Color

#f2bddb #bdf2d4

#f2bddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2bddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2bddb Color CSS Codes

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

#f2bddb Text Font Color

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

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


#f2bddb Background Color

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

This div background color is #f2bddb


#f2bddb Border Color

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

This div border color is #f2bddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2bddb


Comments

No comments written yet.

Please login to write comment.