Color Hex Logo

#f6c3ea Color Hex

#F6C3EA
(246,195,234)
0 Favorites   0 Comments

Color spaces of #f6c3ea

RGB 246195234
HSL0.870.740.86
HSV314°21°96°
CMYK 0.000.210.05   0.04
XYZ72.372464.563686.4895
Yxy64.56360.32390.2890
Hunter Lab80.351520.1595-7.5731
CIE-Lab84.258424.4298-12.3650

#f6c3ea color RGB value is (246,195,234).

#f6c3ea hex color red value is 246, green value is 195 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f6c3ea hue: 0.87 , saturation: 0.74 and the lightness value of f6c3ea is 0.86.

The process color (four color CMYK) of #f6c3ea color hex is 0.00, 0.21, 0.05, 0.04. Web safe color of #f6c3ea is #ffccff. Color #f6c3ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11000011 11101010
Octal 366 303 352
Decimal 246 195 234
Hex F6 C3 EA

RGB Percentages of Color #f6c3ea

%36.44
%28.89
%34.67

CMYK Percentages of Color #f6c3ea

%0
%21
%5
%4

Triadic Colors of #f6c3ea

#f6c3ea #eaf6c3 #c3eaf6

Analogous Colors of #f6c3ea

#f6c3ea #f6c3d1 #e9c3f6

Monochromatic Colors of #f6c3ea

#f6c3ea

Complementary Color

#f6c3ea #c3f6cf

#f6c3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6c3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6c3ea Color CSS Codes

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

#f6c3ea Text Font Color

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

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


#f6c3ea Background Color

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

This div background color is #f6c3ea


#f6c3ea Border Color

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

This div border color is #f6c3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6c3ea


Comments

No comments written yet.

Please login to write comment.