Color Hex Logo

#f6bdd3 Color Hex

#F6BDD3
(246,189,211)
3 Favorites   0 Comments

Color spaces of #f6bdd3

RGB 246189211
HSL0.940.760.85
HSV337°23°96°
CMYK 0.000.230.14   0.04
XYZ67.961560.691269.7606
Yxy60.69120.34250.3059
Hunter Lab77.904619.38481.4412
CIE-Lab82.212523.7775-3.0852

#f6bdd3 color RGB value is (246,189,211).

#f6bdd3 hex color red value is 246, green value is 189 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #f6bdd3 hue: 0.94 , saturation: 0.76 and the lightness value of f6bdd3 is 0.85.

The process color (four color CMYK) of #f6bdd3 color hex is 0.00, 0.23, 0.14, 0.04. Web safe color of #f6bdd3 is #ffcccc. Color #f6bdd3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111101 11010011
Octal 366 275 323
Decimal 246 189 211
Hex F6 BD D3

RGB Percentages of Color #f6bdd3

%38.08
%29.26
%32.66

CMYK Percentages of Color #f6bdd3

%0
%23
%14
%4

Triadic Colors of #f6bdd3

#f6bdd3 #d3f6bd #bdd3f6

Analogous Colors of #f6bdd3

#f6bdd3 #f6c4bd #f6bdf0

Monochromatic Colors of #f6bdd3

#f6bdd3

Complementary Color

#f6bdd3 #bdf6e0

#f6bdd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bdd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bdd3 Color CSS Codes

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

#f6bdd3 Text Font Color

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

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


#f6bdd3 Background Color

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

This div background color is #f6bdd3


#f6bdd3 Border Color

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

This div border color is #f6bdd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bdd3


Comments

No comments written yet.

Please login to write comment.