Color Hex Logo

#f6baad Color Hex

#F6BAAD
(246,186,173)
0 Favorites   0 Comments

Color spaces of #f6baad

RGB 246186173
HSL0.030.800.82
HSV11°30°96°
CMYK 0.000.240.30   0.04
XYZ63.107857.727847.3516
Yxy57.72780.37520.3432
Hunter Lab75.978815.298716.2344
CIE-Lab80.587219.875015.0033

#f6baad color RGB value is (246,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111010 10101101
Octal 366 272 255
Decimal 246 186 173
Hex F6 BA AD

RGB Percentages of Color #f6baad

%40.66
%30.74
%28.60

CMYK Percentages of Color #f6baad

%0
%24
%30
%4

Triadic Colors of #f6baad

#f6baad #adf6ba #baadf6

Analogous Colors of #f6baad

#f6baad #f6dfad #f6adc5

Monochromatic Colors of #f6baad

#f6baad

Complementary Color

#f6baad #ade9f6

#f6baad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6baad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6baad Color CSS Codes

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

#f6baad Text Font Color

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

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


#f6baad Background Color

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

This div background color is #f6baad


#f6baad Border Color

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

This div border color is #f6baad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,186,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 #f6baad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6baad


Comments

No comments written yet.

Please login to write comment.