Color Hex Logo

#f8a0ce Color Hex

#F8A0CE
(248,160,206)
0 Favorites   0 Comments

Color spaces of #f8a0ce

RGB 248160206
HSL0.910.860.80
HSV329°35°97°
CMYK 0.000.350.17   0.03
XYZ62.422849.554364.6674
Yxy49.55430.35340.2805
Hunter Lab70.394835.0944-5.1897
CIE-Lab75.794938.9477-9.8474

#f8a0ce color RGB value is (248,160,206).

#f8a0ce hex color red value is 248, green value is 160 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f8a0ce hue: 0.91 , saturation: 0.86 and the lightness value of f8a0ce is 0.80.

The process color (four color CMYK) of #f8a0ce color hex is 0.00, 0.35, 0.17, 0.03. Web safe color of #f8a0ce is #ff99cc. Color #f8a0ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10100000 11001110
Octal 370 240 316
Decimal 248 160 206
Hex F8 A0 CE

RGB Percentages of Color #f8a0ce

%40.39
%26.06
%33.55

CMYK Percentages of Color #f8a0ce

%0
%35
%17
%3

Triadic Colors of #f8a0ce

#f8a0ce #cef8a0 #a0cef8

Analogous Colors of #f8a0ce

#f8a0ce #f8a0a2 #f6a0f8

Monochromatic Colors of #f8a0ce

#f8a0ce

Complementary Color

#f8a0ce #a0f8ca

#f8a0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8a0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8a0ce Color CSS Codes

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

#f8a0ce Text Font Color

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

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


#f8a0ce Background Color

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

This div background color is #f8a0ce


#f8a0ce Border Color

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

This div border color is #f8a0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8a0ce


Comments

No comments written yet.

Please login to write comment.