Color Hex Logo

#f6caec Color Hex

#F6CAEC
(246,202,236)
1 Favorites   0 Comments

Color spaces of #f6caec

RGB 246202236
HSL0.870.710.88
HSV314°18°96°
CMYK 0.000.180.04   0.04
XYZ74.266967.890088.5467
Yxy67.89000.32190.2943
Hunter Lab82.395416.6986-6.0396
CIE-Lab85.951421.0818-10.9030

#f6caec color RGB value is (246,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001010 11101100
Octal 366 312 354
Decimal 246 202 236
Hex F6 CA EC

RGB Percentages of Color #f6caec

%35.96
%29.53
%34.50

CMYK Percentages of Color #f6caec

%0
%18
%4
%4

Triadic Colors of #f6caec

#f6caec #ecf6ca #caecf6

Analogous Colors of #f6caec

#f6caec #f6cad6 #eacaf6

Monochromatic Colors of #f6caec

#f6caec

Complementary Color

#f6caec #caf6d4

#f6caec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6caec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6caec Color CSS Codes

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

#f6caec Text Font Color

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

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


#f6caec Background Color

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

This div background color is #f6caec


#f6caec Border Color

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

This div border color is #f6caec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6caec


Comments

No comments written yet.

Please login to write comment.