Color Hex Logo

#f6cadd Color Hex

#F6CADD
(246,202,221)
0 Favorites   0 Comments

Color spaces of #f6cadd

RGB 246202221
HSL0.930.710.88
HSV334°18°96°
CMYK 0.000.180.10   0.04
XYZ72.177767.054377.5452
Yxy67.05430.33300.3093
Hunter Lab81.886714.03421.1741
CIE-Lab85.531418.5329-3.5515

#f6cadd color RGB value is (246,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001010 11011101
Octal 366 312 335
Decimal 246 202 221
Hex F6 CA DD

RGB Percentages of Color #f6cadd

%36.77
%30.19
%33.03

CMYK Percentages of Color #f6cadd

%0
%18
%10
%4

Triadic Colors of #f6cadd

#f6cadd #ddf6ca #caddf6

Analogous Colors of #f6cadd

#f6cadd #f6cdca #f6caf3

Monochromatic Colors of #f6cadd

#f6cadd

Complementary Color

#f6cadd #caf6e3

#f6cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cadd Color CSS Codes

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

#f6cadd Text Font Color

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

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


#f6cadd Background Color

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

This div background color is #f6cadd


#f6cadd Border Color

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

This div border color is #f6cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cadd


Comments

No comments written yet.

Please login to write comment.