Color Hex Logo

#f6cfcd Color Hex

#F6CFCD
(246,207,205)
0 Favorites   0 Comments

Color spaces of #f6cfcd

RGB 246207205
HSL0.010.690.88
HSV17°96°
CMYK 0.000.160.17   0.04
XYZ71.338368.626367.2439
Yxy68.62630.34430.3312
Hunter Lab82.84108.74319.8617
CIE-Lab86.318713.36416.0933

#f6cfcd color RGB value is (246,207,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001111 11001101
Octal 366 317 315
Decimal 246 207 205
Hex F6 CF CD

RGB Percentages of Color #f6cfcd

%37.39
%31.46
%31.16

CMYK Percentages of Color #f6cfcd

%0
%16
%17
%4

Triadic Colors of #f6cfcd

#f6cfcd #cdf6cf #cfcdf6

Analogous Colors of #f6cfcd

#f6cfcd #f6e4cd #f6cde0

Monochromatic Colors of #f6cfcd

#f6cfcd

Complementary Color

#f6cfcd #cdf4f6

#f6cfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cfcd Color CSS Codes

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

#f6cfcd Text Font Color

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

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


#f6cfcd Background Color

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

This div background color is #f6cfcd


#f6cfcd Border Color

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

This div border color is #f6cfcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,207,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 #f6cfcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cfcd


Comments

No comments written yet.

Please login to write comment.