Color Hex Logo

#f6bfad Color Hex

#F6BFAD
(246,191,173)
0 Favorites   0 Comments

Color spaces of #f6bfad

RGB 246191173
HSL0.040.800.82
HSV15°30°96°
CMYK 0.000.220.30   0.04
XYZ64.179759.871647.7089
Yxy59.87160.37370.3486
Hunter Lab77.376712.646517.6067
CIE-Lab81.768317.239716.6596

#f6bfad color RGB value is (246,191,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111111 10101101
Octal 366 277 255
Decimal 246 191 173
Hex F6 BF AD

RGB Percentages of Color #f6bfad

%40.33
%31.31
%28.36

CMYK Percentages of Color #f6bfad

%0
%22
%30
%4

Triadic Colors of #f6bfad

#f6bfad #adf6bf #bfadf6

Analogous Colors of #f6bfad

#f6bfad #f6e4ad #f6adc0

Monochromatic Colors of #f6bfad

#f6bfad

Complementary Color

#f6bfad #ade4f6

#f6bfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bfad Color CSS Codes

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

#f6bfad Text Font Color

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

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


#f6bfad Background Color

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

This div background color is #f6bfad


#f6bfad Border Color

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

This div border color is #f6bfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bfad


Comments

No comments written yet.

Please login to write comment.