Color Hex Logo

#f6ddeb Color Hex

#F6DDEB
(246,221,235)
0 Favorites   0 Comments

Color spaces of #f6ddeb

RGB 246221235
HSL0.910.580.92
HSV326°10°96°
CMYK 0.000.100.04   0.04
XYZ78.857977.303989.3621
Yxy77.30390.32120.3149
Hunter Lab87.92266.23221.2852
CIE-Lab90.461310.9431-3.6986

#f6ddeb color RGB value is (246,221,235).

#f6ddeb hex color red value is 246, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f6ddeb hue: 0.91 , saturation: 0.58 and the lightness value of f6ddeb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11011101 11101011
Octal 366 335 353
Decimal 246 221 235
Hex F6 DD EB

RGB Percentages of Color #f6ddeb

%35.04
%31.48
%33.48

CMYK Percentages of Color #f6ddeb

%0
%10
%4
%4

Triadic Colors of #f6ddeb

#f6ddeb #ebf6dd #ddebf6

Analogous Colors of #f6ddeb

#f6ddeb #f6dddf #f5ddf6

Monochromatic Colors of #f6ddeb

#f6ddeb

Complementary Color

#f6ddeb #ddf6e8

#f6ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6ddeb Color CSS Codes

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

#f6ddeb Text Font Color

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

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


#f6ddeb Background Color

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

This div background color is #f6ddeb


#f6ddeb Border Color

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

This div border color is #f6ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6ddeb


Comments

No comments written yet.

Please login to write comment.