Color Hex Logo

#fcbccc Color Hex

#FCBCCC
(252,188,204)
0 Favorites   0 Comments

Color spaces of #fcbccc

RGB 252188204
HSL0.960.910.86
HSV345°25°99°
CMYK 0.000.250.19   0.01
XYZ69.027261.021565.2669
Yxy61.02150.35340.3124
Hunter Lab78.116321.02755.1440
CIE-Lab82.390325.33581.0061

#fcbccc color RGB value is (252,188,204).

#fcbccc hex color red value is 252, green value is 188 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fcbccc hue: 0.96 , saturation: 0.91 and the lightness value of fcbccc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11001100
Octal 374 274 314
Decimal 252 188 204
Hex FC BC CC

RGB Percentages of Color #fcbccc

%39.13
%29.19
%31.68

CMYK Percentages of Color #fcbccc

%0
%25
%19
%1

Triadic Colors of #fcbccc

#fcbccc #ccfcbc #bcccfc

Analogous Colors of #fcbccc

#fcbccc #fcccbc #fcbcec

Monochromatic Colors of #fcbccc

#fcbccc

Complementary Color

#fcbccc #bcfcec

#fcbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbccc Color CSS Codes

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

#fcbccc Text Font Color

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

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


#fcbccc Background Color

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

This div background color is #fcbccc


#fcbccc Border Color

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

This div border color is #fcbccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbccc


Comments

No comments written yet.

Please login to write comment.