Color Hex Logo

#f3b8cd Color Hex

#F3B8CD
(243,184,205)
0 Favorites   0 Comments

Color spaces of #f3b8cd

RGB 243184205
HSL0.940.710.84
HSV339°24°95°
CMYK 0.000.240.16   0.05
XYZ65.122157.743465.4709
Yxy57.74340.34580.3066
Hunter Lab75.989119.99232.1091
CIE-Lab80.595924.4299-2.2632

#f3b8cd color RGB value is (243,184,205).

#f3b8cd hex color red value is 243, green value is 184 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f3b8cd hue: 0.94 , saturation: 0.71 and the lightness value of f3b8cd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111000 11001101
Octal 363 270 315
Decimal 243 184 205
Hex F3 B8 CD

RGB Percentages of Color #f3b8cd

%38.45
%29.11
%32.44

CMYK Percentages of Color #f3b8cd

%0
%24
%16
%5

Triadic Colors of #f3b8cd

#f3b8cd #cdf3b8 #b8cdf3

Analogous Colors of #f3b8cd

#f3b8cd #f3c1b8 #f3b8eb

Monochromatic Colors of #f3b8cd

#f3b8cd

Complementary Color

#f3b8cd #b8f3de

#f3b8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3b8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3b8cd Color CSS Codes

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

#f3b8cd Text Font Color

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

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


#f3b8cd Background Color

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

This div background color is #f3b8cd


#f3b8cd Border Color

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

This div border color is #f3b8cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,184,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3b8cd


Comments

No comments written yet.

Please login to write comment.