Color Hex Logo

#f6b2ce Color Hex

#F6B2CE
(246,178,206)
0 Favorites   0 Comments

Color spaces of #f6b2ce

RGB 246178206
HSL0.930.790.83
HSV335°28°96°
CMYK 0.000.280.16   0.04
XYZ65.067055.889965.7509
Yxy55.88990.34850.2993
Hunter Lab74.759524.52830.1862
CIE-Lab79.551128.8090-4.3049

#f6b2ce color RGB value is (246,178,206).

#f6b2ce hex color red value is 246, green value is 178 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f6b2ce hue: 0.93 , saturation: 0.79 and the lightness value of f6b2ce is 0.83.

The process color (four color CMYK) of #f6b2ce color hex is 0.00, 0.28, 0.16, 0.04. Web safe color of #f6b2ce is #ff99cc. Color #f6b2ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10110010 11001110
Octal 366 262 316
Decimal 246 178 206
Hex F6 B2 CE

RGB Percentages of Color #f6b2ce

%39.05
%28.25
%32.70

CMYK Percentages of Color #f6b2ce

%0
%28
%16
%4

Triadic Colors of #f6b2ce

#f6b2ce #cef6b2 #b2cef6

Analogous Colors of #f6b2ce

#f6b2ce #f6b8b2 #f6b2f0

Monochromatic Colors of #f6b2ce

#f6b2ce

Complementary Color

#f6b2ce #b2f6da

#f6b2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6b2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6b2ce Color CSS Codes

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

#f6b2ce Text Font Color

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

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


#f6b2ce Background Color

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

This div background color is #f6b2ce


#f6b2ce Border Color

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

This div border color is #f6b2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6b2ce


Comments

No comments written yet.

Please login to write comment.