Color Hex Logo

#fcb8cc Color Hex

#FCB8CC
(252,184,204)
0 Favorites   0 Comments

Color spaces of #fcb8cc

RGB 252184204
HSL0.950.920.85
HSV342°27°99°
CMYK 0.000.270.19   0.01
XYZ68.184559.336164.9860
Yxy59.33610.35420.3082
Hunter Lab77.029923.20033.9012
CIE-Lab81.476027.4404-0.3281

#fcb8cc color RGB value is (252,184,204).

#fcb8cc hex color red value is 252, green value is 184 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fcb8cc hue: 0.95 , saturation: 0.92 and the lightness value of fcb8cc is 0.85.

The process color (four color CMYK) of #fcb8cc color hex is 0.00, 0.27, 0.19, 0.01. Web safe color of #fcb8cc is #ffcccc. Color #fcb8cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 11001100
Octal 374 270 314
Decimal 252 184 204
Hex FC B8 CC

RGB Percentages of Color #fcb8cc

%39.38
%28.75
%31.88

CMYK Percentages of Color #fcb8cc

%0
%27
%19
%1

Triadic Colors of #fcb8cc

#fcb8cc #ccfcb8 #b8ccfc

Analogous Colors of #fcb8cc

#fcb8cc #fcc6b8 #fcb8ee

Monochromatic Colors of #fcb8cc

#fcb8cc

Complementary Color

#fcb8cc #b8fce8

#fcb8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb8cc Color CSS Codes

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

#fcb8cc Text Font Color

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

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


#fcb8cc Background Color

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

This div background color is #fcb8cc


#fcb8cc Border Color

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

This div border color is #fcb8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb8cc

Related Colors


Comments

No comments written yet.

Please login to write comment.