Color Hex Logo

#fcbdca Color Hex

#FCBDCA
(252,189,202)
0 Favorites   0 Comments

Color spaces of #fcbdca

RGB 252189202
HSL0.970.910.86
HSV348°25°99°
CMYK 0.000.250.20   0.01
XYZ69.003161.354964.0829
Yxy61.35490.35490.3155
Hunter Lab78.329420.17056.3242
CIE-Lab82.569224.51262.3404

#fcbdca color RGB value is (252,189,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 11001010
Octal 374 275 312
Decimal 252 189 202
Hex FC BD CA

RGB Percentages of Color #fcbdca

%39.19
%29.39
%31.42

CMYK Percentages of Color #fcbdca

%0
%25
%20
%1

Triadic Colors of #fcbdca

#fcbdca #cafcbd #bdcafc

Analogous Colors of #fcbdca

#fcbdca #fcd0bd #fcbdea

Monochromatic Colors of #fcbdca

#fcbdca

Complementary Color

#fcbdca #bdfcef

#fcbdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdca Color CSS Codes

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

#fcbdca Text Font Color

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

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


#fcbdca Background Color

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

This div background color is #fcbdca


#fcbdca Border Color

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

This div border color is #fcbdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdca

Related Colors


Comments

No comments written yet.

Please login to write comment.