Color Hex Logo

#fcccee Color Hex

#FCCCEE
(252,204,238)
0 Favorites   0 Comments

Color spaces of #fcccee

RGB 252204238
HSL0.880.890.89
HSV318°19°99°
CMYK 0.000.190.06   0.01
XYZ77.170470.054290.3434
Yxy70.05420.32480.2949
Hunter Lab83.698418.1059-5.4083
CIE-Lab87.023422.3860-10.3089

#fcccee color RGB value is (252,204,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001100 11101110
Octal 374 314 356
Decimal 252 204 238
Hex FC CC EE

RGB Percentages of Color #fcccee

%36.31
%29.39
%34.29

CMYK Percentages of Color #fcccee

%0
%19
%6
%1

Triadic Colors of #fcccee

#fcccee #eefccc #cceefc

Analogous Colors of #fcccee

#fcccee #fcccd6 #f2ccfc

Monochromatic Colors of #fcccee

#fcccee

Complementary Color

#fcccee #ccfcda

#fcccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcccee Color CSS Codes

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

#fcccee Text Font Color

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

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


#fcccee Background Color

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

This div background color is #fcccee


#fcccee Border Color

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

This div border color is #fcccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcccee


Comments

No comments written yet.

Please login to write comment.