Color Hex Logo

#fbc3fe Color Hex

#FBC3FE
(251,195,254)
0 Favorites   0 Comments

Color spaces of #fbc3fe

RGB 251195254
HSL0.820.970.88
HSV297°23°100°
CMYK 0.010.230.00   0.00
XYZ77.188266.6952102.5711
Yxy66.69520.31320.2706
Hunter Lab81.667125.7929-17.2992
CIE-Lab85.349829.6358-21.3172

#fbc3fe color RGB value is (251,195,254).

#fbc3fe hex color red value is 251, green value is 195 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fbc3fe hue: 0.82 , saturation: 0.97 and the lightness value of fbc3fe is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000011 11111110
Octal 373 303 376
Decimal 251 195 254
Hex FB C3 FE

RGB Percentages of Color #fbc3fe

%35.86
%27.86
%36.29

CMYK Percentages of Color #fbc3fe

%1
%23
%0
%0

Triadic Colors of #fbc3fe

#fbc3fe #fefbc3 #c3fefb

Analogous Colors of #fbc3fe

#fbc3fe #fec3e4 #dec3fe

Monochromatic Colors of #fbc3fe

#fbc3fe

Complementary Color

#fbc3fe #c6fec3

#fbc3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc3fe Color CSS Codes

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

#fbc3fe Text Font Color

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

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


#fbc3fe Background Color

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

This div background color is #fbc3fe


#fbc3fe Border Color

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

This div border color is #fbc3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.