Color Hex Logo

#f888ce Color Hex

#F888CE
(248,136,206)
0 Favorites   0 Comments

Color spaces of #f888ce

RGB 248136206
HSL0.900.890.75
HSV323°45°97°
CMYK 0.000.450.17   0.03
XYZ58.656142.021063.4119
Yxy42.02100.35750.2561
Hunter Lab64.823648.0757-12.6223
CIE-Lab70.885451.1854-17.2170

#f888ce color RGB value is (248,136,206).

#f888ce hex color red value is 248, green value is 136 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f888ce hue: 0.90 , saturation: 0.89 and the lightness value of f888ce is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001000 11001110
Octal 370 210 316
Decimal 248 136 206
Hex F8 88 CE

RGB Percentages of Color #f888ce

%42.03
%23.05
%34.92

CMYK Percentages of Color #f888ce

%0
%45
%17
%3

Triadic Colors of #f888ce

#f888ce #cef888 #88cef8

Analogous Colors of #f888ce

#f888ce #f88896 #ea88f8

Monochromatic Colors of #f888ce

#f888ce

Complementary Color

#f888ce #88f8b2

#f888ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f888ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f888ce Color CSS Codes

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

#f888ce Text Font Color

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

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


#f888ce Background Color

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

This div background color is #f888ce


#f888ce Border Color

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

This div border color is #f888ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f888ce


Comments

No comments written yet.

Please login to write comment.