Color Hex Logo

#f9cfaa Color Hex

#F9CFAA
(249,207,170)
0 Favorites   0 Comments

Color spaces of #f9cfaa

RGB 249207170
HSL0.080.870.82
HSV28°32°98°
CMYK 0.000.170.32   0.02
XYZ68.635467.667747.4739
Yxy67.66770.37350.3682
Hunter Lab82.26044.979023.3650
CIE-Lab85.84009.614423.9295

#f9cfaa color RGB value is (249,207,170).

#f9cfaa hex color red value is 249, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f9cfaa hue: 0.08 , saturation: 0.87 and the lightness value of f9cfaa is 0.82.

The process color (four color CMYK) of #f9cfaa color hex is 0.00, 0.17, 0.32, 0.02. Web safe color of #f9cfaa is #ffcc99. Color #f9cfaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001111 10101010
Octal 371 317 252
Decimal 249 207 170
Hex F9 CF AA

RGB Percentages of Color #f9cfaa

%39.78
%33.07
%27.16

CMYK Percentages of Color #f9cfaa

%0
%17
%32
%2

Triadic Colors of #f9cfaa

#f9cfaa #aaf9cf #cfaaf9

Analogous Colors of #f9cfaa

#f9cfaa #f9f7aa #f9aaad

Monochromatic Colors of #f9cfaa

#f9cfaa

Complementary Color

#f9cfaa #aad4f9

#f9cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cfaa Color CSS Codes

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

#f9cfaa Text Font Color

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

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


#f9cfaa Background Color

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

This div background color is #f9cfaa


#f9cfaa Border Color

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

This div border color is #f9cfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,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 #f9cfaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cfaa


Comments

No comments written yet.

Please login to write comment.