Color Hex Logo

#f3bad9 Color Hex

#F3BAD9
(243,186,217)
0 Favorites   0 Comments

Color spaces of #f3bad9

RGB 243186217
HSL0.910.700.84
HSV327°23°95°
CMYK 0.000.230.11   0.05
XYZ67.045459.182373.5353
Yxy59.18230.33560.2963
Hunter Lab76.930020.9372-2.8227
CIE-Lab81.391725.2972-7.5556

#f3bad9 color RGB value is (243,186,217).

#f3bad9 hex color red value is 243, green value is 186 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #f3bad9 hue: 0.91 , saturation: 0.70 and the lightness value of f3bad9 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111010 11011001
Octal 363 272 331
Decimal 243 186 217
Hex F3 BA D9

RGB Percentages of Color #f3bad9

%37.62
%28.79
%33.59

CMYK Percentages of Color #f3bad9

%0
%23
%11
%5

Triadic Colors of #f3bad9

#f3bad9 #d9f3ba #bad9f3

Analogous Colors of #f3bad9

#f3bad9 #f3babd #f1baf3

Monochromatic Colors of #f3bad9

#f3bad9

Complementary Color

#f3bad9 #baf3d4

#f3bad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3bad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3bad9 Color CSS Codes

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

#f3bad9 Text Font Color

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

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


#f3bad9 Background Color

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

This div background color is #f3bad9


#f3bad9 Border Color

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

This div border color is #f3bad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3bad9


Comments

No comments written yet.

Please login to write comment.