color codes Logo

#f3b9dc color codes

#F3B9DC
(243,185,220)
0 Favorites   0 Comments

Color spaces of #f3b9dc

RGB 243185220
HSL0.900.710.84
HSV324°24°95°
CMYK 0.000.240.09   0.05
XYZ67.229458.919975.5395
Yxy58.91990.33330.2921
Hunter Lab76.759322.0099-4.6163
CIE-Lab81.247526.3253-9.3840

#f3b9dc color RGB value is (243,185,220).

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

The process color (four color CMYK) of #f3b9dc color code is 0.00, 0.24, 0.09, 0.05. Web safe color of #f3b9dc is #ffcccc. Color #f3b9dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111001 11011100
Octal 363 271 334
Decimal 243 185 220
Hex F3 B9 DC

RGB Percentages of Color #f3b9dc

%37.50
%28.55
%33.95

CMYK Percentages of Color #f3b9dc

%0
%24
%9
%5

Triadic Colors of #f3b9dc

#f3b9dc #dcf3b9 #b9dcf3

Analogous Colors of #f3b9dc

#f3b9dc #f3b9bf #edb9f3

Monochromatic Colors of #f3b9dc

#f3b9dc

Complementary Color

#f3b9dc #b9f3d0

#f3b9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3b9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3b9dc Color CSS Codes

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

#f3b9dc Text Font Color

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

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


#f3b9dc Background Color

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

This div background color is #f3b9dc


#f3b9dc Border Color

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

This div border color is #f3b9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3b9dc


Comments

No comments written yet.

Please login to write comment.