Color Hex Logo

#f1cbc1 Color Hex

#F1CBC1
(241,203,193)
0 Favorites   0 Comments

Color spaces of #f1cbc1

RGB 241203193
HSL0.030.630.85
HSV13°20°95°
CMYK 0.000.160.20   0.05
XYZ67.257265.262959.5042
Yxy65.26290.35030.3399
Hunter Lab80.78557.234012.8785
CIE-Lab84.619011.85459.9655

#f1cbc1 color RGB value is (241,203,193).

#f1cbc1 hex color red value is 241, green value is 203 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #f1cbc1 hue: 0.03 , saturation: 0.63 and the lightness value of f1cbc1 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001011 11000001
Octal 361 313 301
Decimal 241 203 193
Hex F1 CB C1

RGB Percentages of Color #f1cbc1

%37.83
%31.87
%30.30

CMYK Percentages of Color #f1cbc1

%0
%16
%20
%5

Triadic Colors of #f1cbc1

#f1cbc1 #c1f1cb #cbc1f1

Analogous Colors of #f1cbc1

#f1cbc1 #f1e3c1 #f1c1cf

Monochromatic Colors of #f1cbc1

#f1cbc1

Complementary Color

#f1cbc1 #c1e7f1

#f1cbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1cbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1cbc1 Color CSS Codes

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

#f1cbc1 Text Font Color

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

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


#f1cbc1 Background Color

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

This div background color is #f1cbc1


#f1cbc1 Border Color

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

This div border color is #f1cbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1cbc1


Comments

No comments written yet.

Please login to write comment.