Color Hex Logo

#f6cecd Color Hex

#F6CECD
(246,206,205)
0 Favorites   0 Comments

Color spaces of #f6cecd

RGB 246206205
HSL0.000.690.88
HSV17°96°
CMYK 0.000.160.17   0.04
XYZ71.096868.143267.1634
Yxy68.14320.34450.3301
Hunter Lab82.54899.27599.5447
CIE-Lab86.078013.88815.7464

#f6cecd color RGB value is (246,206,205).

#f6cecd hex color red value is 246, green value is 206 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f6cecd hue: 0.00 , saturation: 0.69 and the lightness value of f6cecd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001110 11001101
Octal 366 316 315
Decimal 246 206 205
Hex F6 CE CD

RGB Percentages of Color #f6cecd

%37.44
%31.35
%31.20

CMYK Percentages of Color #f6cecd

%0
%16
%17
%4

Triadic Colors of #f6cecd

#f6cecd #cdf6ce #cecdf6

Analogous Colors of #f6cecd

#f6cecd #f6e3cd #f6cde1

Monochromatic Colors of #f6cecd

#f6cecd

Complementary Color

#f6cecd #cdf5f6

#f6cecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cecd Color CSS Codes

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

#f6cecd Text Font Color

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

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


#f6cecd Background Color

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

This div background color is #f6cecd


#f6cecd Border Color

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

This div border color is #f6cecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cecd


Comments

No comments written yet.

Please login to write comment.