Color Hex Logo

#f3badd Color Hex

#F3BADD
(243,186,221)
0 Favorites   0 Comments

Color spaces of #f3badd

RGB 243186221
HSL0.900.700.84
HSV323°23°95°
CMYK 0.000.230.09   0.05
XYZ67.572259.393076.3092
Yxy59.39300.33240.2922
Hunter Lab77.066921.6418-4.7603
CIE-Lab81.507125.9623-9.5358

#f3badd color RGB value is (243,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111010 11011101
Octal 363 272 335
Decimal 243 186 221
Hex F3 BA DD

RGB Percentages of Color #f3badd

%37.38
%28.62
%34.00

CMYK Percentages of Color #f3badd

%0
%23
%9
%5

Triadic Colors of #f3badd

#f3badd #ddf3ba #baddf3

Analogous Colors of #f3badd

#f3badd #f3bac1 #edbaf3

Monochromatic Colors of #f3badd

#f3badd

Complementary Color

#f3badd #baf3d0

#f3badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3badd Color CSS Codes

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

#f3badd Text Font Color

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

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


#f3badd Background Color

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

This div background color is #f3badd


#f3badd Border Color

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

This div border color is #f3badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3badd


Comments

No comments written yet.

Please login to write comment.