Color Hex Logo

#f6b5cc Color Hex

#F6B5CC
(246,181,204)
3 Favorites   0 Comments

Color spaces of #f6b5cc

RGB 246181204
HSL0.940.780.84
HSV339°26°96°
CMYK 0.000.260.17   0.04
XYZ65.429057.000264.6804
Yxy57.00020.34970.3046
Hunter Lab75.498522.57052.0545
CIE-Lab80.179726.9153-2.2987

#f6b5cc color RGB value is (246,181,204).

#f6b5cc hex color red value is 246, green value is 181 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f6b5cc hue: 0.94 , saturation: 0.78 and the lightness value of f6b5cc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10110101 11001100
Octal 366 265 314
Decimal 246 181 204
Hex F6 B5 CC

RGB Percentages of Color #f6b5cc

%38.99
%28.68
%32.33

CMYK Percentages of Color #f6b5cc

%0
%26
%17
%4

Triadic Colors of #f6b5cc

#f6b5cc #ccf6b5 #b5ccf6

Analogous Colors of #f6b5cc

#f6b5cc #f6bfb5 #f6b5ed

Monochromatic Colors of #f6b5cc

#f6b5cc

Complementary Color

#f6b5cc #b5f6df

#f6b5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6b5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6b5cc Color CSS Codes

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

#f6b5cc Text Font Color

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

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


#f6b5cc Background Color

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

This div background color is #f6b5cc


#f6b5cc Border Color

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

This div border color is #f6b5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6b5cc


Comments

No comments written yet.

Please login to write comment.