Color Hex Logo

#fccefa Color Hex

#FCCEFA
(252,206,250)
0 Favorites   0 Comments

Color spaces of #fccefa

RGB 252206250
HSL0.840.880.90
HSV303°18°99°
CMYK 0.000.180.01   0.01
XYZ79.471571.7402100.1011
Yxy71.74020.31620.2855
Hunter Lab84.699619.2578-10.7814
CIE-Lab87.843423.4427-15.4313

#fccefa color RGB value is (252,206,250).

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

The process color (four color CMYK) of #fccefa color hex is 0.00, 0.18, 0.01, 0.01. Web safe color of #fccefa is #ffccff. Color #fccefa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 11111010
Octal 374 316 372
Decimal 252 206 250
Hex FC CE FA

RGB Percentages of Color #fccefa

%35.59
%29.10
%35.31

CMYK Percentages of Color #fccefa

%0
%18
%1
%1

Triadic Colors of #fccefa

#fccefa #fafcce #cefafc

Analogous Colors of #fccefa

#fccefa #fccee3 #e7cefc

Monochromatic Colors of #fccefa

#fccefa

Complementary Color

#fccefa #cefcd0

#fccefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccefa Color CSS Codes

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

#fccefa Text Font Color

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

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


#fccefa Background Color

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

This div background color is #fccefa


#fccefa Border Color

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

This div border color is #fccefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccefa

Related Colors


Comments

No comments written yet.

Please login to write comment.