Color Hex Logo

#fcb9de Color Hex

#FCB9DE
(252,185,222)
0 Favorites   0 Comments

Color spaces of #fcb9de

RGB 252185222
HSL0.910.920.86
HSV327°27°99°
CMYK 0.000.270.12   0.01
XYZ70.678760.667377.0920
Yxy60.66730.33910.2911
Hunter Lab77.889225.6694-4.1607
CIE-Lab82.199629.7141-8.9473

#fcb9de color RGB value is (252,185,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 11011110
Octal 374 271 336
Decimal 252 185 222
Hex FC B9 DE

RGB Percentages of Color #fcb9de

%38.24
%28.07
%33.69

CMYK Percentages of Color #fcb9de

%0
%27
%12
%1

Triadic Colors of #fcb9de

#fcb9de #defcb9 #b9defc

Analogous Colors of #fcb9de

#fcb9de #fcb9bd #f9b9fc

Monochromatic Colors of #fcb9de

#fcb9de

Complementary Color

#fcb9de #b9fcd7

#fcb9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb9de Color CSS Codes

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

#fcb9de Text Font Color

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

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


#fcb9de Background Color

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

This div background color is #fcb9de


#fcb9de Border Color

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

This div border color is #fcb9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb9de


Comments

No comments written yet.

Please login to write comment.