Color Hex Logo

#f6cadf Color Hex

#F6CADF
(246,202,223)
0 Favorites   0 Comments

Color spaces of #f6cadf

RGB 246202223
HSL0.920.710.88
HSV331°18°96°
CMYK 0.000.180.09   0.04
XYZ72.445867.161678.9572
Yxy67.16160.33150.3073
Hunter Lab81.952214.37780.2433
CIE-Lab85.585518.8637-4.5357

#f6cadf color RGB value is (246,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001010 11011111
Octal 366 312 337
Decimal 246 202 223
Hex F6 CA DF

RGB Percentages of Color #f6cadf

%36.66
%30.10
%33.23

CMYK Percentages of Color #f6cadf

%0
%18
%9
%4

Triadic Colors of #f6cadf

#f6cadf #dff6ca #cadff6

Analogous Colors of #f6cadf

#f6cadf #f6cbca #f6caf5

Monochromatic Colors of #f6cadf

#f6cadf

Complementary Color

#f6cadf #caf6e1

#f6cadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cadf Color CSS Codes

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

#f6cadf Text Font Color

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

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


#f6cadf Background Color

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

This div background color is #f6cadf


#f6cadf Border Color

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

This div border color is #f6cadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cadf


Comments

No comments written yet.

Please login to write comment.