Color Hex Logo

#f1cfaa Color Hex

#F1CFAA
(241,207,170)
0 Favorites   0 Comments

Color spaces of #f1cfaa

RGB 241207170
HSL0.090.720.81
HSV31°29°95°
CMYK 0.000.140.29   0.05
XYZ65.844266.228747.3433
Yxy66.22870.36700.3691
Hunter Lab81.38102.005022.4748
CIE-Lab85.11296.583222.8151

#f1cfaa color RGB value is (241,207,170).

#f1cfaa hex color red value is 241, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f1cfaa hue: 0.09 , saturation: 0.72 and the lightness value of f1cfaa is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001111 10101010
Octal 361 317 252
Decimal 241 207 170
Hex F1 CF AA

RGB Percentages of Color #f1cfaa

%39.00
%33.50
%27.51

CMYK Percentages of Color #f1cfaa

%0
%14
%29
%5

Triadic Colors of #f1cfaa

#f1cfaa #aaf1cf #cfaaf1

Analogous Colors of #f1cfaa

#f1cfaa #f0f1aa #f1acaa

Monochromatic Colors of #f1cfaa

#f1cfaa

Complementary Color

#f1cfaa #aaccf1

#f1cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1cfaa Color CSS Codes

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

#f1cfaa Text Font Color

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

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


#f1cfaa Background Color

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

This div background color is #f1cfaa


#f1cfaa Border Color

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

This div border color is #f1cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1cfaa

#f1cfaa Color Palettes


Comments

No comments written yet.

Please login to write comment.