Color Hex Logo

#f1c6de Color Hex

#F1C6DE
(241,198,222)
0 Favorites   0 Comments

Color spaces of #f1c6de

RGB 241198222
HSL0.910.610.86
HSV327°18°95°
CMYK 0.000.180.08   0.05
XYZ69.654564.362977.8593
Yxy64.36290.32880.3038
Hunter Lab80.226514.5815-1.3820
CIE-Lab84.154419.0895-6.1664

#f1c6de color RGB value is (241,198,222).

#f1c6de hex color red value is 241, green value is 198 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f1c6de hue: 0.91 , saturation: 0.61 and the lightness value of f1c6de is 0.86.

The process color (four color CMYK) of #f1c6de color hex is 0.00, 0.18, 0.08, 0.05. Web safe color of #f1c6de is #ffcccc. Color #f1c6de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11000110 11011110
Octal 361 306 336
Decimal 241 198 222
Hex F1 C6 DE

RGB Percentages of Color #f1c6de

%36.46
%29.95
%33.59

CMYK Percentages of Color #f1c6de

%0
%18
%8
%5

Triadic Colors of #f1c6de

#f1c6de #def1c6 #c6def1

Analogous Colors of #f1c6de

#f1c6de #f1c6c9 #efc6f1

Monochromatic Colors of #f1c6de

#f1c6de

Complementary Color

#f1c6de #c6f1d9

#f1c6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1c6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1c6de Color CSS Codes

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

#f1c6de Text Font Color

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

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


#f1c6de Background Color

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

This div background color is #f1c6de


#f1c6de Border Color

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

This div border color is #f1c6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1c6de


Comments

No comments written yet.

Please login to write comment.