Color Hex Logo

#f6dfed Color Hex

#F6DFED
(246,223,237)
0 Favorites   0 Comments

Color spaces of #f6dfed

RGB 246223237
HSL0.900.560.92
HSV323°96°
CMYK 0.000.090.04   0.04
XYZ79.679878.482691.0698
Yxy78.48260.31970.3149
Hunter Lab88.59045.51291.0639
CIE-Lab90.999710.2492-3.9556

#f6dfed color RGB value is (246,223,237).

#f6dfed hex color red value is 246, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f6dfed hue: 0.90 , saturation: 0.56 and the lightness value of f6dfed is 0.92.

The process color (four color CMYK) of #f6dfed color hex is 0.00, 0.09, 0.04, 0.04. Web safe color of #f6dfed is #ffccff. Color #f6dfed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011111 11101101
Octal 366 337 355
Decimal 246 223 237
Hex F6 DF ED

RGB Percentages of Color #f6dfed

%34.84
%31.59
%33.57

CMYK Percentages of Color #f6dfed

%0
%9
%4
%4

Triadic Colors of #f6dfed

#f6dfed #edf6df #dfedf6

Analogous Colors of #f6dfed

#f6dfed #f6dfe2 #f4dff6

Monochromatic Colors of #f6dfed

#f6dfed

Complementary Color

#f6dfed #dff6e8

#f6dfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6dfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6dfed Color CSS Codes

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

#f6dfed Text Font Color

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

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


#f6dfed Background Color

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

This div background color is #f6dfed


#f6dfed Border Color

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

This div border color is #f6dfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6dfed


Comments

No comments written yet.

Please login to write comment.