Color Hex Logo

#f6cfb4 Color Hex

#F6CFB4
(246,207,180)
0 Favorites   0 Comments

Color spaces of #f6cfb4

RGB 246207180
HSL0.070.790.84
HSV25°27°96°
CMYK 0.000.160.27   0.04
XYZ68.557167.513852.5981
Yxy67.51380.36340.3578
Hunter Lab82.16685.142319.5630
CIE-Lab85.76289.776818.5252

#f6cfb4 color RGB value is (246,207,180).

#f6cfb4 hex color red value is 246, green value is 207 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #f6cfb4 hue: 0.07 , saturation: 0.79 and the lightness value of f6cfb4 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001111 10110100
Octal 366 317 264
Decimal 246 207 180
Hex F6 CF B4

RGB Percentages of Color #f6cfb4

%38.86
%32.70
%28.44

CMYK Percentages of Color #f6cfb4

%0
%16
%27
%4

Triadic Colors of #f6cfb4

#f6cfb4 #b4f6cf #cfb4f6

Analogous Colors of #f6cfb4

#f6cfb4 #f6f0b4 #f6b4ba

Monochromatic Colors of #f6cfb4

#f6cfb4

Complementary Color

#f6cfb4 #b4dbf6

#f6cfb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cfb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cfb4 Color CSS Codes

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

#f6cfb4 Text Font Color

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

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


#f6cfb4 Background Color

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

This div background color is #f6cfb4


#f6cfb4 Border Color

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

This div border color is #f6cfb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cfb4

#f6cfb4 Color Palettes


Comments

No comments written yet.

Please login to write comment.