Color Hex Logo

#fbc4fc Color Hex

#FBC4FC
(251,196,252)
0 Favorites   0 Comments

Color spaces of #fbc4fc

RGB 251196252
HSL0.830.900.88
HSV299°22°99°
CMYK 0.000.220.00   0.01
XYZ77.094367.0174100.9678
Yxy67.01740.31460.2735
Hunter Lab81.864224.8373-15.8209
CIE-Lab85.512728.7443-20.0093

#fbc4fc color RGB value is (251,196,252).

#fbc4fc hex color red value is 251, green value is 196 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fbc4fc hue: 0.83 , saturation: 0.90 and the lightness value of fbc4fc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000100 11111100
Octal 373 304 374
Decimal 251 196 252
Hex FB C4 FC

RGB Percentages of Color #fbc4fc

%35.91
%28.04
%36.05

CMYK Percentages of Color #fbc4fc

%0
%22
%0
%1

Triadic Colors of #fbc4fc

#fbc4fc #fcfbc4 #c4fcfb

Analogous Colors of #fbc4fc

#fbc4fc #fcc4e1 #dfc4fc

Monochromatic Colors of #fbc4fc

#fbc4fc

Complementary Color

#fbc4fc #c5fcc4

#fbc4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc4fc Color CSS Codes

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

#fbc4fc Text Font Color

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

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


#fbc4fc Background Color

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

This div background color is #fbc4fc


#fbc4fc Border Color

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

This div border color is #fbc4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc4fc

Related Colors


Comments

No comments written yet.

Please login to write comment.