Color Hex Logo

#f6cfdd Color Hex

#F6CFDD
(246,207,221)
0 Favorites   0 Comments

Color spaces of #f6cfdd

RGB 246207221
HSL0.940.680.89
HSV338°16°96°
CMYK 0.000.160.10   0.04
XYZ73.370069.438977.9427
Yxy69.43890.33240.3146
Hunter Lab83.330011.33732.8741
CIE-Lab86.720915.9035-1.8052

#f6cfdd color RGB value is (246,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001111 11011101
Octal 366 317 335
Decimal 246 207 221
Hex F6 CF DD

RGB Percentages of Color #f6cfdd

%36.50
%30.71
%32.79

CMYK Percentages of Color #f6cfdd

%0
%16
%10
%4

Triadic Colors of #f6cfdd

#f6cfdd #ddf6cf #cfddf6

Analogous Colors of #f6cfdd

#f6cfdd #f6d5cf #f6cff1

Monochromatic Colors of #f6cfdd

#f6cfdd

Complementary Color

#f6cfdd #cff6e8

#f6cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cfdd Color CSS Codes

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

#f6cfdd Text Font Color

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

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


#f6cfdd Background Color

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

This div background color is #f6cfdd


#f6cfdd Border Color

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

This div border color is #f6cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cfdd


Comments

No comments written yet.

Please login to write comment.