Color Hex Logo

#fcbdfe Color Hex

#FCBDFE
(252,189,254)
0 Favorites   0 Comments

Color spaces of #fcbdfe

RGB 252189254
HSL0.830.970.87
HSV298°26°100°
CMYK 0.010.260.00   0.00
XYZ76.231964.2464102.1489
Yxy64.24640.31420.2648
Hunter Lab80.153929.4967-19.4521
CIE-Lab84.093933.1147-23.2131

#fcbdfe color RGB value is (252,189,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 11111110
Octal 374 275 376
Decimal 252 189 254
Hex FC BD FE

RGB Percentages of Color #fcbdfe

%36.26
%27.19
%36.55

CMYK Percentages of Color #fcbdfe

%1
%26
%0
%0

Triadic Colors of #fcbdfe

#fcbdfe #fefcbd #bdfefc

Analogous Colors of #fcbdfe

#fcbdfe #febde0 #dcbdfe

Monochromatic Colors of #fcbdfe

#fcbdfe

Complementary Color

#fcbdfe #bffebd

#fcbdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdfe Color CSS Codes

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

#fcbdfe Text Font Color

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

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


#fcbdfe Background Color

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

This div background color is #fcbdfe


#fcbdfe Border Color

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

This div border color is #fcbdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.