Color Hex Logo

#f6bddf Color Hex

#F6BDDF
(246,189,223)
0 Favorites   0 Comments

Color spaces of #f6bddf

RGB 246189223
HSL0.900.760.85
HSV324°23°96°
CMYK 0.000.230.09   0.04
XYZ69.522961.315777.9829
Yxy61.31570.33290.2936
Hunter Lab78.304321.4495-4.2336
CIE-Lab82.548225.7286-9.0303

#f6bddf color RGB value is (246,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111101 11011111
Octal 366 275 337
Decimal 246 189 223
Hex F6 BD DF

RGB Percentages of Color #f6bddf

%37.39
%28.72
%33.89

CMYK Percentages of Color #f6bddf

%0
%23
%9
%4

Triadic Colors of #f6bddf

#f6bddf #dff6bd #bddff6

Analogous Colors of #f6bddf

#f6bddf #f6bdc3 #f1bdf6

Monochromatic Colors of #f6bddf

#f6bddf

Complementary Color

#f6bddf #bdf6d4

#f6bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bddf Color CSS Codes

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

#f6bddf Text Font Color

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

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


#f6bddf Background Color

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

This div background color is #f6bddf


#f6bddf Border Color

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

This div border color is #f6bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bddf


Comments

No comments written yet.

Please login to write comment.