Color Hex Logo

#f6bade Color Hex

#F6BADE
(246,186,222)
0 Favorites   0 Comments

Color spaces of #f6bade

RGB 246186222
HSL0.900.770.85
HSV324°24°96°
CMYK 0.000.240.10   0.04
XYZ68.749859.984677.0619
Yxy59.98460.33410.2915
Hunter Lab77.449722.9121-4.7783
CIE-Lab81.829827.1489-9.5616

#f6bade color RGB value is (246,186,222).

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

The process color (four color CMYK) of #f6bade color hex is 0.00, 0.24, 0.10, 0.04. Web safe color of #f6bade is #ffcccc. Color #f6bade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111010 11011110
Octal 366 272 336
Decimal 246 186 222
Hex F6 BA DE

RGB Percentages of Color #f6bade

%37.61
%28.44
%33.94

CMYK Percentages of Color #f6bade

%0
%24
%10
%4

Triadic Colors of #f6bade

#f6bade #def6ba #badef6

Analogous Colors of #f6bade

#f6bade #f6bac0 #f0baf6

Monochromatic Colors of #f6bade

#f6bade

Complementary Color

#f6bade #baf6d2

#f6bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bade Color CSS Codes

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

#f6bade Text Font Color

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

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


#f6bade Background Color

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

This div background color is #f6bade


#f6bade Border Color

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

This div border color is #f6bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bade


Comments

No comments written yet.

Please login to write comment.