Color Hex Logo

#f6cfbc Color Hex

#F6CFBC
(246,207,188)
0 Favorites   0 Comments

Color spaces of #f6cfbc

RGB 246207188
HSL0.050.760.85
HSV20°24°96°
CMYK 0.000.160.24   0.04
XYZ69.396067.849357.0156
Yxy67.84930.35720.3493
Hunter Lab82.37076.234716.6199
CIE-Lab85.931010.873014.5396

#f6cfbc color RGB value is (246,207,188).

#f6cfbc hex color red value is 246, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f6cfbc hue: 0.05 , saturation: 0.76 and the lightness value of f6cfbc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001111 10111100
Octal 366 317 274
Decimal 246 207 188
Hex F6 CF BC

RGB Percentages of Color #f6cfbc

%38.38
%32.29
%29.33

CMYK Percentages of Color #f6cfbc

%0
%16
%24
%4

Triadic Colors of #f6cfbc

#f6cfbc #bcf6cf #cfbcf6

Analogous Colors of #f6cfbc

#f6cfbc #f6ecbc #f6bcc6

Monochromatic Colors of #f6cfbc

#f6cfbc

Complementary Color

#f6cfbc #bce3f6

#f6cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cfbc Color CSS Codes

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

#f6cfbc Text Font Color

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

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


#f6cfbc Background Color

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

This div background color is #f6cfbc


#f6cfbc Border Color

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

This div border color is #f6cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cfbc


Comments

No comments written yet.

Please login to write comment.