Color Hex Logo

#fccfc7 Color Hex

#FCCFC7
(252,207,199)
0 Favorites   0 Comments

Color spaces of #fccfc7

RGB 252207199
HSL0.030.900.88
HSV21°99°
CMYK 0.000.180.21   0.01
XYZ72.766569.444663.6018
Yxy69.44460.35360.3374
Hunter Lab83.333410.032213.0820
CIE-Lab86.723714.63049.9239

#fccfc7 color RGB value is (252,207,199).

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

The process color (four color CMYK) of #fccfc7 color hex is 0.00, 0.18, 0.21, 0.01. Web safe color of #fccfc7 is #ffcccc. Color #fccfc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11000111
Octal 374 317 307
Decimal 252 207 199
Hex FC CF C7

RGB Percentages of Color #fccfc7

%38.30
%31.46
%30.24

CMYK Percentages of Color #fccfc7

%0
%18
%21
%1

Triadic Colors of #fccfc7

#fccfc7 #c7fccf #cfc7fc

Analogous Colors of #fccfc7

#fccfc7 #fceac7 #fcc7da

Monochromatic Colors of #fccfc7

#fccfc7

Complementary Color

#fccfc7 #c7f4fc

#fccfc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfc7 Color CSS Codes

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

#fccfc7 Text Font Color

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

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


#fccfc7 Background Color

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

This div background color is #fccfc7


#fccfc7 Border Color

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

This div border color is #fccfc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfc7

Related Colors


Comments

No comments written yet.

Please login to write comment.