Color Hex Logo

#fbccfe Color Hex

#FBCCFE
(251,204,254)
0 Favorites   0 Comments

Color spaces of #fbccfe

RGB 251204254
HSL0.820.960.90
HSV296°20°100°
CMYK 0.010.200.00   0.00
XYZ79.265970.8507103.2637
Yxy70.85070.31280.2796
Hunter Lab84.172920.7916-13.8163
CIE-Lab87.412424.8937-18.2012

#fbccfe color RGB value is (251,204,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 11111110
Octal 373 314 376
Decimal 251 204 254
Hex FB CC FE

RGB Percentages of Color #fbccfe

%35.40
%28.77
%35.83

CMYK Percentages of Color #fbccfe

%1
%20
%0
%0

Triadic Colors of #fbccfe

#fbccfe #fefbcc #ccfefb

Analogous Colors of #fbccfe

#fbccfe #fecce8 #e2ccfe

Monochromatic Colors of #fbccfe

#fbccfe

Complementary Color

#fbccfe #cffecc

#fbccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbccfe Color CSS Codes

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

#fbccfe Text Font Color

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

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


#fbccfe Background Color

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

This div background color is #fbccfe


#fbccfe Border Color

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

This div border color is #fbccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbccfe

Related Colors


Comments

No comments written yet.

Please login to write comment.