Color Hex Logo

#f69cac Color Hex

#F69CAC
(246,156,172)
0 Favorites   0 Comments

Color spaces of #f69cac

RGB 246156172
HSL0.970.830.79
HSV349°37°96°
CMYK 0.000.370.30   0.04
XYZ57.340946.348344.9537
Yxy46.34830.38580.3118
Hunter Lab68.079631.20468.5059
CIE-Lab73.771035.54195.8534

#f69cac color RGB value is (246,156,172).

#f69cac hex color red value is 246, green value is 156 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f69cac hue: 0.97 , saturation: 0.83 and the lightness value of f69cac is 0.79.

The process color (four color CMYK) of #f69cac color hex is 0.00, 0.37, 0.30, 0.04. Web safe color of #f69cac is #ff9999. Color #f69cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011100 10101100
Octal 366 234 254
Decimal 246 156 172
Hex F6 9C AC

RGB Percentages of Color #f69cac

%42.86
%27.18
%29.97

CMYK Percentages of Color #f69cac

%0
%37
%30
%4

Triadic Colors of #f69cac

#f69cac #acf69c #9cacf6

Analogous Colors of #f69cac

#f69cac #f6b99c #f69cd9

Monochromatic Colors of #f69cac

#f69cac

Complementary Color

#f69cac #9cf6e6

#f69cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69cac Color CSS Codes

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

#f69cac Text Font Color

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

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


#f69cac Background Color

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

This div background color is #f69cac


#f69cac Border Color

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

This div border color is #f69cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69cac


Comments

No comments written yet.

Please login to write comment.