Color Hex Logo

#f1ccba Color Hex

#F1CCBA
(241,204,186)
0 Favorites   0 Comments

Color spaces of #f1ccba

RGB 241204186
HSL0.050.660.84
HSV20°23°95°
CMYK 0.000.150.23   0.05
XYZ66.731465.431755.5668
Yxy65.43170.35550.3485
Hunter Lab80.88995.699215.8940
CIE-Lab84.705710.316813.8042

#f1ccba color RGB value is (241,204,186).

#f1ccba hex color red value is 241, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f1ccba hue: 0.05 , saturation: 0.66 and the lightness value of f1ccba is 0.84.

The process color (four color CMYK) of #f1ccba color hex is 0.00, 0.15, 0.23, 0.05. Web safe color of #f1ccba is #ffcccc. Color #f1ccba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001100 10111010
Octal 361 314 272
Decimal 241 204 186
Hex F1 CC BA

RGB Percentages of Color #f1ccba

%38.19
%32.33
%29.48

CMYK Percentages of Color #f1ccba

%0
%15
%23
%5

Triadic Colors of #f1ccba

#f1ccba #baf1cc #ccbaf1

Analogous Colors of #f1ccba

#f1ccba #f1e8ba #f1bac4

Monochromatic Colors of #f1ccba

#f1ccba

Complementary Color

#f1ccba #badff1

#f1ccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ccba Color CSS Codes

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

#f1ccba Text Font Color

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

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


#f1ccba Background Color

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

This div background color is #f1ccba


#f1ccba Border Color

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

This div border color is #f1ccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ccba


Comments

No comments written yet.

Please login to write comment.