Color Hex Logo

#f1badb Color Hex

#F1BADB
(241,186,219)
1 Favorites   0 Comments

Color spaces of #f1badb

RGB 241186219
HSL0.900.660.84
HSV324°23°95°
CMYK 0.000.230.09   0.05
XYZ66.620758.933174.8818
Yxy58.93310.33240.2940
Hunter Lab76.767920.5620-4.0958
CIE-Lab81.254824.9454-8.8562

#f1badb color RGB value is (241,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111010 11011011
Octal 361 272 333
Decimal 241 186 219
Hex F1 BA DB

RGB Percentages of Color #f1badb

%37.31
%28.79
%33.90

CMYK Percentages of Color #f1badb

%0
%23
%9
%5

Triadic Colors of #f1badb

#f1badb #dbf1ba #badbf1

Analogous Colors of #f1badb

#f1badb #f1bac0 #ecbaf1

Monochromatic Colors of #f1badb

#f1badb

Complementary Color

#f1badb #baf1d0

#f1badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1badb Color CSS Codes

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

#f1badb Text Font Color

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

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


#f1badb Background Color

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

This div background color is #f1badb


#f1badb Border Color

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

This div border color is #f1badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1badb

#f1badb Color Palettes


Comments

No comments written yet.

Please login to write comment.