Color Hex Logo

#f1dcca Color Hex

#F1DCCA
(241,220,202)
0 Favorites   0 Comments

Color spaces of #f1dcca

RGB 241220202
HSL0.080.580.87
HSV28°16°95°
CMYK 0.000.090.16   0.05
XYZ72.529574.151466.3671
Yxy74.15140.34040.3481
Hunter Lab86.1112-0.348114.5822
CIE-Lab88.99404.347711.4495

#f1dcca color RGB value is (241,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011100 11001010
Octal 361 334 312
Decimal 241 220 202
Hex F1 DC CA

RGB Percentages of Color #f1dcca

%36.35
%33.18
%30.47

CMYK Percentages of Color #f1dcca

%0
%9
%16
%5

Triadic Colors of #f1dcca

#f1dcca #caf1dc #dccaf1

Analogous Colors of #f1dcca

#f1dcca #f1f0ca #f1cacc

Monochromatic Colors of #f1dcca

#f1dcca

Complementary Color

#f1dcca #cadff1

#f1dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dcca Color CSS Codes

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

#f1dcca Text Font Color

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

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


#f1dcca Background Color

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

This div background color is #f1dcca


#f1dcca Border Color

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

This div border color is #f1dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dcca


Comments

No comments written yet.

Please login to write comment.