Color Hex Logo

#f6cada Color Hex

#F6CADA
(246,202,218)
0 Favorites   0 Comments

Color spaces of #f6cada

RGB 246202218
HSL0.940.710.88
HSV338°18°96°
CMYK 0.000.180.11   0.04
XYZ71.781566.895875.4586
Yxy66.89580.33520.3124
Hunter Lab81.789913.52532.5525
CIE-Lab85.451318.0418-2.0729

#f6cada color RGB value is (246,202,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001010 11011010
Octal 366 312 332
Decimal 246 202 218
Hex F6 CA DA

RGB Percentages of Color #f6cada

%36.94
%30.33
%32.73

CMYK Percentages of Color #f6cada

%0
%18
%11
%4

Triadic Colors of #f6cada

#f6cada #daf6ca #cadaf6

Analogous Colors of #f6cada

#f6cada #f6d0ca #f6caf0

Monochromatic Colors of #f6cada

#f6cada

Complementary Color

#f6cada #caf6e6

#f6cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cada Color CSS Codes

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

#f6cada Text Font Color

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

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


#f6cada Background Color

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

This div background color is #f6cada


#f6cada Border Color

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

This div border color is #f6cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cada

Related Colors


Comments

No comments written yet.

Please login to write comment.