Color Hex Logo

#fccfc9 Color Hex

#FCCFC9
(252,207,201)
0 Favorites   0 Comments

Color spaces of #fccfc9

RGB 252207201
HSL0.020.890.89
HSV20°99°
CMYK 0.000.180.20   0.01
XYZ73.000369.538164.8330
Yxy69.53810.35200.3353
Hunter Lab83.389510.329712.2763
CIE-Lab86.769814.92118.9315

#fccfc9 color RGB value is (252,207,201).

#fccfc9 hex color red value is 252, green value is 207 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #fccfc9 hue: 0.02 , saturation: 0.89 and the lightness value of fccfc9 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11001001
Octal 374 317 311
Decimal 252 207 201
Hex FC CF C9

RGB Percentages of Color #fccfc9

%38.18
%31.36
%30.45

CMYK Percentages of Color #fccfc9

%0
%18
%20
%1

Triadic Colors of #fccfc9

#fccfc9 #c9fccf #cfc9fc

Analogous Colors of #fccfc9

#fccfc9 #fce9c9 #fcc9dd

Monochromatic Colors of #fccfc9

#fccfc9

Complementary Color

#fccfc9 #c9f6fc

#fccfc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfc9 Color CSS Codes

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

#fccfc9 Text Font Color

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

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


#fccfc9 Background Color

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

This div background color is #fccfc9


#fccfc9 Border Color

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

This div border color is #fccfc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfc9

Related Colors

#fccfc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.