Color Hex Logo

#f1cbd1 Color Hex

#F1CBD1
(241,203,209)
0 Favorites   0 Comments

Color spaces of #f1cbd1

RGB 241203209
HSL0.970.580.87
HSV351°16°95°
CMYK 0.000.160.13   0.05
XYZ69.140266.016169.4199
Yxy66.01610.33800.3227
Hunter Lab81.25039.70716.2181
CIE-Lab85.004614.31232.0101

#f1cbd1 color RGB value is (241,203,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001011 11010001
Octal 361 313 321
Decimal 241 203 209
Hex F1 CB D1

RGB Percentages of Color #f1cbd1

%36.91
%31.09
%32.01

CMYK Percentages of Color #f1cbd1

%0
%16
%13
%5

Triadic Colors of #f1cbd1

#f1cbd1 #d1f1cb #cbd1f1

Analogous Colors of #f1cbd1

#f1cbd1 #f1d8cb #f1cbe4

Monochromatic Colors of #f1cbd1

#f1cbd1

Complementary Color

#f1cbd1 #cbf1eb

#f1cbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1cbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1cbd1 Color CSS Codes

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

#f1cbd1 Text Font Color

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

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


#f1cbd1 Background Color

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

This div background color is #f1cbd1


#f1cbd1 Border Color

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

This div border color is #f1cbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1cbd1


Comments

No comments written yet.

Please login to write comment.