Color Hex Logo

#fcb9fe Color Hex

#FCB9FE
(252,185,254)
0 Favorites   0 Comments

Color spaces of #fcb9fe

RGB 252185254
HSL0.830.970.86
HSV298°27°100°
CMYK 0.010.270.00   0.00
XYZ75.383262.5491101.8660
Yxy62.54910.31440.2608
Hunter Lab79.088031.7344-21.0044
CIE-Lab83.204635.2176-24.5655

#fcb9fe color RGB value is (252,185,254).

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

The process color (four color CMYK) of #fcb9fe color hex is 0.01, 0.27, 0.00, 0.00. Web safe color of #fcb9fe is #ffccff. Color #fcb9fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 11111110
Octal 374 271 376
Decimal 252 185 254
Hex FC B9 FE

RGB Percentages of Color #fcb9fe

%36.47
%26.77
%36.76

CMYK Percentages of Color #fcb9fe

%1
%27
%0
%0

Triadic Colors of #fcb9fe

#fcb9fe #fefcb9 #b9fefc

Analogous Colors of #fcb9fe

#fcb9fe #feb9de #dab9fe

Monochromatic Colors of #fcb9fe

#fcb9fe

Complementary Color

#fcb9fe #bbfeb9

#fcb9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb9fe Color CSS Codes

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

#fcb9fe Text Font Color

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

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


#fcb9fe Background Color

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

This div background color is #fcb9fe


#fcb9fe Border Color

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

This div border color is #fcb9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.