Color Hex Logo

#f6dade Color Hex

#F6DADE
(246,218,222)
0 Favorites   0 Comments

Color spaces of #f6dade

RGB 246218222
HSL0.980.610.91
HSV351°11°96°
CMYK 0.000.110.10   0.04
XYZ76.262375.009679.5661
Yxy75.00960.33040.3249
Hunter Lab86.60815.61316.1564
CIE-Lab89.397510.31611.5760

#f6dade color RGB value is (246,218,222).

#f6dade hex color red value is 246, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f6dade hue: 0.98 , saturation: 0.61 and the lightness value of f6dade is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011010 11011110
Octal 366 332 336
Decimal 246 218 222
Hex F6 DA DE

RGB Percentages of Color #f6dade

%35.86
%31.78
%32.36

CMYK Percentages of Color #f6dade

%0
%11
%10
%4

Triadic Colors of #f6dade

#f6dade #def6da #dadef6

Analogous Colors of #f6dade

#f6dade #f6e4da #f6daec

Monochromatic Colors of #f6dade

#f6dade

Complementary Color

#f6dade #daf6f2

#f6dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dade Color CSS Codes

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

#f6dade Text Font Color

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

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


#f6dade Background Color

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

This div background color is #f6dade


#f6dade Border Color

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

This div border color is #f6dade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dade


Comments

No comments written yet.

Please login to write comment.