Color Hex Logo

#fcb4da Color Hex

#FCB4DA
(252,180,218)
0 Favorites   0 Comments

Color spaces of #fcb4da

RGB 252180218
HSL0.910.920.85
HSV328°29°99°
CMYK 0.000.290.13   0.01
XYZ69.121058.399973.9589
Yxy58.39990.34310.2899
Hunter Lab76.419827.7168-3.8868
CIE-Lab80.960631.7018-8.6351

#fcb4da color RGB value is (252,180,218).

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

The process color (four color CMYK) of #fcb4da color hex is 0.00, 0.29, 0.13, 0.01. Web safe color of #fcb4da is #ffcccc. Color #fcb4da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 11011010
Octal 374 264 332
Decimal 252 180 218
Hex FC B4 DA

RGB Percentages of Color #fcb4da

%38.77
%27.69
%33.54

CMYK Percentages of Color #fcb4da

%0
%29
%13
%1

Triadic Colors of #fcb4da

#fcb4da #dafcb4 #b4dafc

Analogous Colors of #fcb4da

#fcb4da #fcb4b6 #fab4fc

Monochromatic Colors of #fcb4da

#fcb4da

Complementary Color

#fcb4da #b4fcd6

#fcb4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb4da Color CSS Codes

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

#fcb4da Text Font Color

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

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


#fcb4da Background Color

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

This div background color is #fcb4da


#fcb4da Border Color

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

This div border color is #fcb4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb4da


Comments

No comments written yet.

Please login to write comment.