Color Hex Logo

#f1cbbd Color Hex

#F1CBBD
(241,203,189)
0 Favorites   0 Comments

Color spaces of #f1cbbd

RGB 241203189
HSL0.040.650.84
HSV16°22°95°
CMYK 0.000.160.22   0.05
XYZ66.816965.086857.1855
Yxy65.08680.35340.3442
Hunter Lab80.67646.651614.4472
CIE-Lab84.528411.270511.9614

#f1cbbd color RGB value is (241,203,189).

#f1cbbd hex color red value is 241, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f1cbbd hue: 0.04 , saturation: 0.65 and the lightness value of f1cbbd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001011 10111101
Octal 361 313 275
Decimal 241 203 189
Hex F1 CB BD

RGB Percentages of Color #f1cbbd

%38.07
%32.07
%29.86

CMYK Percentages of Color #f1cbbd

%0
%16
%22
%5

Triadic Colors of #f1cbbd

#f1cbbd #bdf1cb #cbbdf1

Analogous Colors of #f1cbbd

#f1cbbd #f1e5bd #f1bdc9

Monochromatic Colors of #f1cbbd

#f1cbbd

Complementary Color

#f1cbbd #bde3f1

#f1cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1cbbd Color CSS Codes

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

#f1cbbd Text Font Color

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

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


#f1cbbd Background Color

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

This div background color is #f1cbbd


#f1cbbd Border Color

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

This div border color is #f1cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1cbbd


Comments

No comments written yet.

Please login to write comment.