Color Hex Logo

#fc8fbf Color Hex

#FC8FBF
(252,143,191)
0 Favorites   0 Comments

Color spaces of #fc8fbf

RGB 252143191
HSL0.930.950.77
HSV334°43°99°
CMYK 0.000.430.24   0.01
XYZ59.371344.102054.6735
Yxy44.10200.37540.2789
Hunter Lab66.409343.3663-2.3258
CIE-Lab72.296646.8257-6.7297

#fc8fbf color RGB value is (252,143,191).

#fc8fbf hex color red value is 252, green value is 143 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fc8fbf hue: 0.93 , saturation: 0.95 and the lightness value of fc8fbf is 0.77.

The process color (four color CMYK) of #fc8fbf color hex is 0.00, 0.43, 0.24, 0.01. Web safe color of #fc8fbf is #ff99cc. Color #fc8fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001111 10111111
Octal 374 217 277
Decimal 252 143 191
Hex FC 8F BF

RGB Percentages of Color #fc8fbf

%43.00
%24.40
%32.59

CMYK Percentages of Color #fc8fbf

%0
%43
%24
%1

Triadic Colors of #fc8fbf

#fc8fbf #bffc8f #8fbffc

Analogous Colors of #fc8fbf

#fc8fbf #fc968f #fc8ff6

Monochromatic Colors of #fc8fbf

#fc8fbf

Complementary Color

#fc8fbf #8ffccc

#fc8fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8fbf Color CSS Codes

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

#fc8fbf Text Font Color

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

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


#fc8fbf Background Color

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

This div background color is #fc8fbf


#fc8fbf Border Color

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

This div border color is #fc8fbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,143,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc8fbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc8fbf;
  -webkit-box-shadow: 1px 1px 3px 2px #fc8fbf;
  box-shadow:         1px 1px 3px 2px #fc8fbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,143,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8fbf


Comments

No comments written yet.

Please login to write comment.