Color Hex Logo

#f9cace Color Hex

#F9CACE
(249,202,206)
0 Favorites   0 Comments

Color spaces of #f9cace

RGB 249202206
HSL0.990.800.88
HSV355°19°98°
CMYK 0.000.190.17   0.02
XYZ71.328066.837067.5340
Yxy66.83700.34680.3249
Hunter Lab81.753912.66708.2504
CIE-Lab85.421617.20904.3020

#f9cace color RGB value is (249,202,206).

#f9cace hex color red value is 249, green value is 202 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f9cace hue: 0.99 , saturation: 0.80 and the lightness value of f9cace is 0.88.

The process color (four color CMYK) of #f9cace color hex is 0.00, 0.19, 0.17, 0.02. Web safe color of #f9cace is #ffcccc. Color #f9cace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001010 11001110
Octal 371 312 316
Decimal 249 202 206
Hex F9 CA CE

RGB Percentages of Color #f9cace

%37.90
%30.75
%31.35

CMYK Percentages of Color #f9cace

%0
%19
%17
%2

Triadic Colors of #f9cace

#f9cace #cef9ca #cacef9

Analogous Colors of #f9cace

#f9cace #f9deca #f9cae6

Monochromatic Colors of #f9cace

#f9cace

Complementary Color

#f9cace #caf9f5

#f9cace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cace Color CSS Codes

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

#f9cace Text Font Color

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

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


#f9cace Background Color

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

This div background color is #f9cace


#f9cace Border Color

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

This div border color is #f9cace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,202,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cace


Comments

No comments written yet.

Please login to write comment.