Color Hex Logo

#fcceef Color Hex

#FCCEEF
(252,206,239)
0 Favorites   0 Comments

Color spaces of #fcceef

RGB 252206239
HSL0.880.880.90
HSV317°18°99°
CMYK 0.000.180.05   0.01
XYZ77.796271.070191.2789
Yxy71.07010.32400.2959
Hunter Lab84.303117.1922-5.1839
CIE-Lab87.519121.5072-10.1008

#fcceef color RGB value is (252,206,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 11101111
Octal 374 316 357
Decimal 252 206 239
Hex FC CE EF

RGB Percentages of Color #fcceef

%36.15
%29.56
%34.29

CMYK Percentages of Color #fcceef

%0
%18
%5
%1

Triadic Colors of #fcceef

#fcceef #effcce #ceeffc

Analogous Colors of #fcceef

#fcceef #fcced8 #f2cefc

Monochromatic Colors of #fcceef

#fcceef

Complementary Color

#fcceef #cefcdb

#fcceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcceef Color CSS Codes

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

#fcceef Text Font Color

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

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


#fcceef Background Color

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

This div background color is #fcceef


#fcceef Border Color

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

This div border color is #fcceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcceef

Related Colors


Comments

No comments written yet.

Please login to write comment.