Color Hex Logo

#f1dbca Color Hex

#F1DBCA
(241,219,202)
0 Favorites   0 Comments

Color spaces of #f1dbca

RGB 241219202
HSL0.070.580.87
HSV26°16°95°
CMYK 0.000.090.16   0.05
XYZ72.267873.628166.2798
Yxy73.62810.34060.3470
Hunter Lab85.80680.173514.2674
CIE-Lab88.74644.864611.0970

#f1dbca color RGB value is (241,219,202).

#f1dbca hex color red value is 241, green value is 219 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f1dbca hue: 0.07 , saturation: 0.58 and the lightness value of f1dbca is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011011 11001010
Octal 361 333 312
Decimal 241 219 202
Hex F1 DB CA

RGB Percentages of Color #f1dbca

%36.40
%33.08
%30.51

CMYK Percentages of Color #f1dbca

%0
%9
%16
%5

Triadic Colors of #f1dbca

#f1dbca #caf1db #dbcaf1

Analogous Colors of #f1dbca

#f1dbca #f1efca #f1cacd

Monochromatic Colors of #f1dbca

#f1dbca

Complementary Color

#f1dbca #cae0f1

#f1dbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dbca Color CSS Codes

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

#f1dbca Text Font Color

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

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


#f1dbca Background Color

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

This div background color is #f1dbca


#f1dbca Border Color

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

This div border color is #f1dbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dbca


Comments

No comments written yet.

Please login to write comment.