color codes Logo

#f86cab color codes

#F86CAB
(248,108,171)
0 Favorites   0 Comments

Color spaces of #f86cab

RGB 248108171
HSL0.930.910.70
HSV333°56°97°
CMYK 0.000.560.31   0.03
XYZ51.424633.621942.3074
Yxy33.62190.40380.2640
Hunter Lab57.984456.8335-2.6709
CIE-Lab64.661359.7467-6.8713

#f86cab color RGB value is (248,108,171).

#f86cab hex color red value is 248, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f86cab hue: 0.93 , saturation: 0.91 and the lightness value of f86cab is 0.70.

The process color (four color CMYK) of #f86cab color code is 0.00, 0.56, 0.31, 0.03. Web safe color of #f86cab is #ff6699. Color #f86cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01101100 10101011
Octal 370 154 253
Decimal 248 108 171
Hex F8 6C AB

RGB Percentages of Color #f86cab

%47.06
%20.49
%32.45

CMYK Percentages of Color #f86cab

%0
%56
%31
%3

Triadic Colors of #f86cab

#f86cab #abf86c #6cabf8

Analogous Colors of #f86cab

#f86cab #f8736c #f86cf1

Monochromatic Colors of #f86cab

#f86cab

Complementary Color

#f86cab #6cf8b9

#f86cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f86cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f86cab Color CSS Codes

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

#f86cab Text Font Color

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

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


#f86cab Background Color

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

This div background color is #f86cab


#f86cab Border Color

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

This div border color is #f86cab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,108,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f86cab


Comments

No comments written yet.

Please login to write comment.