Color Hex Logo

#f1c7ec Color Hex

#F1C7EC
(241,199,236)
0 Favorites   0 Comments

Color spaces of #f1c7ec

RGB 241199236
HSL0.850.600.86
HSV307°17°95°
CMYK 0.000.170.02   0.05
XYZ71.839465.603788.2333
Yxy65.60370.31830.2907
Hunter Lab80.996116.5772-7.8904
CIE-Lab84.793920.9979-12.6782

#f1c7ec color RGB value is (241,199,236).

#f1c7ec hex color red value is 241, green value is 199 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f1c7ec hue: 0.85 , saturation: 0.60 and the lightness value of f1c7ec is 0.86.

The process color (four color CMYK) of #f1c7ec color hex is 0.00, 0.17, 0.02, 0.05. Web safe color of #f1c7ec is #ffccff. Color #f1c7ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11000111 11101100
Octal 361 307 354
Decimal 241 199 236
Hex F1 C7 EC

RGB Percentages of Color #f1c7ec

%35.65
%29.44
%34.91

CMYK Percentages of Color #f1c7ec

%0
%17
%2
%5

Triadic Colors of #f1c7ec

#f1c7ec #ecf1c7 #c7ecf1

Analogous Colors of #f1c7ec

#f1c7ec #f1c7d7 #e1c7f1

Monochromatic Colors of #f1c7ec

#f1c7ec

Complementary Color

#f1c7ec #c7f1cc

#f1c7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1c7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1c7ec Color CSS Codes

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

#f1c7ec Text Font Color

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

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


#f1c7ec Background Color

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

This div background color is #f1c7ec


#f1c7ec Border Color

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

This div border color is #f1c7ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,199,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1c7ec


Comments

No comments written yet.

Please login to write comment.