Color Hex Logo

#f1dbdf Color Hex

#F1DBDF
(241,219,223)
0 Favorites   0 Comments

Color spaces of #f1dbdf

RGB 241219223
HSL0.970.440.90
HSV349°95°
CMYK 0.000.090.07   0.05
XYZ74.926474.691580.2799
Yxy74.69150.32590.3249
Hunter Lab86.42423.51005.4222
CIE-Lab89.24838.23030.7817

#f1dbdf color RGB value is (241,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011011 11011111
Octal 361 333 337
Decimal 241 219 223
Hex F1 DB DF

RGB Percentages of Color #f1dbdf

%35.29
%32.06
%32.65

CMYK Percentages of Color #f1dbdf

%0
%9
%7
%5

Triadic Colors of #f1dbdf

#f1dbdf #dff1db #dbdff1

Analogous Colors of #f1dbdf

#f1dbdf #f1e2db #f1dbea

Monochromatic Colors of #f1dbdf

#f1dbdf

Complementary Color

#f1dbdf #dbf1ed

#f1dbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dbdf Color CSS Codes

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

#f1dbdf Text Font Color

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

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


#f1dbdf Background Color

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

This div background color is #f1dbdf


#f1dbdf Border Color

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

This div border color is #f1dbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dbdf


Comments

No comments written yet.

Please login to write comment.