Color Hex Logo

#fcb3de Color Hex

#FCB3DE
(252,179,222)
0 Favorites   0 Comments

Color spaces of #fcb3de

RGB 252179222
HSL0.900.920.85
HSV325°29°99°
CMYK 0.000.290.12   0.01
XYZ69.449858.209676.6824
Yxy58.20960.33990.2849
Hunter Lab76.295228.9679-6.1842
CIE-Lab80.855232.8680-10.9490

#fcb3de color RGB value is (252,179,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 11011110
Octal 374 263 336
Decimal 252 179 222
Hex FC B3 DE

RGB Percentages of Color #fcb3de

%38.59
%27.41
%34.00

CMYK Percentages of Color #fcb3de

%0
%29
%12
%1

Triadic Colors of #fcb3de

#fcb3de #defcb3 #b3defc

Analogous Colors of #fcb3de

#fcb3de #fcb3ba #f6b3fc

Monochromatic Colors of #fcb3de

#fcb3de

Complementary Color

#fcb3de #b3fcd1

#fcb3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb3de Color CSS Codes

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

#fcb3de Text Font Color

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

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


#fcb3de Background Color

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

This div background color is #fcb3de


#fcb3de Border Color

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

This div border color is #fcb3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb3de


Comments

No comments written yet.

Please login to write comment.