Color Hex Logo

#fccdf3 Color Hex

#FCCDF3
(252,205,243)
0 Favorites   0 Comments

Color spaces of #fccdf3

RGB 252205243
HSL0.870.890.90
HSV311°19°99°
CMYK 0.000.190.04   0.01
XYZ78.153970.829294.3463
Yxy70.82920.32120.2911
Hunter Lab84.160118.4810-7.5540
CIE-Lab87.402022.7276-12.3919

#fccdf3 color RGB value is (252,205,243).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 11110011
Octal 374 315 363
Decimal 252 205 243
Hex FC CD F3

RGB Percentages of Color #fccdf3

%36.00
%29.29
%34.71

CMYK Percentages of Color #fccdf3

%0
%19
%4
%1

Triadic Colors of #fccdf3

#fccdf3 #f3fccd #cdf3fc

Analogous Colors of #fccdf3

#fccdf3 #fccddc #eecdfc

Monochromatic Colors of #fccdf3

#fccdf3

Complementary Color

#fccdf3 #cdfcd6

#fccdf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccdf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccdf3 Color CSS Codes

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

#fccdf3 Text Font Color

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

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


#fccdf3 Background Color

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

This div background color is #fccdf3


#fccdf3 Border Color

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

This div border color is #fccdf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccdf3

Related Colors


Comments

No comments written yet.

Please login to write comment.