Color Hex Logo

#fccdee Color Hex

#FCCDEE
(252,205,238)
0 Favorites   0 Comments

Color spaces of #fccdee

RGB 252205238
HSL0.880.890.90
HSV318°19°99°
CMYK 0.000.190.06   0.01
XYZ77.408870.531190.4229
Yxy70.53110.32480.2959
Hunter Lab83.982817.5575-5.0486
CIE-Lab87.256721.8604-9.9618

#fccdee color RGB value is (252,205,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 11101110
Octal 374 315 356
Decimal 252 205 238
Hex FC CD EE

RGB Percentages of Color #fccdee

%36.26
%29.50
%34.24

CMYK Percentages of Color #fccdee

%0
%19
%6
%1

Triadic Colors of #fccdee

#fccdee #eefccd #cdeefc

Analogous Colors of #fccdee

#fccdee #fccdd7 #f3cdfc

Monochromatic Colors of #fccdee

#fccdee

Complementary Color

#fccdee #cdfcdb

#fccdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdee Color CSS Codes

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

#fccdee Text Font Color

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

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


#fccdee Background Color

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

This div background color is #fccdee


#fccdee Border Color

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

This div border color is #fccdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdee


Comments

No comments written yet.

Please login to write comment.