Color Hex Logo

#f3b4cc Color Hex

#F3B4CC
(243,180,204)
0 Favorites   0 Comments

Color spaces of #f3b4cc

RGB 243180204
HSL0.940.720.83
HSV337°26°95°
CMYK 0.000.260.16   0.05
XYZ64.182556.056864.5640
Yxy56.05680.34730.3033
Hunter Lab74.871121.99301.2819
CIE-Lab79.646126.3936-3.1177

#f3b4cc color RGB value is (243,180,204).

#f3b4cc hex color red value is 243, green value is 180 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f3b4cc hue: 0.94 , saturation: 0.72 and the lightness value of f3b4cc is 0.83.

The process color (four color CMYK) of #f3b4cc color hex is 0.00, 0.26, 0.16, 0.05. Web safe color of #f3b4cc is #ffcccc. Color #f3b4cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10110100 11001100
Octal 363 264 314
Decimal 243 180 204
Hex F3 B4 CC

RGB Percentages of Color #f3b4cc

%38.76
%28.71
%32.54

CMYK Percentages of Color #f3b4cc

%0
%26
%16
%5

Triadic Colors of #f3b4cc

#f3b4cc #ccf3b4 #b4ccf3

Analogous Colors of #f3b4cc

#f3b4cc #f3bcb4 #f3b4ec

Monochromatic Colors of #f3b4cc

#f3b4cc

Complementary Color

#f3b4cc #b4f3db

#f3b4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3b4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3b4cc Color CSS Codes

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

#f3b4cc Text Font Color

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

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


#f3b4cc Background Color

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

This div background color is #f3b4cc


#f3b4cc Border Color

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

This div border color is #f3b4cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,180,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 #f3b4cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3b4cc


Comments

No comments written yet.

Please login to write comment.