Color Hex Logo

#f6cfd5 Color Hex

#F6CFD5
(246,207,213)
0 Favorites   0 Comments

Color spaces of #f6cfd5

RGB 246207213
HSL0.970.680.89
HSV351°16°96°
CMYK 0.000.160.13   0.04
XYZ72.329169.022672.4613
Yxy69.02260.33830.3228
Hunter Lab83.079810.01196.4438
CIE-Lab86.515214.61082.1366

#f6cfd5 color RGB value is (246,207,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001111 11010101
Octal 366 317 325
Decimal 246 207 213
Hex F6 CF D5

RGB Percentages of Color #f6cfd5

%36.94
%31.08
%31.98

CMYK Percentages of Color #f6cfd5

%0
%16
%13
%4

Triadic Colors of #f6cfd5

#f6cfd5 #d5f6cf #cfd5f6

Analogous Colors of #f6cfd5

#f6cfd5 #f6ddcf #f6cfe9

Monochromatic Colors of #f6cfd5

#f6cfd5

Complementary Color

#f6cfd5 #cff6f0

#f6cfd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cfd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cfd5 Color CSS Codes

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

#f6cfd5 Text Font Color

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

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


#f6cfd5 Background Color

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

This div background color is #f6cfd5


#f6cfd5 Border Color

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

This div border color is #f6cfd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cfd5


Comments

No comments written yet.

Please login to write comment.