Color Hex Logo

#f69ace Color Hex

#F69ACE
(246,154,206)
0 Favorites   0 Comments

Color spaces of #f69ace

RGB 246154206
HSL0.910.840.78
HSV326°37°96°
CMYK 0.000.370.16   0.04
XYZ60.702247.160364.2960
Yxy47.16030.35260.2739
Hunter Lab68.673437.6025-7.4394
CIE-Lab74.292241.3943-12.1158

#f69ace color RGB value is (246,154,206).

#f69ace hex color red value is 246, green value is 154 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f69ace hue: 0.91 , saturation: 0.84 and the lightness value of f69ace is 0.78.

The process color (four color CMYK) of #f69ace color hex is 0.00, 0.37, 0.16, 0.04. Web safe color of #f69ace is #ff99cc. Color #f69ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10011010 11001110
Octal 366 232 316
Decimal 246 154 206
Hex F6 9A CE

RGB Percentages of Color #f69ace

%40.59
%25.41
%33.99

CMYK Percentages of Color #f69ace

%0
%37
%16
%4

Triadic Colors of #f69ace

#f69ace #cef69a #9acef6

Analogous Colors of #f69ace

#f69ace #f69aa0 #f09af6

Monochromatic Colors of #f69ace

#f69ace

Complementary Color

#f69ace #9af6c2

#f69ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f69ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#f69ace Color CSS Codes

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

#f69ace Text Font Color

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

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


#f69ace Background Color

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

This div background color is #f69ace


#f69ace Border Color

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

This div border color is #f69ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f69ace


Comments

No comments written yet.

Please login to write comment.