Color Hex Logo

#fccdef Color Hex

#FCCDEF
(252,205,239)
0 Favorites   0 Comments

Color spaces of #fccdef

RGB 252205239
HSL0.880.890.90
HSV317°19°99°
CMYK 0.000.190.05   0.01
XYZ77.556270.590191.1989
Yxy70.59010.32400.2949
Hunter Lab84.017917.7404-5.5450
CIE-Lab87.285522.0325-10.4484

#fccdef color RGB value is (252,205,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 11101111
Octal 374 315 357
Decimal 252 205 239
Hex FC CD EF

RGB Percentages of Color #fccdef

%36.21
%29.45
%34.34

CMYK Percentages of Color #fccdef

%0
%19
%5
%1

Triadic Colors of #fccdef

#fccdef #effccd #cdeffc

Analogous Colors of #fccdef

#fccdef #fccdd8 #f2cdfc

Monochromatic Colors of #fccdef

#fccdef

Complementary Color

#fccdef #cdfcda

#fccdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdef Color CSS Codes

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

#fccdef Text Font Color

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

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


#fccdef Background Color

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

This div background color is #fccdef


#fccdef Border Color

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

This div border color is #fccdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdef


Comments

No comments written yet.

Please login to write comment.