Color Hex Logo

#f6cade Color Hex

#F6CADE
(246,202,222)
0 Favorites   0 Comments

Color spaces of #f6cade

RGB 246202222
HSL0.920.710.88
HSV333°18°96°
CMYK 0.000.180.10   0.04
XYZ72.311467.107878.2491
Yxy67.10780.33220.3083
Hunter Lab81.919414.20570.7099
CIE-Lab85.558418.6980-4.0437

#f6cade color RGB value is (246,202,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001010 11011110
Octal 366 312 336
Decimal 246 202 222
Hex F6 CA DE

RGB Percentages of Color #f6cade

%36.72
%30.15
%33.13

CMYK Percentages of Color #f6cade

%0
%18
%10
%4

Triadic Colors of #f6cade

#f6cade #def6ca #cadef6

Analogous Colors of #f6cade

#f6cade #f6ccca #f6caf4

Monochromatic Colors of #f6cade

#f6cade

Complementary Color

#f6cade #caf6e2

#f6cade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cade Color CSS Codes

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

#f6cade Text Font Color

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

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


#f6cade Background Color

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

This div background color is #f6cade


#f6cade Border Color

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

This div border color is #f6cade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cade


Comments

No comments written yet.

Please login to write comment.