Color Hex Logo

#f294ce Color Hex

#F294CE
(242,148,206)
0 Favorites   0 Comments

Color spaces of #f294ce

RGB 242148206
HSL0.900.780.76
HSV323°39°95°
CMYK 0.000.390.15   0.05
XYZ58.348444.513363.9091
Yxy44.51330.34990.2669
Hunter Lab66.718339.3500-10.0908
CIE-Lab72.570343.1774-14.7474

#f294ce color RGB value is (242,148,206).

#f294ce hex color red value is 242, green value is 148 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f294ce hue: 0.90 , saturation: 0.78 and the lightness value of f294ce is 0.76.

The process color (four color CMYK) of #f294ce color hex is 0.00, 0.39, 0.15, 0.05. Web safe color of #f294ce is #ff99cc. Color #f294ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010100 11001110
Octal 362 224 316
Decimal 242 148 206
Hex F2 94 CE

RGB Percentages of Color #f294ce

%40.60
%24.83
%34.56

CMYK Percentages of Color #f294ce

%0
%39
%15
%5

Triadic Colors of #f294ce

#f294ce #cef294 #94cef2

Analogous Colors of #f294ce

#f294ce #f2949f #e794f2

Monochromatic Colors of #f294ce

#f294ce

Complementary Color

#f294ce #94f2b8

#f294ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f294ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f294ce Color CSS Codes

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

#f294ce Text Font Color

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

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


#f294ce Background Color

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

This div background color is #f294ce


#f294ce Border Color

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

This div border color is #f294ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,148,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f294ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f294ce;
  -webkit-box-shadow: 1px 1px 3px 2px #f294ce;
  box-shadow:         1px 1px 3px 2px #f294ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,148,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f294ce


Comments

No comments written yet.

Please login to write comment.