Color Hex Logo

#fcb3da Color Hex

#FCB3DA
(252,179,218)
0 Favorites   0 Comments

Color spaces of #fcb3da

RGB 252179218
HSL0.910.920.85
HSV328°29°99°
CMYK 0.000.290.13   0.01
XYZ68.919957.997673.8919
Yxy57.99760.34320.2888
Hunter Lab76.156228.2659-4.2179
CIE-Lab80.737532.2272-8.9668

#fcb3da color RGB value is (252,179,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 11011010
Octal 374 263 332
Decimal 252 179 218
Hex FC B3 DA

RGB Percentages of Color #fcb3da

%38.83
%27.58
%33.59

CMYK Percentages of Color #fcb3da

%0
%29
%13
%1

Triadic Colors of #fcb3da

#fcb3da #dafcb3 #b3dafc

Analogous Colors of #fcb3da

#fcb3da #fcb3b6 #fab3fc

Monochromatic Colors of #fcb3da

#fcb3da

Complementary Color

#fcb3da #b3fcd5

#fcb3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb3da Color CSS Codes

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

#fcb3da Text Font Color

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

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


#fcb3da Background Color

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

This div background color is #fcb3da


#fcb3da Border Color

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

This div border color is #fcb3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb3da

Related Colors


Comments

No comments written yet.

Please login to write comment.