Color Hex Logo

#fcb0da Color Hex

#FCB0DA
(252,176,218)
0 Favorites   0 Comments

Color spaces of #fcb0da

RGB 252176218
HSL0.910.930.84
HSV327°30°99°
CMYK 0.000.300.13   0.01
XYZ68.325156.808173.6936
Yxy56.80810.34360.2857
Hunter Lab75.371129.9135-5.2106
CIE-Lab80.071533.8015-9.9575

#fcb0da color RGB value is (252,176,218).

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

The process color (four color CMYK) of #fcb0da color hex is 0.00, 0.30, 0.13, 0.01. Web safe color of #fcb0da is #ff99cc. Color #fcb0da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 11011010
Octal 374 260 332
Decimal 252 176 218
Hex FC B0 DA

RGB Percentages of Color #fcb0da

%39.01
%27.24
%33.75

CMYK Percentages of Color #fcb0da

%0
%30
%13
%1

Triadic Colors of #fcb0da

#fcb0da #dafcb0 #b0dafc

Analogous Colors of #fcb0da

#fcb0da #fcb0b4 #f8b0fc

Monochromatic Colors of #fcb0da

#fcb0da

Complementary Color

#fcb0da #b0fcd2

#fcb0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb0da Color CSS Codes

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

#fcb0da Text Font Color

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

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


#fcb0da Background Color

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

This div background color is #fcb0da


#fcb0da Border Color

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

This div border color is #fcb0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb0da

Related Colors


Comments

No comments written yet.

Please login to write comment.