Color Hex Logo

#fbccfc Color Hex

#FBCCFC
(251,204,252)
0 Favorites   0 Comments

Color spaces of #fbccfc

RGB 251204252
HSL0.830.890.89
HSV299°19°99°
CMYK 0.000.190.00   0.01
XYZ78.947270.7232101.5854
Yxy70.72320.31420.2815
Hunter Lab84.097120.3992-12.7516
CIE-Lab87.350424.5297-17.2379

#fbccfc color RGB value is (251,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 11111100
Octal 373 314 374
Decimal 251 204 252
Hex FB CC FC

RGB Percentages of Color #fbccfc

%35.50
%28.85
%35.64

CMYK Percentages of Color #fbccfc

%0
%19
%0
%1

Triadic Colors of #fbccfc

#fbccfc #fcfbcc #ccfcfb

Analogous Colors of #fbccfc

#fbccfc #fccce5 #e3ccfc

Monochromatic Colors of #fbccfc

#fbccfc

Complementary Color

#fbccfc #cdfccc

#fbccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbccfc Color CSS Codes

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

#fbccfc Text Font Color

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

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


#fbccfc Background Color

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

This div background color is #fbccfc


#fbccfc Border Color

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

This div border color is #fbccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbccfc

Related Colors


Comments

No comments written yet.

Please login to write comment.