Color Hex Logo

#f6bead Color Hex

#F6BEAD
(246,190,173)
0 Favorites   0 Comments

Color spaces of #f6bead

RGB 246190173
HSL0.040.800.82
HSV14°30°96°
CMYK 0.000.230.30   0.04
XYZ63.962359.436947.6364
Yxy59.43690.37400.3475
Hunter Lab77.095313.176117.3321
CIE-Lab81.531217.766216.3276

#f6bead color RGB value is (246,190,173).

#f6bead hex color red value is 246, green value is 190 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f6bead hue: 0.04 , saturation: 0.80 and the lightness value of f6bead is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111110 10101101
Octal 366 276 255
Decimal 246 190 173
Hex F6 BE AD

RGB Percentages of Color #f6bead

%40.39
%31.20
%28.41

CMYK Percentages of Color #f6bead

%0
%23
%30
%4

Triadic Colors of #f6bead

#f6bead #adf6be #beadf6

Analogous Colors of #f6bead

#f6bead #f6e3ad #f6adc1

Monochromatic Colors of #f6bead

#f6bead

Complementary Color

#f6bead #ade5f6

#f6bead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bead Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bead Color CSS Codes

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

#f6bead Text Font Color

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

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


#f6bead Background Color

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

This div background color is #f6bead


#f6bead Border Color

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

This div border color is #f6bead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bead


Comments

No comments written yet.

Please login to write comment.