Color Hex Logo

#fcbcca Color Hex

#FCBCCA
(252,188,202)
0 Favorites   0 Comments

Color spaces of #fcbcca

RGB 252188202
HSL0.960.910.86
HSV347°25°99°
CMYK 0.000.250.20   0.01
XYZ68.788860.926264.0115
Yxy60.92620.35510.3145
Hunter Lab78.055220.71256.0162
CIE-Lab82.339125.03872.0059

#fcbcca color RGB value is (252,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11001010
Octal 374 274 312
Decimal 252 188 202
Hex FC BC CA

RGB Percentages of Color #fcbcca

%39.25
%29.28
%31.46

CMYK Percentages of Color #fcbcca

%0
%25
%20
%1

Triadic Colors of #fcbcca

#fcbcca #cafcbc #bccafc

Analogous Colors of #fcbcca

#fcbcca #fccebc #fcbcea

Monochromatic Colors of #fcbcca

#fcbcca

Complementary Color

#fcbcca #bcfcee

#fcbcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcca Color CSS Codes

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

#fcbcca Text Font Color

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

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


#fcbcca Background Color

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

This div background color is #fcbcca


#fcbcca Border Color

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

This div border color is #fcbcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcca

Related Colors


Comments

No comments written yet.

Please login to write comment.