Color Hex Logo

#f3bcdd Color Hex

#F3BCDD
(243,188,221)
0 Favorites   0 Comments

Color spaces of #f3bcdd

RGB 243188221
HSL0.900.700.85
HSV324°23°95°
CMYK 0.000.230.09   0.05
XYZ67.996560.241676.4506
Yxy60.24160.33220.2943
Hunter Lab77.615520.5513-4.0693
CIE-Lab81.969324.9022-8.8485

#f3bcdd color RGB value is (243,188,221).

#f3bcdd hex color red value is 243, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f3bcdd hue: 0.90 , saturation: 0.70 and the lightness value of f3bcdd is 0.85.

The process color (four color CMYK) of #f3bcdd color hex is 0.00, 0.23, 0.09, 0.05. Web safe color of #f3bcdd is #ffcccc. Color #f3bcdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111100 11011101
Octal 363 274 335
Decimal 243 188 221
Hex F3 BC DD

RGB Percentages of Color #f3bcdd

%37.27
%28.83
%33.90

CMYK Percentages of Color #f3bcdd

%0
%23
%9
%5

Triadic Colors of #f3bcdd

#f3bcdd #ddf3bc #bcddf3

Analogous Colors of #f3bcdd

#f3bcdd #f3bcc2 #eebcf3

Monochromatic Colors of #f3bcdd

#f3bcdd

Complementary Color

#f3bcdd #bcf3d2

#f3bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3bcdd Color CSS Codes

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

#f3bcdd Text Font Color

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

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


#f3bcdd Background Color

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

This div background color is #f3bcdd


#f3bcdd Border Color

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

This div border color is #f3bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3bcdd


Comments

No comments written yet.

Please login to write comment.