Color Hex Logo

#f1ccac Color Hex

#F1CCAC
(241,204,172)
2 Favorites   0 Comments

Color spaces of #f1ccac

RGB 241204172
HSL0.080.710.81
HSV28°29°95°
CMYK 0.000.150.29   0.05
XYZ65.314964.865148.1075
Yxy64.86510.36630.3638
Hunter Lab80.53893.815820.9621
CIE-Lab84.41428.406520.7995

#f1ccac color RGB value is (241,204,172).

#f1ccac hex color red value is 241, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f1ccac hue: 0.08 , saturation: 0.71 and the lightness value of f1ccac is 0.81.

The process color (four color CMYK) of #f1ccac color hex is 0.00, 0.15, 0.29, 0.05. Web safe color of #f1ccac is #ffcc99. Color #f1ccac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001100 10101100
Octal 361 314 254
Decimal 241 204 172
Hex F1 CC AC

RGB Percentages of Color #f1ccac

%39.06
%33.06
%27.88

CMYK Percentages of Color #f1ccac

%0
%15
%29
%5

Triadic Colors of #f1ccac

#f1ccac #acf1cc #ccacf1

Analogous Colors of #f1ccac

#f1ccac #f1efac #f1acaf

Monochromatic Colors of #f1ccac

#f1ccac

Complementary Color

#f1ccac #acd1f1

#f1ccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ccac Color CSS Codes

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

#f1ccac Text Font Color

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

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


#f1ccac Background Color

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

This div background color is #f1ccac


#f1ccac Border Color

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

This div border color is #f1ccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ccac


Comments

No comments written yet.

Please login to write comment.