Color Hex Logo

#fccefe Color Hex

#FCCEFE
(252,206,254)
0 Favorites   0 Comments

Color spaces of #fccefe

RGB 252206254
HSL0.830.960.90
HSV298°19°100°
CMYK 0.010.190.00   0.00
XYZ80.105671.9938103.4401
Yxy71.99380.31350.2817
Hunter Lab84.849220.0348-12.8864
CIE-Lab87.965624.1654-17.3593

#fccefe color RGB value is (252,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 11111110
Octal 374 316 376
Decimal 252 206 254
Hex FC CE FE

RGB Percentages of Color #fccefe

%35.39
%28.93
%35.67

CMYK Percentages of Color #fccefe

%1
%19
%0
%0

Triadic Colors of #fccefe

#fccefe #fefcce #cefefc

Analogous Colors of #fccefe

#fccefe #fecee8 #e4cefe

Monochromatic Colors of #fccefe

#fccefe

Complementary Color

#fccefe #d0fece

#fccefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccefe Color CSS Codes

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

#fccefe Text Font Color

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

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


#fccefe Background Color

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

This div background color is #fccefe


#fccefe Border Color

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

This div border color is #fccefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccefe

Related Colors

#fccefe Color Palettes


Comments

No comments written yet.

Please login to write comment.