Color Hex Logo

#f6cfda Color Hex

#F6CFDA
(246,207,218)
0 Favorites   0 Comments

Color spaces of #f6cfda

RGB 246207218
HSL0.950.680.89
HSV343°16°96°
CMYK 0.000.160.11   0.04
XYZ72.973769.280475.8560
Yxy69.28040.33460.3176
Hunter Lab83.234810.83364.2305
CIE-Lab86.642715.4134-0.3289

#f6cfda color RGB value is (246,207,218).

#f6cfda hex color red value is 246, green value is 207 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f6cfda hue: 0.95 , saturation: 0.68 and the lightness value of f6cfda is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001111 11011010
Octal 366 317 332
Decimal 246 207 218
Hex F6 CF DA

RGB Percentages of Color #f6cfda

%36.66
%30.85
%32.49

CMYK Percentages of Color #f6cfda

%0
%16
%11
%4

Triadic Colors of #f6cfda

#f6cfda #daf6cf #cfdaf6

Analogous Colors of #f6cfda

#f6cfda #f6d8cf #f6cfee

Monochromatic Colors of #f6cfda

#f6cfda

Complementary Color

#f6cfda #cff6eb

#f6cfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cfda Color CSS Codes

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

#f6cfda Text Font Color

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

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


#f6cfda Background Color

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

This div background color is #f6cfda


#f6cfda Border Color

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

This div border color is #f6cfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cfda


Comments

No comments written yet.

Please login to write comment.