Color Hex Logo

#fccbfe Color Hex

#FCCBFE
(252,203,254)
0 Favorites   0 Comments

Color spaces of #fccbfe

RGB 252203254
HSL0.830.960.90
HSV298°20°100°
CMYK 0.010.200.00   0.00
XYZ79.390270.5631103.2016
Yxy70.56310.31360.2787
Hunter Lab84.001821.6972-14.0402
CIE-Lab87.272325.7436-18.4034

#fccbfe color RGB value is (252,203,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11111110
Octal 374 313 376
Decimal 252 203 254
Hex FC CB FE

RGB Percentages of Color #fccbfe

%35.54
%28.63
%35.83

CMYK Percentages of Color #fccbfe

%1
%20
%0
%0

Triadic Colors of #fccbfe

#fccbfe #fefccb #cbfefc

Analogous Colors of #fccbfe

#fccbfe #fecbe7 #e3cbfe

Monochromatic Colors of #fccbfe

#fccbfe

Complementary Color

#fccbfe #cdfecb

#fccbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbfe Color CSS Codes

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

#fccbfe Text Font Color

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

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


#fccbfe Background Color

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

This div background color is #fccbfe


#fccbfe Border Color

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

This div border color is #fccbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbfe


Comments

No comments written yet.

Please login to write comment.