Color Hex Logo

#f6b2cb Color Hex

#F6B2CB
(246,178,203)
0 Favorites   0 Comments

Color spaces of #f6b2cb

RGB 246178203
HSL0.940.790.83
HSV338°28°96°
CMYK 0.000.280.17   0.04
XYZ64.705955.745463.8495
Yxy55.74540.35110.3025
Hunter Lab74.662824.03551.5609
CIE-Lab79.468728.3476-2.8015

#f6b2cb color RGB value is (246,178,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10110010 11001011
Octal 366 262 313
Decimal 246 178 203
Hex F6 B2 CB

RGB Percentages of Color #f6b2cb

%39.23
%28.39
%32.38

CMYK Percentages of Color #f6b2cb

%0
%28
%17
%4

Triadic Colors of #f6b2cb

#f6b2cb #cbf6b2 #b2cbf6

Analogous Colors of #f6b2cb

#f6b2cb #f6bbb2 #f6b2ed

Monochromatic Colors of #f6b2cb

#f6b2cb

Complementary Color

#f6b2cb #b2f6dd

#f6b2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6b2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6b2cb Color CSS Codes

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

#f6b2cb Text Font Color

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

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


#f6b2cb Background Color

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

This div background color is #f6b2cb


#f6b2cb Border Color

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

This div border color is #f6b2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6b2cb

Related Colors


Comments

No comments written yet.

Please login to write comment.