Color Hex Logo

#fcd7f2 Color Hex

#FCD7F2
(252,215,242)
1 Favorites   0 Comments

Color spaces of #fcd7f2

RGB 252215242
HSL0.880.860.92
HSV316°15°99°
CMYK 0.000.150.04   0.01
XYZ80.472375.707194.3760
Yxy75.70710.32120.3022
Hunter Lab87.009812.8211-3.4026
CIE-Lab89.723217.3092-8.4098

#fcd7f2 color RGB value is (252,215,242).

#fcd7f2 hex color red value is 252, green value is 215 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #fcd7f2 hue: 0.88 , saturation: 0.86 and the lightness value of fcd7f2 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 11110010
Octal 374 327 362
Decimal 252 215 242
Hex FC D7 F2

RGB Percentages of Color #fcd7f2

%35.54
%30.32
%34.13

CMYK Percentages of Color #fcd7f2

%0
%15
%4
%1

Triadic Colors of #fcd7f2

#fcd7f2 #f2fcd7 #d7f2fc

Analogous Colors of #fcd7f2

#fcd7f2 #fcd7e0 #f4d7fc

Monochromatic Colors of #fcd7f2

#fcd7f2

Complementary Color

#fcd7f2 #d7fce1

#fcd7f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd7f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd7f2 Color CSS Codes

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

#fcd7f2 Text Font Color

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

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


#fcd7f2 Background Color

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

This div background color is #fcd7f2


#fcd7f2 Border Color

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

This div border color is #fcd7f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd7f2

Related Colors


Comments

No comments written yet.

Please login to write comment.