Color Hex Logo

#fccfec Color Hex

#FCCFEC
(252,207,236)
0 Favorites   0 Comments

Color spaces of #fccfec

RGB 252207236
HSL0.890.880.90
HSV321°18°99°
CMYK 0.000.180.06   0.01
XYZ77.598071.377289.0442
Yxy71.37720.32600.2999
Hunter Lab84.485016.1003-3.3500
CIE-Lab87.667920.4679-8.2924

#fccfec color RGB value is (252,207,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11101100
Octal 374 317 354
Decimal 252 207 236
Hex FC CF EC

RGB Percentages of Color #fccfec

%36.26
%29.78
%33.96

CMYK Percentages of Color #fccfec

%0
%18
%6
%1

Triadic Colors of #fccfec

#fccfec #ecfccf #cfecfc

Analogous Colors of #fccfec

#fccfec #fccfd6 #f6cffc

Monochromatic Colors of #fccfec

#fccfec

Complementary Color

#fccfec #cffcdf

#fccfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfec Color CSS Codes

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

#fccfec Text Font Color

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

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


#fccfec Background Color

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

This div background color is #fccfec


#fccfec Border Color

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

This div border color is #fccfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfec


Comments

No comments written yet.

Please login to write comment.