Color Hex Logo

#f6cace Color Hex

#F6CACE
(246,202,206)
0 Favorites   0 Comments

Color spaces of #f6cace

RGB 246202206
HSL0.980.710.88
HSV355°18°96°
CMYK 0.000.180.16   0.04
XYZ70.267166.290167.4843
Yxy66.29010.34440.3249
Hunter Lab81.418711.56877.8503
CIE-Lab85.144216.14073.8656

#f6cace color RGB value is (246,202,206).

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

The process color (four color CMYK) of #f6cace color hex is 0.00, 0.18, 0.16, 0.04. Web safe color of #f6cace is #ffcccc. Color #f6cace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001010 11001110
Octal 366 312 316
Decimal 246 202 206
Hex F6 CA CE

RGB Percentages of Color #f6cace

%37.61
%30.89
%31.50

CMYK Percentages of Color #f6cace

%0
%18
%16
%4

Triadic Colors of #f6cace

#f6cace #cef6ca #cacef6

Analogous Colors of #f6cace

#f6cace #f6dcca #f6cae4

Monochromatic Colors of #f6cace

#f6cace

Complementary Color

#f6cace #caf6f2

#f6cace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cace Color CSS Codes

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

#f6cace Text Font Color

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

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


#f6cace Background Color

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

This div background color is #f6cace


#f6cace Border Color

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

This div border color is #f6cace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cace


Comments

No comments written yet.

Please login to write comment.