Color Hex Logo

#f6bdeb Color Hex

#F6BDEB
(246,189,235)
0 Favorites   0 Comments

Color spaces of #f6bdeb

RGB 246189235
HSL0.870.760.85
HSV312°23°96°
CMYK 0.000.230.04   0.04
XYZ71.199061.986286.8092
Yxy61.98620.32360.2818
Hunter Lab78.731323.6429-10.2613
CIE-Lab82.906127.7775-14.9244

#f6bdeb color RGB value is (246,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111101 11101011
Octal 366 275 353
Decimal 246 189 235
Hex F6 BD EB

RGB Percentages of Color #f6bdeb

%36.72
%28.21
%35.07

CMYK Percentages of Color #f6bdeb

%0
%23
%4
%4

Triadic Colors of #f6bdeb

#f6bdeb #ebf6bd #bdebf6

Analogous Colors of #f6bdeb

#f6bdeb #f6bdcf #e5bdf6

Monochromatic Colors of #f6bdeb

#f6bdeb

Complementary Color

#f6bdeb #bdf6c8

#f6bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bdeb Color CSS Codes

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

#f6bdeb Text Font Color

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

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


#f6bdeb Background Color

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

This div background color is #f6bdeb


#f6bdeb Border Color

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

This div border color is #f6bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bdeb


Comments

No comments written yet.

Please login to write comment.